diff options
author | dgp <dgp@users.sourceforge.net> | 2012-01-24 13:11:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-01-24 13:11:15 (GMT) |
commit | 73ae354d31d0f8f9e87e0d0c52d58b258afedd5d (patch) | |
tree | c3c17430408a52852268b540ef1543cbaabaee15 /ChangeLog | |
parent | b96fd52bcba33e8f663042cd073454aa954723a8 (diff) | |
parent | 7fa090fbeed5a9719ed0b2d2d09d3447e2b3406e (diff) | |
download | tcl-73ae354d31d0f8f9e87e0d0c52d58b258afedd5d.zip tcl-73ae354d31d0f8f9e87e0d0c52d58b258afedd5d.tar.gz tcl-73ae354d31d0f8f9e87e0d0c52d58b258afedd5d.tar.bz2 |
merge to bugfix branch
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -1,6 +1,21 @@ +2012-01-22 Jan Nijtmans <nijtmans@users.sf.net> + + * tools/uniClass.tcl: [Frq 3473670]: Various Unicode-related + * tools/uniParse.tcl: speedups/robustness. Enhanced tools to + * generic/tclUniData.c: be able to handle characters > 0xffff + * generic/tclUtf.c: Done in all branches in order to simplify + * generic/regc_locale.c: merges for new Unicode versions (such as 6.1) + +2012-01-22 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that + errors only ever happen when insufficient arguments are supplied, and + not when a path doesn't exist or a dictionary is poorly formatted (the + two cases can't be easily distinguished). + 2012-01-21 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tcl.h: [Bug-3474726]: Eliminate detection of struct + * generic/tcl.h: [Bug 3474726]: Eliminate detection of struct * generic/tclWinPort.h: _stat32i64, just use _stati64 in combination * generic/tclFCmd.c: with _USE_32BIT_TIME_T, which is the same then. * generic/tclTest.c: Only keep _stat32i64 usage for cygwin, so it @@ -9,7 +24,7 @@ 2012-01-21 Don Porter <dgp@users.sourceforge.net> - * generic/tclCmdMZ.c: [Bug 3475667] Prevent buffer read overflow. + * generic/tclCmdMZ.c: [Bug 3475667]: Prevent buffer read overflow. Thanks to "sebres" for the report and fix. 2012-01-17 Donal K. Fellows <dkf@users.sf.net> @@ -31,7 +46,7 @@ 2012-01-09 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclUtf.c: [Bug 3464428] string is graph \u0120 is wrong + * generic/tclUtf.c: [Bug 3464428]: string is graph \u0120 is wrong * generic/regc_locale.c: Add table for Unicode [:cntrl:] class * tools/uniClass.tcl: Generate Unicode [:cntrl:] class table * tests/utf.test: |