diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index aa9b04c9d..2848d8b36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-09-14 Peter Stephenson <pws@csr.com> + * 28259: Src/exec.c, Src/lex.c, Src/parse.c, Src/text.c, + Src/zsh.h, Test/A04redirect.ztst: Fix bug that empty + here-documents were given a newline, and output here-documents + from shell text as real here-documents rather than here-strings. + * 28258: Src/signals.c: bug in 28250 could cause undefined variable resulting in mayhem. @@ -13641,5 +13646,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5080 $ +* $Revision: 1.5081 $ ***************************************************** |