summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-02-28 20:26:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-02-28 20:26:25 (GMT)
commit9c8e87a87ae43bb8df1943823f8713fd7ae57f88 (patch)
tree8ee6705277823dd27e70db996120c703fda90e2f /ChangeLog
parentb2a0e43c20f9760344b1df76388fb910a4849f3d (diff)
downloadtcl-9c8e87a87ae43bb8df1943823f8713fd7ae57f88.zip
tcl-9c8e87a87ae43bb8df1943823f8713fd7ae57f88.tar.gz
tcl-9c8e87a87ae43bb8df1943823f8713fd7ae57f88.tar.bz2
* doc/RegExp.3: [Bug 3165108]: Corrected documentation of description
of subexpression info in Tcl_RegExpInfo structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3309076..02af7dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2011-01-26 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description
+ of subexpression info in Tcl_RegExpInfo structure.
+
2011-01-25 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclPreserve.c: Don't miss 64-bit address bits in panic message.
- * win/tclWinChan.c: Fix various gcc-4.5.2 64-bit warning messages,
+ * generic/tclPreserve.c: Don't miss 64-bit address bits in panic
+ message.
+ * win/tclWinChan.c: Fix various gcc-4.5.2 64-bit warning messages
* win/tclWinConsole.c e.g. by using full 64-bits for socket fd's
* win/tclWinDde.c
* win/tclWinPipe.c