diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-04-25 15:45:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-04-25 15:45:42 +0000 |
commit | f08fd029357e2b16e5e9a9332a3e67b0af6a76e2 (patch) | |
tree | c9e53ca9843bd213ba5d79094aeccfb7b229fe27 /ChangeLog | |
parent | 9dd13ac83fc9ebbda28842e0322d1c48080d7ffc (diff) | |
download | zsh-f08fd029357e2b16e5e9a9332a3e67b0af6a76e2.tar.gz zsh-f08fd029357e2b16e5e9a9332a3e67b0af6a76e2.tar.xz zsh-f08fd029357e2b16e5e9a9332a3e67b0af6a76e2.zip |
17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was
swallowing up too many characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9d69421dd..aeec83535 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-25 Peter Stephenson <pws@csr.com> + + * 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was + swallowing up too many characters. + 2002-04-25 Clint Adams <clint@zsh.org> * 17044: Completion/Unix/Command/_w3m: complete all files, not |