index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
52798: handle comments in ssh config
Oliver Kiddle
2024-03-26
1
-0
/
+5
*
52768: Handle completer filenames with funny characters in them
Mikael Magnusson
2024-03-23
1
-0
/
+5
*
52780: unneccessary returns in hlgroup
Peter Stephenson
2024-03-21
1
-0
/
+4
*
52783: allow for unset hash element
Oliver Kiddle
2024-03-20
1
-0
/
+2
*
unposted: remove reference to fp_PROG_CC_STDC macro which was removed in 52750
Oliver Kiddle
2024-03-20
1
-0
/
+5
*
52770: handle newrole in SELinux completions
Oliver Kiddle
2024-03-18
1
-0
/
+2
*
52769: fix completion of ansible keywords and --step option
Oliver Kiddle
2024-03-18
1
-0
/
+3
*
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
2024-03-18
1
-0
/
+11
*
52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.
Bart Schaefer
2024-03-17
1
-0
/
+5
*
unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace.
Bart Schaefer
2024-03-14
1
-0
/
+2
*
52752: typeset -p fixes for local exports and "export -x" / "readonly -r" out...
Bart Schaefer
2024-03-14
1
-0
/
+5
*
52753: Clarify "nocorrect" when introducing precommand modifiers.
Bart Schaefer
2024-03-13
1
-0
/
+3
*
unposted: update doc for "colors" for workers/47489,50212 (italic and bright)
Bart Schaefer
2024-03-13
1
-0
/
+5
*
unposted: "typeset -p" has problems with special parameters having NULL values
Bart Schaefer
2024-03-12
1
-0
/
+3
*
52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT
Bart Schaefer
2024-03-12
1
-0
/
+5
*
52724: fix .zle.sgr for empty sequences
Oliver Kiddle
2024-03-13
1
-0
/
+4
*
52725: updated named reference semantics
Bart Schaefer
2024-03-09
1
-0
/
+4
*
52721: fix metafication and regexp/subject confusion in pcre_match error message
Stephane Chazelas
2024-03-09
1
-0
/
+5
*
52704: improve zsh_eval_context documentation
Stephane Chazelas
2024-03-08
1
-0
/
+6
*
52692: local typeset of the name of a named reference hides the reference
Bart Schaefer
2024-03-05
1
-0
/
+7
*
52685: fix typo in the name of bash's BASH_ENV variable.
Stephane Chazelas
2024-03-05
1
-0
/
+5
*
unposted (cf. 52615): use META_NOALLOC for 52591
Bart Schaefer
2024-03-04
1
-0
/
+2
*
unposted (cf. 52617): only scalars can instantiate a declared named reference
Bart Schaefer
2024-03-04
1
-0
/
+3
*
unposted: fix typo in entry attribution
Bart Schaefer
2024-03-04
1
-1
/
+1
*
52659: Fix crash on unset-through-nameref, add regression test
Bart Schaefer
2024-03-04
1
-0
/
+3
*
52650 plus minor fixes: add -u for named references pointing to "upper" scope
Bart Schaefer
2024-03-04
1
-0
/
+9
*
52646: extend support for highlight groups to completion explanation strings ...
Oliver Kiddle
2024-03-05
1
-2
/
+5
*
52641: incarg: add a backward variant and make it repeatable
midchildan
2024-03-05
1
-0
/
+5
*
52652: fix obscure bug unsetting the array part of a tied parameter pair
Bart Schaefer
2024-03-02
1
-0
/
+3
*
52635: show file name when test has crashed
Jun. T
2024-03-02
1
-0
/
+2
*
52612: %l replacment of zwarning() does literal string output
Bart Schaefer
2024-03-02
1
-0
/
+6
*
52645: unset through a nameref keep up-scope parameters declared unset
Bart Schaefer
2024-03-01
1
-0
/
+5
*
52619 (plus tests): no empty element when appending array to unset scalar
Bart Schaefer
2024-02-28
1
-1
/
+6
*
52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthe...
Oliver Kiddle
2024-02-28
1
-0
/
+3
*
52623: add some Solaris signal descriptions
Oliver Kiddle
2024-02-28
1
-0
/
+4
*
52594: support for POSIX real-time signals with kill and trap
Oliver Kiddle
2024-02-28
1
-0
/
+9
*
52597: fix character counts in context of operator and operand errors
Bart Schaefer
2024-02-24
1
-0
/
+3
*
52596: metafy interpreter name for error message
Bart Schaefer
2024-02-24
1
-0
/
+2
*
52591: printf builtin must pass metafied strings to math evaluation
Stephane Chazelas
2024-02-24
1
-0
/
+5
*
52583: extra check for proper scope and existence of readonly specials
Bart Schaefer
2024-02-23
1
-0
/
+6
*
52552: newer Java supports passing source files directly to java
Oliver Kiddle
2024-02-22
1
-0
/
+5
*
52559: revise "typeset -p" with respect to local readonly special parameters
Bart Schaefer
2024-02-20
1
-0
/
+9
*
52549: document return works in a script
Peter Stephenson
2024-02-19
1
-1
/
+6
*
* 52544: _diff_options: support macOS Ventura or newer
Jun-ichi Takimoto
2024-02-19
1
-0
/
+5
*
52558: word splitting differences of nofork; update ToC; formatting fixes
Bart Schaefer
2024-02-18
1
-0
/
+5
*
45837: fix process group restoration upon exit
Stephane Chazelas
2024-02-18
1
-0
/
+6
*
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Bart Schaefer
2024-02-18
1
-0
/
+5
|
\
|
*
52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts w...
Stephane Chazelas
2024-02-18
1
-0
/
+5
*
|
52556: regression test for unset referent (left out of last commit)
Bart Schaefer
2024-02-18
1
-0
/
+2
|
/
*
52556: fix crash when changing type of unset referent via named reference
Bart Schaefer
2024-02-17
1
-0
/
+5
[prev]
[next]