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
*
53238 (+53239 Mikael): support dnf5
HEAD
master
Jun-ichi Takimoto
7 hours
1
-0
/
+5
*
Karel Balej: 53240, 53241: updated completions for mpc add, mpc insert
Bart Schaefer
8 days
1
-0
/
+5
*
53137 + 53213: support creating intro.html
Jun-ichi Takimoto
9 days
1
-0
/
+5
*
53174: add Completion/Base/Utility/_as_if
Eric Cook
10 days
1
-0
/
+4
*
53144: _sysctl: support completion with the dot delimiter on linux
Eric Cook
10 days
1
-0
/
+5
*
53209 + tests: do not unmetafy via string pointers into global parameter table
Bart Schaefer
2024-11-05
1
-0
/
+5
*
53146: flags cannot be copied from an undefined function (cf. ca6f4466)
Bart Schaefer
2024-10-16
1
-0
/
+5
*
53134: use -undefined dynamic_lookup on recent macOS
Jun-ichi Takimoto
2024-10-02
1
-0
/
+4
*
53103: fix spurious test failure on Solaris
Bart Schaefer
2024-09-21
1
-0
/
+4
*
53095: fix completion for chmod/chown --reference with escaped filename
Philip Sequeira
2024-09-18
1
-0
/
+4
*
53094: remove unused autoconf tests
Oliver Kiddle
2024-09-18
1
-0
/
+2
*
53093: silence compiler warning when USE_LSEEK is not defined
Oliver Kiddle
2024-09-18
1
-0
/
+3
*
53092: silence deprecated header warning on older Linux systems
Oliver Kiddle
2024-09-18
1
-0
/
+4
*
53088: enable `time' on builtins, assignments, and current-shell actions
Bart Schaefer
2024-09-14
1
-0
/
+6
*
unposted (c.f. Emil Velikov: 53072): remove completion that has been imported...
Oliver Kiddle
2024-09-14
1
-0
/
+3
*
53087: don't produce spurious error when zpty is missing
Oliver Kiddle
2024-09-14
1
-0
/
+3
*
53086: change flags used for building dynamic modules on Haiku OS
Oliver Kiddle
2024-09-14
1
-0
/
+3
*
53085: support for BSDs in $ZSH_EXEPATH implementation
Oliver Kiddle
2024-09-14
1
-0
/
+3
*
53084: yet another approach to the /dev/fd autoconf test because of shells em...
Oliver Kiddle
2024-09-14
1
-0
/
+3
*
53083: handle Haiku specific resource limit for open vnode monitors
Oliver Kiddle
2024-09-14
1
-0
/
+3
*
53082: remove a couple of unused #defines
Oliver Kiddle
2024-09-14
1
-0
/
+2
*
53081: remove old BeOS support code
Oliver Kiddle
2024-09-14
1
-0
/
+3
*
53080: remove code for systems that only have the old pre-POSIX signal()
Oliver Kiddle
2024-09-14
1
-0
/
+5
*
53060: silence build warnings
Clinton Bunch
2024-08-31
1
-0
/
+3
*
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() ...
Clinton Bunch
2024-08-31
1
-0
/
+6
*
github #120: Update _git to reflect `--recursive` being an alias
Semnodime
2024-08-31
1
-0
/
+3
*
53058: new completion for zstd
Oliver Kiddle
2024-08-31
1
-0
/
+2
*
53057: complete glob qualifiers following an equals expansion
Oliver Kiddle
2024-08-31
1
-0
/
+3
*
53052: update setxkbmap completion with newer options
Oliver Kiddle
2024-08-31
1
-0
/
+5
*
unposted: remove reference to removed sample code
Jun-ichi Takimoto
2024-08-26
1
-0
/
+4
*
unposted: fix parsing of Bang token in value side of array element assignment
Bart Schaefer
2024-08-15
1
-0
/
+5
*
53031: Completion/Unix/Command/_git: add missing terminator in case statement
Christian Heusel
2024-08-13
1
-0
/
+5
*
53026: fix failure to free old value when setting new value of reference
Jun. T
2024-08-06
1
-0
/
+5
*
53025: fix memory leaks and pointer errors upon named reference self-reference
Bart Schaefer
2024-08-05
1
-0
/
+3
*
53023: fix memory leak of unset private parameter
Bart Schaefer
2024-08-05
1
-0
/
+4
*
53005: off-by-one error when resetting signals on subshell entrance
Philippe Altherr
2024-08-04
1
-0
/
+5
*
52989: _rsync: support rsync 3.2.4+ remote filename handling.
Eric Cook
2024-08-03
1
-0
/
+6
*
52999: import OLDPWD from environment if set
Peter Stephenson
2024-07-28
1
-0
/
+5
*
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
1
-0
/
+4
*
52968: use pdfroff to create intro.pdf
Jun-ichi Takimoto
2024-06-24
1
-0
/
+4
*
52951: make sure to close memstream for 'print -v'
Jun-ichi Takimoto
2024-06-13
1
-0
/
+4
*
52946: Revert "Handle completer filenames with funny characters in them"
Mikael Magnusson
2024-06-08
1
-0
/
+4
*
users/29882: Explain $RANDOM predictability
Bart Schaefer
2024-05-24
1
-0
/
+2
*
52910: Improve handling of **/ patterns
Bart Schaefer
2024-05-24
1
-0
/
+2
*
52904: Improve quoting of paths passed via _call_program to "git ls-files"
Bart Schaefer
2024-05-24
1
-0
/
+5
*
52895: Partial revert of 44274 which broke _baudrates
Mikael Magnusson
2024-05-20
1
-0
/
+5
*
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
1
-0
/
+5
*
52878: Fix ${foo:^bar} where bar is an associative array
Mikael Magnusson
2024-04-07
1
-0
/
+5
[next]