mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 22:51:42 +02:00
unposted: ChangeLog: Move the 37678 entry to the correct location (and author).
This commit is contained in:
parent
1ab316c9b8
commit
17242572bc
1 changed files with 9 additions and 4 deletions
13
ChangeLog
13
ChangeLog
|
@ -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>
|
2016-02-07 Dominik Ritter <dritter03@googlemail.com>
|
||||||
|
|
||||||
* unposted: Doc/Zsh/mod_complist.yo: complist module docs:
|
* 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
|
Src/zsh.h, Test/D02glob.ztst: also ! and ^ need to be tokenised
|
||||||
in character set.
|
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>
|
2016-01-18 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 37682: Src/lex.c: when SH_GLOB is set (e.g. in "sh" emulation)
|
* 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>
|
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
|
* 37634: Completion/Unix/Command/_man: _man: Support subsection
|
||||||
names such as '3p'.
|
names such as '3p'.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue