diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-05 16:32:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-05 16:32:39 (GMT) |
commit | 50d05904e2652689f8352c49ba3ea9b256922bb0 (patch) | |
tree | 6f98b5676e330825d6971d1bfb90ced3019e59dd /ChangeLog | |
parent | 1aa54c04958fb5a081acbd1440314021b21ca394 (diff) | |
download | tcl-50d05904e2652689f8352c49ba3ea9b256922bb0.zip tcl-50d05904e2652689f8352c49ba3ea9b256922bb0.tar.gz tcl-50d05904e2652689f8352c49ba3ea9b256922bb0.tar.bz2 |
* win/tclWinInit.c: More careful calls to Tcl_DStringSetLength()
* win/tclWinSock.c: to avoid creating invalid DString states.
* win/tclWinDde.c: Bump to version 1.3.2. [RFE 1366195]
* library/dde/pkgIndex.tcl:
* library/reg/pkgIndex.tcl: Bump to registry 1.1.6
* win/tclWinReg.c:
* win/configure.in: Bump package version numbers.
* win/configure: autoconf 2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-04-05 Don Porter <dgp@users.sourceforge.net> + + * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() + * win/tclWinSock.c: to avoid creating invalid DString states. + * win/tclWinDde.c: Bump to version 1.3.2. [RFE 1366195] + * library/dde/pkgIndex.tcl: + + * library/reg/pkgIndex.tcl: Bump to registry 1.1.6 + * win/tclWinReg.c: + + * win/configure.in: Bump package version numbers. + * win/configure: autoconf 2.59 + 2006-04-05 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty |