diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 45 |
1 files changed, 25 insertions, 20 deletions
@@ -1,22 +1,27 @@ +2007-03-19 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * doc/regsub.n: Corrected example so that it doesn't recommend + potentially unsafe practice. Many thanks to Konstantin Kushnir + <chpock@gmail.com> for reporting this. + 2007-03-17 Kevin Kenny <kennykb@acm.org> - * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating - key names correctly, so that Unicode names exceeding 127 chars - can be retrieved without crashing. [Bug 1682211] - * tests/registry.test (registry-4.9): Added test case for the - above bug. - + * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating key + names correctly, so that Unicode names exceeding 127 chars can be + retrieved without crashing. [Bug 1682211] + * tests/registry.test (registry-4.9): Added test case for the above + bug. + 2007-03-15 Mo DeJong <mdejong@users.sourceforge.net> - * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround - to avoid gcc warning by using local variables. When - the macro argument is of type long long instead - of long, the incorrect warning is not generated. + * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround to avoid gcc + warning by using local variables. When the macro argument is of type + long long instead of long, the incorrect warning is not generated. 2007-03-15 Mo DeJong <mdejong@users.sourceforge.net> - * win/Makefile.in: Fully qualify LIBRARY_DIR so - that `make test` does not depend on working dir. + * win/Makefile.in: Fully qualify LIBRARY_DIR so that `make test` does + not depend on working dir. 2007-03-15 Mo DeJong <mdejong@users.sourceforge.net> @@ -24,25 +29,25 @@ 2007-03-12 Don Porter <dgp@users.sourceforge.net> - * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy - * tests/foreach.test (foreach-10.1): of value list to be assigned - to variables so that shimmering of that list doesn't lead to invalid - pointers. [Bug 1671087] + * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy of + * tests/foreach.test (foreach-10.1): value list to be assigned to + variables so that shimmering of that list doesn't lead to invalid + pointers. [Bug 1671087] * generic/tclEvent.c (HandleBgErrors): Make efficient private copy * tests/event.test (event-5.3): of the command prefix for the interp's - background error handling command to avoid panics due to pointers - to memory invalid after shimmering. [Bug 1670155] + background error handling command to avoid panics due to pointers to + memory invalid after shimmering. [Bug 1670155] * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient * tests/namespace.test (namespace-42.8): private copy of the command prefix as we invoke the command appropriate to a particular subcommand of a particular ensemble to avoid panic due to shimmering - of the List intrep. [Bug 1670091] + of the List intrep. [Bug 1670091] * generic/tclVar.c (TclArraySet): Make efficient private copy of * tests/var.test (var-17.1): the "list" argument to [array set] to - avoid crash due to shimmering invalidating pointers. [Bug 1669489]. + avoid crash due to shimmering invalidating pointers. [Bug 1669489] 2007-03-12 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> |