diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-16 09:34:51 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-16 09:34:51 +0000 |
commit | 3c248a0de485f42db15fc8af4f1ccec4cf583f62 (patch) | |
tree | ab2c95476905072d0e0e8aa890f9aeedb79cbbdc /ChangeLog | |
parent | b37952c37b6d525e34d84f90306227ab8f6575be (diff) | |
download | zsh-3c248a0de485f42db15fc8af4f1ccec4cf583f62.tar.gz zsh-3c248a0de485f42db15fc8af4f1ccec4cf583f62.tar.xz zsh-3c248a0de485f42db15fc8af4f1ccec4cf583f62.zip |
25905: fix and test doubled-hash radix output
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9eded1a3f..2bded0120 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-16 Peter Stephenson <pws@csr.com> + + * 25905: Src/math.c, Test/C01arith.ztst: fix and test doubled-hash + radix output syntax. + 2008-10-14 Barton E. Schaefer <schaefer@zsh.org> * 25887: Completion/Unix/Type/_path_files: pass -U to compadd only |