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
Commit message (
Expand
)
Author
Age
Files
Lines
*
53209 + tests: do not unmetafy via string pointers into global parameter table
Bart Schaefer
2024-11-05
3
-1
/
+15
*
53146: flags cannot be copied from an undefined function (cf. ca6f4466)
Bart Schaefer
2024-10-16
2
-1
/
+7
*
53134: use -undefined dynamic_lookup on recent macOS
Jun-ichi Takimoto
2024-10-02
2
-1
/
+7
*
53103: fix spurious test failure on Solaris
Bart Schaefer
2024-09-21
2
-1
/
+6
*
53095: fix completion for chmod/chown --reference with escaped filename
Philip Sequeira
2024-09-18
3
-5
/
+9
*
53094: remove unused autoconf tests
Oliver Kiddle
2024-09-18
3
-14
/
+5
*
53093: silence compiler warning when USE_LSEEK is not defined
Oliver Kiddle
2024-09-18
2
-7
/
+7
*
53092: silence deprecated header warning on older Linux systems
Oliver Kiddle
2024-09-18
2
-1
/
+5
*
53088: enable `time' on builtins, assignments, and current-shell actions
Bart Schaefer
2024-09-14
5
-13
/
+147
*
unposted (c.f. Emil Velikov: 53072): remove completion that has been imported...
Oliver Kiddle
2024-09-14
2
-165
/
+3
*
53087: don't produce spurious error when zpty is missing
Oliver Kiddle
2024-09-14
2
-20
/
+23
*
53086: change flags used for building dynamic modules on Haiku OS
Oliver Kiddle
2024-09-14
2
-2
/
+5
*
53085: support for BSDs in $ZSH_EXEPATH implementation
Oliver Kiddle
2024-09-14
3
-9
/
+30
*
53084: yet another approach to the /dev/fd autoconf test because of shells em...
Oliver Kiddle
2024-09-14
2
-1
/
+4
*
53083: handle Haiku specific resource limit for open vnode monitors
Oliver Kiddle
2024-09-14
3
-0
/
+8
*
53082: remove a couple of unused #defines
Oliver Kiddle
2024-09-14
2
-7
/
+2
*
53081: remove old BeOS support code
Oliver Kiddle
2024-09-14
7
-206
/
+5
*
53080: remove code for systems that only have the old pre-POSIX signal()
Oliver Kiddle
2024-09-14
5
-264
/
+10
*
53060: silence build warnings
Clinton Bunch
2024-08-31
3
-1
/
+8
*
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...
Clinton Bunch
2024-08-31
8
-2
/
+608
*
github #120: Update _git to reflect `--recursive` being an alias
Semnodime
2024-08-31
2
-1
/
+3
*
53058: new completion for zstd
Oliver Kiddle
2024-08-31
2
-0
/
+120
*
53057: complete glob qualifiers following an equals expansion
Oliver Kiddle
2024-08-31
2
-1
/
+12
*
53052: update setxkbmap completion with newer options
Oliver Kiddle
2024-08-31
2
-96
/
+119
*
unposted: remove reference to removed sample code
Jun-ichi Takimoto
2024-08-26
2
-4
/
+4
*
unposted: fix parsing of Bang token in value side of array element assignment
Bart Schaefer
2024-08-15
3
-1
/
+14
*
53031: Completion/Unix/Command/_git: add missing terminator in case statement
Christian Heusel
2024-08-13
2
-0
/
+6
*
53026: fix failure to free old value when setting new value of reference
Jun. T
2024-08-06
2
-1
/
+7
*
53025: fix memory leaks and pointer errors upon named reference self-reference
Bart Schaefer
2024-08-05
3
-6
/
+11
*
53023: fix memory leak of unset private parameter
Bart Schaefer
2024-08-05
2
-1
/
+5
*
53005: off-by-one error when resetting signals on subshell entrance
Philippe Altherr
2024-08-04
2
-2
/
+7
*
52989: _rsync: support rsync 3.2.4+ remote filename handling.
Eric Cook
2024-08-03
3
-6
/
+30
*
52999: import OLDPWD from environment if set
Peter Stephenson
2024-07-28
2
-1
/
+10
*
Missed commit of ChangeLog for 52977 / da733f5d
Bart Schaefer
2024-07-13
1
-0
/
+6
*
52985: avoid adding original param to restorelist
Jun-ichi Takimoto
2024-07-04
2
-4
/
+7
*
52977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || lists
Philippe Altherr
2024-06-28
2
-0
/
+28
*
52968: use pdfroff to create intro.pdf
Jun-ichi Takimoto
2024-06-24
2
-5
/
+7
*
52951: make sure to close memstream for 'print -v'
Jun-ichi Takimoto
2024-06-13
2
-3
/
+6
*
52946: Revert "Handle completer filenames with funny characters in them"
Mikael Magnusson
2024-06-08
3
-5
/
+9
*
users/29882: Explain $RANDOM predictability
Bart Schaefer
2024-05-24
2
-0
/
+34
*
52910: Improve handling of **/ patterns
Bart Schaefer
2024-05-24
2
-3
/
+5
*
52904: Improve quoting of paths passed via _call_program to "git ls-files"
Bart Schaefer
2024-05-24
2
-1
/
+6
*
52895: Partial revert of 44274 which broke _baudrates
Mikael Magnusson
2024-05-20
2
-2
/
+8
*
Ooops, missed the actualy patch from the foregoing...
Peter Stephenson
2024-05-13
1
-0
/
+1
*
52924: Set zfsessions to NULL after free
Peter Stephenson
2024-05-10
1
-0
/
+4
*
52915: be explicit about pattern syntax in conditions
Peter Stephenson
2024-05-08
2
-1
/
+10
*
52878: Fix ${foo:^bar} where bar is an associative array
Mikael Magnusson
2024-04-07
2
-0
/
+8
*
52865: Documentation update for 52864
Bart Schaefer
2024-04-01
4
-17
/
+23
*
52864: Change ${|var|...} to ${{var} ...}, limit local REPLY to ${|...}
Bart Schaefer
2024-04-01
5
-56
/
+150
*
52781: HIST IGNORE_DUPS + HIST_REDUCE_BLANKS treats whitespace as significant
Bart Schaefer
2024-04-01
2
-0
/
+13
[next]