summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-08-21 17:15:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-08-21 17:15:21 (GMT)
commit3154c0f487e39f1d7ad82415bcb33fcfc614593b (patch)
tree7fe4916f200091c197e444c95014c4abfd3b3313 /ChangeLog
parentf25390269e727c8be50ed17d360459e2249d3592 (diff)
downloadtcl-3154c0f487e39f1d7ad82415bcb33fcfc614593b.zip
tcl-3154c0f487e39f1d7ad82415bcb33fcfc614593b.tar.gz
tcl-3154c0f487e39f1d7ad82415bcb33fcfc614593b.tar.bz2
* generic/tclParseExpr.c: Revised mistaken call to
TclCheckBadOctal(), so both [expr 08] and [expr 08z] have same additional info in error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07fb907..ff86005 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
* generic/tclIOUtil.c: Revisions to complete the thread finalization
of the cwdPathPtr. [Bug 1536142]
+ * generic/tclParseExpr.c: Revised mistaken call to
+ TclCheckBadOctal(), so both [expr 08] and [expr 08z] have same
+ additional info in error message.
+
2006-08-21 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* win/Makefile.in (gdb): Make this target work so that debugging an