index
:
zsh
#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
zsh-5.9-patches
[no description]
git mirrorbot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
unposted: ChangeLog for preceding commit
HEAD
master
Bart Schaefer
6 days
1
-0
/
+7
*
unposted: ChangeLog for previous eight commits
Bart Schaefer
7 days
1
-0
/
+30
*
55082: fix zlecs bounds checks in vimatchbracket and alignmultiwordleft
Mikael Magnusson
2026-08-14
1
-0
/
+5
*
55076: _exit in zexecve when the interpreter doesn't work
Mikael Magnusson
2026-08-13
1
-0
/
+3
*
55065: fix null deref in havefiles
Mikael Magnusson
2026-08-13
1
-0
/
+4
*
55055: break: more completely enumerate loop types we are not in
Mikael Magnusson
2026-08-05
1
-0
/
+5
*
54994: use gdbm_fd_open so we can move the fd to >9
Mikael Magnusson
2026-07-25
1
-0
/
+3
*
54993: fail at configure time if a feature is requested and we couldn't find it
Mikael Magnusson
2026-07-25
1
-0
/
+3
*
54986: actually prevent FDT_MODULE fds from being closed by user
Mikael Magnusson
2026-07-25
1
-0
/
+7
*
54985: fix crash with bracketed-paste-magic and undo
Mikael Magnusson
2026-07-21
1
-0
/
+5
*
unposted: ChangeLog for previous four commits
Bart Schaefer
2026-07-19
1
-0
/
+16
*
54941: Fix saving and restoring of subscripted inline assignments
Philippe Altherr
2026-07-15
1
-0
/
+3
*
54974: _vim: Add '--log' option
Shohei YOSHIDA
2026-07-15
1
-0
/
+3
*
54933: Correct interface type name in nettop
Shohei YOSHIDA
2026-07-15
1
-0
/
+3
*
54956: init: don't reset ZLE_RPROMPT_INDENT on term init
dana
2026-07-15
1
-0
/
+3
*
54950: docs: clarify $line contents
dana
2026-07-15
1
-0
/
+4
*
54939: _sudo: fix handling of envvar assignments
dana
2026-07-12
1
-0
/
+5
*
54927: checkptycmd: remove select()+FIONREAD variant, re-enable poll on osx
Mikael Magnusson
2026-07-12
1
-0
/
+3
*
54928: W02: really close all the fds for sleep
Mikael Magnusson
2026-07-12
1
-0
/
+5
*
54930: zexit: don't write history in sub-shells
dana
2026-07-11
1
-0
/
+2
*
54926: _main_complete: mark some parameters as global
dana
2026-07-11
1
-0
/
+5
*
unposted: completion: fix some wrongly ordered globquals
dana
2026-07-10
1
-0
/
+6
*
54919: tests: fix hang in D04 zsh_eval_context test
dana
2026-07-09
1
-0
/
+3
*
unposted: _grep: fix freebsd grep variant pattern
dana
2026-07-09
1
-0
/
+3
*
unposted: completion: remove _mac_files_for_application
dana
2026-07-09
1
-0
/
+6
*
unposted: runtests: colourise signal fail message
dana
2026-07-08
1
-0
/
+3
*
unposted: README, NEWS: mention various changes
dana
2026-07-08
1
-0
/
+2
*
unposted: _urls: make parameter local
dana
2026-07-08
1
-0
/
+2
*
54915 (tweaked): _open: complete --args, etc
dana
2026-07-08
1
-0
/
+3
*
54914: completion: add _firefox, _chromium, etc
dana
2026-07-08
1
-0
/
+4
*
54913: _message: improve option parsing
dana
2026-07-08
1
-0
/
+3
*
54913: _numbers: pass -r and -R to compadd
dana
2026-07-08
1
-0
/
+3
*
54913: comptest: prefer $TMPDIR for temp files
dana
2026-07-08
1
-0
/
+2
*
54912: _call_program: add -qQ options, etc
dana
2026-07-08
1
-0
/
+4
*
unposted: tests: add regression test for w/54909
dana
2026-07-08
1
-0
/
+5
*
54909: Untokenize before quoting unquoted literal values
Mikael Magnusson
2026-07-08
1
-0
/
+5
*
54894 (tweaked): compdump: improve performance
dana
2026-07-06
1
-0
/
+4
*
54783: improve checkptycmd
Mikael Magnusson
2026-07-04
1
-0
/
+5
*
unposted: complete more media file types
Oliver Kiddle
2026-07-03
1
-0
/
+3
*
unposted (c.f. 54878): import ZSH-licenced age completion from zsh-completion...
Oliver Kiddle
2026-07-03
1
-0
/
+3
*
54899: new namei completion
Oliver Kiddle
2026-07-03
1
-0
/
+4
*
54891: completion: move/rename _pkg_instance -> _pkg_instances
dana
2026-07-03
1
-0
/
+6
*
54891: completion: move/rename several functions
dana
2026-07-03
1
-0
/
+8
*
54891: completion: remove obsolete functions
dana
2026-07-03
1
-0
/
+22
*
54889: comparguments: always parse optargs as optargs
dana
2026-07-03
1
-0
/
+3
*
54876: comparguments: search more thoroughly for foreign-set options
dana
2026-07-03
1
-0
/
+3
*
unposted: _ping: revert previous _arguments fix
dana
2026-07-03
1
-0
/
+3
*
unposted: completion: fix ambiguous arg specs
dana
2026-07-03
1
-0
/
+5
*
unposted: _pip: remove -b
dana
2026-07-03
1
-0
/
+4
*
54893: fix/simplify is-at-least
Jun-ichi Takimoto
2026-07-02
1
-0
/
+5
[next]