about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2002-10-31 18:36:29 +0000
committerWayne Davison <wayned@users.sourceforge.net>2002-10-31 18:36:29 +0000
commita46aee118818cdcb474d3f07adb43774512479df (patch)
tree105bff42b1782336b54aa6bb2919abbc7e7f035d /ChangeLog
parenta2365a60db94970fa856c529b84b715b6a88f2a2 (diff)
downloadzsh-a46aee118818cdcb474d3f07adb43774512479df.tar.gz
zsh-a46aee118818cdcb474d3f07adb43774512479df.tar.xz
zsh-a46aee118818cdcb474d3f07adb43774512479df.zip
17881
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c23447928..5eaca9b3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-31  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* 17881: Src/builtin.c, Src/params.c: made the elapsed time in the
+	integer version of $SECONDS slightly more accurate and made the
+	calling of a function with a local $SECONDS value restore the parent
+	value without any accumulated error.
+
 2002-10-30  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* unposted: Src/math.c: Got rid of a gcc-3.2 compiler warning.