diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-29 09:52:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-29 09:52:34 (GMT) |
commit | 92aede1febb4abc04e59263f1894cb8caacab5aa (patch) | |
tree | 3f216f8dec1108120fb7ff1814781e0a5f3f1379 /ChangeLog | |
parent | 21a263ff25b234d76b4215f24087263e934110cf (diff) | |
download | tcl-92aede1febb4abc04e59263f1894cb8caacab5aa.zip tcl-92aede1febb4abc04e59263f1894cb8caacab5aa.tar.gz tcl-92aede1febb4abc04e59263f1894cb8caacab5aa.tar.bz2 |
minor: rewrap overlong lines
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -26,9 +26,9 @@ 2012-05-25 Jan Nijtmans <nijtmans@users.sf.net> - * win/tclWinDde.c: [Bug 473946]: special characters not correctly sent, - now for XTYP_EXECUTE as well as XTYP_REQUEST. - * win/Makefile.in: Fix "make genstubs" when cross-compiling on UNIX + * win/tclWinDde.c: [Bug 473946]: Special characters were not correctly + sent, now for XTYP_EXECUTE as well as XTYP_REQUEST. + * win/Makefile.in: Fix "make genstubs" when cross-compiling on UNIX 2012-05-24 Jan Nijtmans <nijtmans@users.sf.net> @@ -56,11 +56,11 @@ 2012-05-21 Don Porter <dgp@users.sourceforge.net> - * generic/tclFileName.c: When using Tcl_SetObjLength() calls to grow - * generic/tclPathObj.c: and shrink the objPtr->bytes buffer, care must be - taken that the value cannot possibly become pure Unicode. Calling - Tcl_AppendToObj() has the possibility of making such a conversion. Bug - found while valgrinding the trunk. + * generic/tclFileName.c: When using Tcl_SetObjLength() calls to + * generic/tclPathObj.c: grow and shrink the objPtr->bytes + buffer, care must be taken that the value cannot possibly become pure + Unicode. Calling Tcl_AppendToObj() has the possibility of making such + a conversion. Bug found while valgrinding the trunk. 2012-05-21 Jan Nijtmans <nijtmans@users.sf.net> |