summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-04 22:22:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-04 22:22:07 (GMT)
commit3d9d117b813f5c270d6580bd83f5dcbe5d68aa79 (patch)
treec1ebb13d1d962de788a7cace2540922584ac8009 /ChangeLog
parent0660514c8f0c2acc9b501b3dacf25ec326479e52 (diff)
downloadtcl-3d9d117b813f5c270d6580bd83f5dcbe5d68aa79.zip
tcl-3d9d117b813f5c270d6580bd83f5dcbe5d68aa79.tar.gz
tcl-3d9d117b813f5c270d6580bd83f5dcbe5d68aa79.tar.bz2
Tighened up wording of several expr operations to make them less inclined to
misinterpretation. [Bug 758488]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05f4779..07809d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-07-04 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * doc/expr.n: Tighten up the wording of some operations. [Bug 758488]
+
* tests/cmdAH.test: Made tests of [file mtime] work better on FAT
filesystems. [Patch 760768] Also a little general cleanup.