summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-04 22:25:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-04 22:25:22 (GMT)
commit77af51dd0040c57831f60c5addcb925dc197980b (patch)
tree754f9b54ceb50779cc6d5b44dcb122a7d8e83ca8 /ChangeLog
parenta9b4861761709cc4cb72432ca69be351b140d48a (diff)
downloadtcl-77af51dd0040c57831f60c5addcb925dc197980b.zip
tcl-77af51dd0040c57831f60c5addcb925dc197980b.tar.gz
tcl-77af51dd0040c57831f60c5addcb925dc197980b.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 b1bb5bb..0949918 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.