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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
37972: Redirect stderr to /dev/null in cases where ${~param} might generate e...
Barton E. Schaefer
2016-02-14
1
-0
/
+9
*
37971: fix potential issues when interacting with user-defined widgets
Barton E. Schaefer
2016-02-14
1
-0
/
+4
*
37961: fix crash on bad memory access
Barton E. Schaefer
2016-02-14
1
-0
/
+8
*
37927: recreate local keymaps as necessary in case the user has deleted them
Barton E. Schaefer
2016-02-13
1
-0
/
+5
*
37913: add additional completers and _zpool improvement
Eric Cook
2016-02-11
1
-0
/
+9
*
37946: make rm * warnings more informative.
Peter Stephenson
2016-02-11
1
-0
/
+5
*
Missed ChangeLog entry for 37895
Peter Stephenson
2016-02-10
1
-0
/
+5
*
37893: document typeset -U behaviour for PATH-style variables
Peter Stephenson
2016-02-09
1
-0
/
+5
*
37914: reparse associative array subscripts in "unset" so keys with "[" or "]...
Barton E. Schaefer
2016-02-08
1
-0
/
+6
*
37924: Completion: _git: Complete files for 'check-ignore'
Daniel Shahaf
2016-02-09
1
-0
/
+3
*
37923: Completion: _bts: Fix quoting of $DEBEMAIL.
Daniel Shahaf
2016-02-09
1
-0
/
+3
*
37922: zyodl.vim: Add alternative installation instructions.
Daniel Shahaf
2016-02-09
1
-0
/
+3
*
37896: zshbuiltins: Document argv behaviour of 'source' without arguments
Daniel Shahaf
2016-02-09
1
-0
/
+3
*
unposted: ChangeLog: Move the 37678 entry to the correct location (and author).
Daniel Shahaf
2016-02-09
1
-4
/
+9
*
unposted: complist module docs: Fix parameter name in an example.
Dominik Ritter
2016-02-07
1
-0
/
+5
*
unposted: Follow-up to 37833: extend description of 37804 in README.
Daniel Shahaf
2016-02-07
1
-0
/
+5
*
37874: remove unused function argument
Jun-ichi Takimoto
2016-02-04
1
-0
/
+4
*
37868: add 'static' to file local variables
Jun-ichi Takimoto
2016-02-03
1
-0
/
+8
*
37859: NULL-terminate cond_binary_ops static array.
Barton E. Schaefer
2016-01-31
1
-0
/
+4
*
37845: Forward-reference typeset instances where no parameter is created, and...
Barton E. Schaefer
2016-01-31
1
-0
/
+4
*
37844: reorder typeset introduction to keep related concepts together.
Barton E. Schaefer
2016-01-30
1
-0
/
+5
*
37831: typeset: Document exit status difference from parameter assignment sta...
Daniel Shahaf
2016-01-30
1
-0
/
+5
*
37838: use UNUSED() consistently
Jun-ichi Takimoto
2016-01-30
1
-0
/
+13
*
37833: Document 37804 in README.
Daniel Shahaf
2016-01-29
1
-0
/
+2
*
37797: StartupFiles/zshrc += run-help
Daniel Shahaf
2016-01-29
1
-0
/
+2
*
37752: More tests for the previous patch.
Daniel Shahaf
2016-01-29
1
-0
/
+3
*
37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax.
Daniel Shahaf
2016-01-29
1
-0
/
+4
*
unposted: _init_d: Report failure to caller.
Daniel Shahaf
2016-01-29
1
-0
/
+5
*
37814: run-help-ip: use an absolute path for the shebang.
Kamil Dudka
2016-01-28
1
-0
/
+5
*
37804 (plus 37816): first word following "repeat" should be evaluated as math
Barton E. Schaefer
2016-01-27
1
-0
/
+3
*
37819: zshaddhistory hook works for any history file write, even upon keyboar...
Barton E. Schaefer
2016-01-27
1
-0
/
+3
*
37810: repair handling of backslashes and of names starting with "+"/":"/"=" ...
Barton E. Schaefer
2016-01-27
1
-1
/
+6
*
37802: Clarify zparseopts documention. zparseopts "X::" specifier should als...
Barton E. Schaefer
2016-01-27
1
-0
/
+5
*
37788: _subscript - fix completion of associative array keys
Eric Cook
2016-01-26
1
-0
/
+5
*
37785: skip autoload parameters for "typeset -p"
Barton E. Schaefer
2016-01-26
1
-0
/
+4
*
37780: Care printing error if nothing to print.
Kamil Dudka
2016-01-25
1
-0
/
+3
*
Jun T.: 37759: save more function pointers from realparamtab when hacking in ...
Jun T
2016-01-25
1
-0
/
+7
*
37765: Use FS_FUNC on fucstack to find autoload -X target.
Peter Stephenson
2016-01-25
1
-0
/
+3
*
37776: Set errflag before calls to zwarning().
Peter Stephenson
2016-01-25
1
-0
/
+5
*
37725: Completion: _init_d: add OpenBSD bits
Matthew Martin
2016-01-23
1
-0
/
+5
*
37703: Completion: git: Also complete sendmail commands for send-email's conf...
Daniel Shahaf
2016-01-23
1
-0
/
+6
*
37722: test builtin should return status 2 on syntax error
Peter Stephenson
2016-01-21
1
-0
/
+8
*
unposted: increment version to 5.2-dev-1
Peter Stephenson
2016-01-20
1
-0
/
+5
*
37666: Completion: git: 'send-email --smtp-server=' takes absolute path to se...
Daniel Shahaf
2016-01-20
1
-0
/
+3
*
37665: Completion: New helper _absolute_command_paths.
Daniel Shahaf
2016-01-20
1
-0
/
+4
*
37664: docs: Document the completion function _command_names.
Daniel Shahaf
2016-01-20
1
-0
/
+5
*
37682: when SH_GLOB is set, do not parse bare parentheses in arguments as a p...
Barton E. Schaefer
2016-01-19
1
-0
/
+5
*
37693: turn Dash into '-' in glob qualifiers
Peter Stephenson
2016-01-19
1
-0
/
+2
*
37689: ! and ^ need to be tokenised in character sets
Peter Stephenson
2016-01-19
1
-0
/
+6
*
37678: Now possible to quote "-" in pattern range
Peter Stephenson
2016-01-19
1
-0
/
+4
[prev]
[next]