diff options
author | nijtmans <nijtmans> | 2010-05-27 08:32:22 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-27 08:32:22 (GMT) |
commit | 11fff51d24f1d24c5fe3950c5a0dfffc10b03d62 (patch) | |
tree | 991dabe2e7c6e598cdcbe8719a2126e348c79390 /ChangeLog | |
parent | b6b47d546475f2262d264826edf0f9397c9e08db (diff) | |
download | tcl-11fff51d24f1d24c5fe3950c5a0dfffc10b03d62.zip tcl-11fff51d24f1d24c5fe3950c5a0dfffc10b03d62.tar.gz tcl-11fff51d24f1d24c5fe3950c5a0dfffc10b03d62.tar.bz2 |
optParse.tcl: Don't generate spaces at the end of a line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2010-05-27 Jan Nijtmans <nijtmans@users.sf.net> + + * library/opt/optParse.tcl Don't generate spaces at the end of a line. + * tests/opt.test + * tests/safe.test + 2010-05-21 Jan Nijtmans <nijtmans@users.sf.net> * tools/installData.tcl Make sure that copyDir only receives normalized @@ -43,7 +49,7 @@ * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgIndex.tcl: Package updated to version 1.0.8. - * unix/Makefile.in: + * unix/Makefile.in: * win/Makefile.in: 2010-05-06 Jan Nijtmans <nijtmans@users.sf.net> @@ -99,7 +105,7 @@ * generic/tclInt.h (TclAppendBytesToByteArray): placing overflow protection responsibility on caller. Convert "len" argument to signed int which any value already vetted for overflow issues will fit into. - * generic/tclStringObj.c: Update caller; standardize panic msg. + * generic/tclStringObj.c: Update caller; standardize panic msg. * generic/tclBinary.c (UpdateStringOfByteArray): [Bug 2994924]: Add panic when the generated string representation would grow beyond Tcl's |