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
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
*
53209 + tests: do not unmetafy via string pointers into global parameter table
Bart Schaefer
2024-11-05
1
-1
/
+2
*
53146: flags cannot be copied from an undefined function (cf. ca6f4466)
Bart Schaefer
2024-10-16
1
-1
/
+2
*
53094: remove unused autoconf tests
Oliver Kiddle
2024-09-18
1
-5
/
+0
*
53093: silence compiler warning when USE_LSEEK is not defined
Oliver Kiddle
2024-09-18
1
-7
/
+4
*
53092: silence deprecated header warning on older Linux systems
Oliver Kiddle
2024-09-18
1
-1
/
+1
*
53088: enable `time' on builtins, assignments, and current-shell actions
Bart Schaefer
2024-09-14
2
-6
/
+77
*
53085: support for BSDs in $ZSH_EXEPATH implementation
Oliver Kiddle
2024-09-14
1
-8
/
+26
*
53083: handle Haiku specific resource limit for open vnode monitors
Oliver Kiddle
2024-09-14
1
-0
/
+4
*
53081: remove old BeOS support code
Oliver Kiddle
2024-09-14
4
-34
/
+2
*
53080: remove code for systems that only have the old pre-POSIX signal()
Oliver Kiddle
2024-09-14
3
-233
/
+5
*
53060: silence build warnings
Clinton Bunch
2024-08-31
1
-0
/
+4
*
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...
Clinton Bunch
2024-08-31
3
-0
/
+542
*
unposted: fix parsing of Bang token in value side of array element assignment
Bart Schaefer
2024-08-15
1
-1
/
+2
*
53026: fix failure to free old value when setting new value of reference
Jun. T
2024-08-06
1
-1
/
+2
*
53025: fix memory leaks and pointer errors upon named reference self-reference
Bart Schaefer
2024-08-05
2
-6
/
+8
*
53023: fix memory leak of unset private parameter
Bart Schaefer
2024-08-05
1
-1
/
+1
*
53005: off-by-one error when resetting signals on subshell entrance
Philippe Altherr
2024-08-04
1
-2
/
+2
*
52999: import OLDPWD from environment if set
Peter Stephenson
2024-07-28
1
-1
/
+5
*
52985: avoid adding original param to restorelist
Jun-ichi Takimoto
2024-07-04
1
-4
/
+3
*
52977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || lists
Philippe Altherr
2024-06-28
1
-0
/
+1
*
52951: make sure to close memstream for 'print -v'
Jun-ichi Takimoto
2024-06-13
1
-3
/
+2
*
Ooops, missed the actualy patch from the foregoing...
Peter Stephenson
2024-05-13
1
-0
/
+1
*
52878: Fix ${foo:^bar} where bar is an associative array
Mikael Magnusson
2024-04-07
1
-0
/
+3
*
52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}
Bart Schaefer
2024-04-01
2
-45
/
+97
*
52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant
Bart Schaefer
2024-04-01
1
-0
/
+8
*
52780: unneccessary returns in hlgroup
Peter Stephenson
2024-03-21
1
-2
/
+2
*
52783: allow for unset hash element
Oliver Kiddle
2024-03-20
1
-1
/
+2
*
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
2024-03-18
22
-146
/
+130
*
52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.
Bart Schaefer
2024-03-17
1
-2
/
+6
*
52752: typeset -p fixes for local exports and "export -x" / "readonly -r" out...
Bart Schaefer
2024-03-14
1
-3
/
+18
*
unposted: "typeset -p" has problems with special parameters having NULL values
Bart Schaefer
2024-03-12
1
-7
/
+8
*
52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT
Bart Schaefer
2024-03-12
1
-8
/
+27
*
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
-12
/
+32
*
52721: fix metafication and regexp/subject confusion in pcre_match error message
Stephane Chazelas
2024-03-09
1
-1
/
+1
*
52692: local typeset of the name of a named reference hides the reference
Bart Schaefer
2024-03-05
2
-8
/
+10
*
unposted (cf. 52615): use META_NOALLOC for 52591
Bart Schaefer
2024-03-04
1
-5
/
+5
*
unposted (cf. 52617): only scalars can instantiate a declared named reference
Bart Schaefer
2024-03-04
1
-2
/
+8
*
52659: Fix crash on unset-through-nameref, add regression test
Bart Schaefer
2024-03-04
1
-2
/
+4
*
52650 plus minor fixes: add -u for named references pointing to "upper" scope
Bart Schaefer
2024-03-04
4
-15
/
+43
*
52646: extend support for highlight groups to completion explanation strings ...
Oliver Kiddle
2024-03-05
4
-4
/
+28
*
52652: fix obscure bug unsetting the array part of a tied parameter pair
Bart Schaefer
2024-03-02
1
-2
/
+5
*
52612: %l replacment of zwarning() does literal string output
Bart Schaefer
2024-03-02
3
-16
/
+19
*
52645: unset through a nameref keep up-scope parameters declared unset
Bart Schaefer
2024-03-01
1
-0
/
+6
*
52619 (plus tests): no empty element when appending array to unset scalar
Bart Schaefer
2024-02-28
1
-1
/
+1
*
52622 (tweaked, c.f. 52626): adjust number of columns and drop right-parenthe...
Oliver Kiddle
2024-02-28
1
-6
/
+9
*
52623: add some Solaris signal descriptions
Oliver Kiddle
2024-02-28
1
-0
/
+3
*
52594: support for POSIX real-time signals with kill and trap
Oliver Kiddle
2024-02-28
10
-56
/
+227
*
Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafy
Bart Schaefer
2024-02-24
1
-2
/
+2
*
52597: fix character counts in context of operator and operand errors
Bart Schaefer
2024-02-24
1
-7
/
+18
[next]