diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 17 insertions, 13 deletions
@@ -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> |