about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-10-29 10:31:12 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-10-29 10:31:12 +0000
commit7bfc0f1b5c3f4f02193d7b5e1d631b224e054f8b (patch)
treea79e46bd577bb1f7f2cc063cf007406efa4c22c3 /ChangeLog
parent63d92c10da7a9f28ec5325a0aa35f1aa9de20625 (diff)
downloadzsh-7bfc0f1b5c3f4f02193d7b5e1d631b224e054f8b.tar.gz
zsh-7bfc0f1b5c3f4f02193d7b5e1d631b224e054f8b.tar.xz
zsh-7bfc0f1b5c3f4f02193d7b5e1d631b224e054f8b.zip
17868: Allow $SECONDS to become floating point.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bc841d84..610b0c88e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-10-29  Peter Stephenson  <pws@csr.com>
+
+	* 17868: Src/builtin.c, Src/params.c, Doc/Zsh/params.yo:
+	Can `typeset -F SECONDS' to get better accuracy.  Try to
+	catch all cases when converting or creating local copy
+	(but I missed at least one --- next patch).
+
 2002-10-18  Clint Adams  <clint@zsh.org>
 
 	* unposted: Completion/Debian/Command/_apt: add showsrc part missing