diff options
author | dgp <dgp@users.sourceforge.net> | 2006-08-21 17:15:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-08-21 17:15:21 (GMT) |
commit | 3154c0f487e39f1d7ad82415bcb33fcfc614593b (patch) | |
tree | 7fe4916f200091c197e444c95014c4abfd3b3313 /ChangeLog | |
parent | f25390269e727c8be50ed17d360459e2249d3592 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |