diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-10 16:19:11 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-10 16:19:11 +0000 |
commit | f6ecbb7f4d74099a0d4b342996696159344f4235 (patch) | |
tree | b5da55d82acdc4ff4f3d8c0972be03a75a32837e /ChangeLog | |
parent | 4239b1243a4795fc6e7207151334cce03dafe44e (diff) | |
download | zsh-f6ecbb7f4d74099a0d4b342996696159344f4235.tar.gz zsh-f6ecbb7f4d74099a0d4b342996696159344f4235.tar.xz zsh-f6ecbb7f4d74099a0d4b342996696159344f4235.zip |
12581: C_BASES option
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index de4ae298f..8b23f0d6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-08-10 Peter Stephenson <pws@csr.com> + + * 12581: Doc/Zsh/options.yo, Src/options.c, Src/params.c, + Src/zsh.h: Add C_BASES option to output hexadecimal as 0xFF + instead of 16#FF, and similarly for octal if OCTAL_ZEROES is set. + 2000-08-09 Oliver Kiddle <opk@zsh.org> * 12578: Completion/Builtins/_read, Completion/Builtins/_vars, |