summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-02-27 17:48:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-02-27 17:48:10 (GMT)
commit8a493825aa6a54ea7dcbe527b1cbb72cd38d7598 (patch)
treeafafe5af923d1d301f58a5eb9c653d7dcdc3a5bb /ChangeLog
parent69c1ff982bf4edb63c32ba7b1cd0dcc7873c7814 (diff)
downloadtcl-8a493825aa6a54ea7dcbe527b1cbb72cd38d7598.zip
tcl-8a493825aa6a54ea7dcbe527b1cbb72cd38d7598.tar.gz
tcl-8a493825aa6a54ea7dcbe527b1cbb72cd38d7598.tar.bz2
minor: formatting tweaks in the change log
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 15 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 85a5ebf..7bffb3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2013-02-27 Jan Nijtmans <nijtmans@users.sf.net>
* generic/regcomp.c: [Bug 3606139]: missing error check allows
- * tests/regexp.test: regexp to crash Tcl. Thanks to Tom Lane
- for providing the test-case and the patch.
+ * tests/regexp.test: regexp to crash Tcl. Thanks to Tom Lane for
+ providing the test-case and the patch.
2013-02-26 Donal K. Fellows <dkf@users.sf.net>
@@ -21,7 +21,7 @@
2013-02-25 Don Porter <dgp@users.sourceforge.net>
- * tests/assocd.test: [Bugs 3605719,3605720] Test independence.
+ * tests/assocd.test: [Bugs 3605719,3605720]: Test independence.
* tests/basic.test: Thanks Rolf Ade for patches.
2013-02-23 Jan Nijtmans <nijtmans@users.sf.net>
@@ -37,7 +37,7 @@
2013-02-20 Don Porter <dgp@users.sourceforge.net>
- * generic/tclNamesp.c: [Bug 3605447] Make sure the -clear option
+ * generic/tclNamesp.c: [Bug 3605447]: Make sure the -clear option
* tests/namespace.test: to [namespace export] always clears, whether
or not new export patterns are specified.
@@ -49,18 +49,19 @@
2013-02-19 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclTrace.c: [Bug 2438181]: Incorrect error reporting in
- * tests/trace.test: traces. Test-case and fix provided by Poor Yorick.
+ * tests/trace.test: traces. Test-case and fix provided by Poor
+ Yorick.
2013-02-15 Don Porter <dgp@users.sourceforge.net>
- * generic/regc_nfa.c: [Bug 3604074] Fix regexp optimization to
+ * generic/regc_nfa.c: [Bug 3604074]: Fix regexp optimization to
* tests/regexp.test: stop hanging on the expression
((((((((a)*)*)*)*)*)*)*)* . Thanks to Bjørn Grathwohl for discovery.
2013-02-14 Harald Oehlmann <oehhar@users.sf.net>
- * library/msgcat/msgcat.tcl: [Bug 3604576]: Catch missing registry entry
- "HCU\Control Panel\International".
+ * library/msgcat/msgcat.tcl: [Bug 3604576]: Catch missing registry
+ entry "HCU\Control Panel\International".
Bumped msgcat version to 1.5.1
2013-02-11 Donal K. Fellows <dkf@users.sf.net>
@@ -89,7 +90,7 @@
2013-02-05 Don Porter <dgp@users.sourceforge.net>
- * win/tclWinFile.c: [Bug 3603434] Make sure TclpObjNormalizePath()
+ * win/tclWinFile.c: [Bug 3603434]: Make sure TclpObjNormalizePath()
properly declares "a:/" to be normalized, even when no "A:" drive is
present on the system.
@@ -112,9 +113,8 @@
* library/platform/platform.tcl (::platform::LibcVersion): See
* library/platform/pkgIndex.tcl: [Bug 3599098]: Fixed the RE
* unix/Makefile.in: extracting the version to avoid issues with
- * win/Makefile.in: recent changes to the glibc banner. Now
- targeting a less variable part of the string. Bumped package to
- version 1.0.11.
+ * win/Makefile.in: recent changes to the glibc banner. Now targeting a
+ less variable part of the string. Bumped package to version 1.0.11.
2013-01-28 Donal K. Fellows <dkf@users.sf.net>
@@ -211,7 +211,7 @@
2013-01-08 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinFile.c: [Bug 3092089]: [file normalize] can remove path
- components. [Bug 3587096] win vista/7: "can't find init.tcl" when
+ components. [Bug 3587096]: win vista/7: "can't find init.tcl" when
called via junction without folder list access.
2013-01-07 Jan Nijtmans <nijtmans@users.sf.net>
@@ -276,8 +276,8 @@
2012-12-22 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
- * generic/tclUtil.c: Stop leaking allocated space when objifying a
- zero-length DString. [Bug 3598150] spotted by afredd.
+ * generic/tclUtil.c: [Bug 3598150]: Stop leaking allocated space when
+ objifying a zero-length DString. Spotted by afredd.
2012-12-21 Jan Nijtmans <nijtmans@users.sf.net>