summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-17 14:33:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-17 14:33:33 (GMT)
commitd77c012ac73b8e2be7fb8f6da653684273a2d949 (patch)
tree6150e652c4c2ab335cabbdea46dd74c85aec2829 /ChangeLog
parent13322e887e0515bacdfd999d1a60f719ec6b0cce (diff)
downloadtcl-d77c012ac73b8e2be7fb8f6da653684273a2d949.zip
tcl-d77c012ac73b8e2be7fb8f6da653684273a2d949.tar.gz
tcl-d77c012ac73b8e2be7fb8f6da653684273a2d949.tar.bz2
Removed unused flag.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 17 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index d4531ca..32cd96a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
+2008-12-17 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tcl.h, generic/tclZlib.c: Removed undocumented flag.
+
2008-12-16 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclThreadTest.c: eliminate -Wwrite-strings warnings
- in enable-threads build.
- * generic/tclExecute.c: use TclNewLiteralStringObj()
- * unix/tclUnixFCmd.c: use TclNewLiteralStringObj()
- * win/tclWinFCmd.c: use TclNewLiteralStringObj()
+ * generic/tclThreadTest.c: Eliminate -Wwrite-strings warnings in
+ --enable-threads build.
+ * generic/tclExecute.c: Use TclNewLiteralStringObj()
+ * unix/tclUnixFCmd.c: Use TclNewLiteralStringObj()
+ * win/tclWinFCmd.c: Use TclNewLiteralStringObj()
2008-12-16 Donal K. Fellows <dkf@users.sf.net>
@@ -19,7 +23,7 @@
2008-12-16 Don Porter <dgp@users.sourceforge.net>
* generic/tcl.h: Add TIP 338 routines to stub table.
- * generic/tcl.decls: [Bug 2431338].
+ * generic/tcl.decls: [Bug 2431338]
* generic/tclDecls.h: make genstubs
* generic/tclStubInit.c:
@@ -31,16 +35,16 @@
2008-12-15 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
- * generic/tclBinary.c: Fix [Bug 2380293]. Redefine non-strict
- * doc/binary.n: decoding to ignore only whitespace.
+ * generic/tclBinary.c: Redefine non-strict decoding to ignore only
+ * doc/binary.n: whitespace. [Bug 2380293]
* tests/binary.test:
2008-12-15 Don Porter <dgp@users.sourceforge.net>
* doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336).
* doc/CrtCommand.3: Various other documentation updates to
- * doc/CrtInterp.3: reflect the lack of access to Tcl_Interp fields
- * doc/Interp.3: by default.
+ * doc/CrtInterp.3: reflect the lack of access to Tcl_Interp
+ * doc/Interp.3: fields by default.
* doc/SetResult.3:
* doc/tcl.decls:
@@ -125,8 +129,8 @@
* tests/io.test: internal representation of the tclChannelType to
contain not only the ChannelState pointer, but also a reference to
the interpreter it was made in. Invalidate and recompute the
- internal representation when it is used in a different interpreter
- (Like cmdName intrep's). Added testcase. [Bug 2407783].
+ internal representation when it is used in a different interpreter,
+ like cmdName intrep's. Added testcase. [Bug 2407783]
2008-12-11 Donal K. Fellows <dkf@users.sf.net>
@@ -503,7 +507,7 @@
2008-10-23 Miguel Sofer <msofer@users.sf.net>
* generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in the for
- body [Bug 2186888].
+ body. [Bug 2186888]
2008-10-22 Jan Nijtmans <nijtmans@users.sf.net>