1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

unposted: ChangeLog: Move the 37678 entry to the correct location (and author).

This commit is contained in:
Daniel Shahaf 2016-02-09 03:37:04 +00:00
parent 1ab316c9b8
commit 17242572bc

View file

@ -1,3 +1,8 @@
2016-02-09 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: ChangeLog: Move the 37678 entry to the correct
location (and author).
2016-02-07 Dominik Ritter <dritter03@googlemail.com>
* unposted: Doc/Zsh/mod_complist.yo: complist module docs:
@ -159,6 +164,10 @@
Src/zsh.h, Test/D02glob.ztst: also ! and ^ need to be tokenised
in character set.
* 37678: Src/glob.c, Src/lex.c, Src/pattern.c, Src/utils.c,
Src/zsh.h, Test/D02glob.ztst: Now possible to quote "-" in
a pattern range.
2016-01-18 Barton E. Schaefer <schaefer@zsh.org>
* 37682: Src/lex.c: when SH_GLOB is set (e.g. in "sh" emulation)
@ -166,10 +175,6 @@
2016-01-18 Daniel Shahaf <d.s@daniel.shahaf.name>
* 37678: Src/glob.c, Src/lex.c, Src/pattern.c, Src/utils.c,
Src/zsh.h, Test/D02glob.ztst: Now possible to quote "-" in
a pattern range.
* 37634: Completion/Unix/Command/_man: _man: Support subsection
names such as '3p'.