summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-09-10 13:02:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-09-10 13:02:12 (GMT)
commitbd7807f91414bf059602e1a2100a329442a0348c (patch)
tree6391537b7795029b02b495e01b23031ad30f61c9 /ChangeLog
parent9e8566ff42a2366b85143427edf1ffb37d186b04 (diff)
downloadtcl-bd7807f91414bf059602e1a2100a329442a0348c.zip
tcl-bd7807f91414bf059602e1a2100a329442a0348c.tar.gz
tcl-bd7807f91414bf059602e1a2100a329442a0348c.tar.bz2
* doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's
special handling of backslash-newline. Makes example slightly less pure, but more useful.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 62187a0..86256c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-10 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's
+ special handling of backslash-newline. Makes example slightly less
+ pure, but more useful.
+
2010-09-08 Andreas Kupries <andreask@activestate.com>
*** 8.5.9 TAGGED FOR RELEASE ***
@@ -11,7 +17,7 @@
* changes: Update for 8.5.9 release.
* win/tclWin32Dll.c: #ifdef protections to permit builds with
- * win/tclWinChan.c: mingw on amd64 systems. Thanks to "mescalinum"
+ * win/tclWinChan.c: mingw on amd64 systems. Thanks to "mescalinum"
* win/tclWinFCmd.c: for reporting and testing.
2010-09-06 Stuart Cassoff <stwo@users.sourceforge.net>