summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-01-04 15:41:21 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-01-04 15:41:21 +0000
commitcfbcd2dbe0ddcb18d8011e20058d1081d33f697a (patch)
treee9507c1f6961816df9ff3ae46b11a2961a3c4015 /ChangeLog
parentf7476178bc3d0080c1c0fff3f88fe12886f471a1 (diff)
downloadzsh-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--ChangeLog5
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: