about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-05-15 18:48:21 +0000
committerClint Adams <clint@users.sourceforge.net>2000-05-15 18:48:21 +0000
commit195f1c4015b7219e81e7c376f06c9276106dcc84 (patch)
tree6cfc638eb3e08f2c55dfd1509c17d988b4ffa6fe /ChangeLog
parent18b193f241c6d4257a249b174283ba3148710349 (diff)
downloadzsh-195f1c4015b7219e81e7c376f06c9276106dcc84.tar.gz
zsh-195f1c4015b7219e81e7c376f06c9276106dcc84.tar.xz
zsh-195f1c4015b7219e81e7c376f06c9276106dcc84.zip
11387: OCTAL_ZEROES option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 989e9f692..f87ba8e0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
 2000-05-15  Clint Adams  <schizo@debian.org>
+
+	* 11387: Doc/Zsh/options.yo, Src/math.c, Src/options.c,
+	Src/zsh.h: new option OCTAL_ZEROES to enable parsing
+	in 11385, on by default in 'sh' emulation.
+
 	* 11385: Src/math.c: interpret integer constants beginning
 	with '0' as octal to conform to IEEE Std 1003.2-1992
 	(ISO 9945-2:1993).