diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-01-04 15:41:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-01-04 15:41:21 +0000 |
commit | cfbcd2dbe0ddcb18d8011e20058d1081d33f697a (patch) | |
tree | e9507c1f6961816df9ff3ae46b11a2961a3c4015 /ChangeLog | |
parent | f7476178bc3d0080c1c0fff3f88fe12886f471a1 (diff) | |
download | zsh-cfbcd2dbe0ddcb18d8011e20058d1081d33f697a.tar.gz zsh-cfbcd2dbe0ddcb18d8011e20058d1081d33f697a.tar.xz zsh-cfbcd2dbe0ddcb18d8011e20058d1081d33f697a.zip |
23086: printf should handle octal escapes in the \0NNN form
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 600ef77da..1ae2b45c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-04 Peter Stephenson <pws@csr.com> + + * 20386: Src/zsh.h, Test/B03print.ztst: printf should handle + octal escapes in the '\0NNN' form. + 2007-01-02 Clint Adams <clint@zsh.org> * 22817: Frank Terbeck: Completion/Debian/Command/_aptitude: |