about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-10-15 11:34:27 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-10-15 11:34:27 +0000
commit577ebe0b8ad4289221be0b4bc2bb03aea8477cfc (patch)
tree7fa4504c7048b90f38a187009c1813bbcac144c1 /ChangeLog
parent0e6f26551664f4aa6fa5b4bb5ae0638930f8cf0f (diff)
downloadzsh-577ebe0b8ad4289221be0b4bc2bb03aea8477cfc.tar.gz
zsh-577ebe0b8ad4289221be0b4bc2bb03aea8477cfc.tar.xz
zsh-577ebe0b8ad4289221be0b4bc2bb03aea8477cfc.zip
use arithmetic evaluation for numeric arguments to printf (16042)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa5028100..3ba11d725 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-15  Oliver Kiddle  <opk@zsh.org>
+
+	* 16042: Src/builtin.c, Doc/Zsh/builtins.yo: use arithmetic
+	evaluation for numeric arguments to printf
+
 2001-10-15  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* Bart: 16038 and 16041: Src/cond.c, Src/loop.c: for caching of
@@ -35,7 +40,7 @@
 
 2001-10-10  Oliver Kiddle  <opk@zsh.org>
 
-	* 16xxx: acconfig.h, zshconfig.ac, Etc/MACHINES,
+	* 16018: acconfig.h, zshconfig.ac, Etc/MACHINES,
 	Test/C02cond.ztst: allow dynamic loading to work on MacOS X
 	if the dlcompat library is installed.