1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-27 18:21:10 +02:00

unposted: add missing ml ref

This commit is contained in:
Mikael Magnusson 2015-01-10 20:52:20 +01:00
parent 53e3d9e063
commit 67d1c03698

View file

@ -35,11 +35,11 @@
2015-01-08 Peter Stephenson <p.stephenson@samsung.com>
* Src/init.c, Src/input.c, Src/lex.c, Src/parse.c, Src/zsh.h,
Test/D08cmdsubst.ztst: fix the problem that command and similar
substitutions weren't properly parsed so could end prematurely.
Use improved resolution in context save and restore to allow
parsing the substitution while tracking the string.
* 34160: Src/init.c, Src/input.c, Src/lex.c, Src/parse.c,
Src/zsh.h, Test/D08cmdsubst.ztst: fix the problem that command
and similar substitutions weren't properly parsed so could end
prematurely. Use improved resolution in context save and restore
to allow parsing the substitution while tracking the string.
2015-01-07 Barton E. Schaefer <schaefer@zsh.org>