diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-01-04 17:24:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-01-04 17:24:01 +0000 |
commit | 46a163bd348f462e11cf4bc326b17735a93b9980 (patch) | |
tree | 8b2c845f14c2cd7afaac49351113ed33a01a5303 /ChangeLog | |
parent | cfbcd2dbe0ddcb18d8011e20058d1081d33f697a (diff) | |
download | zsh-46a163bd348f462e11cf4bc326b17735a93b9980.tar.gz zsh-46a163bd348f462e11cf4bc326b17735a93b9980.tar.xz zsh-46a163bd348f462e11cf4bc326b17735a93b9980.zip |
23088: printf formats and arguments need different octal escape sequences
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1ae2b45c6..cf744ba67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-01-04 Peter Stephenson <pws@csr.com> + * 23088: Src/builtin.c, Src/zsh.h: Stephane says printf + formats and arguments should actually be escaped differently. + * 20386: Src/zsh.h, Test/B03print.ztst: printf should handle octal escapes in the '\0NNN' form. |