diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-13 20:41:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-13 20:41:15 (GMT) |
commit | bef2dfa177efff3410551a2b960679d1cafbb60b (patch) | |
tree | 32c5df6176388af8aec3a00d999bf0daf283ca9f /ChangeLog | |
parent | 0d8c9236b0313ae5529b1dc4c6600722584c0d07 (diff) | |
download | tcl-bef2dfa177efff3410551a2b960679d1cafbb60b.zip tcl-bef2dfa177efff3410551a2b960679d1cafbb60b.tar.gz tcl-bef2dfa177efff3410551a2b960679d1cafbb60b.tar.bz2 |
Clarify.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 14 insertions, 10 deletions
@@ -1,8 +1,12 @@ +2007-11-13 Donal K. Fellows <dkf@users.sf.net> + + * doc/mathop.n: Clarify definitions of some operations. + 2007-11-13 Miguel Sofer <msofer@users.sf.net> * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly - undefined here; this should be set (or not) in the compile - options, it is used elsewhere and needs to be consistent. + undefined here; this should be set (or not) in the compile options, it + is used elsewhere and needs to be consistent. 2007-11-13 Pat Thoyts <patthoyts@users.sourceforge.net> @@ -39,7 +43,7 @@ 2007-11-12 Miguel Sofer <msofer@users.sf.net> - * generic/tclBasic.c: New macro TclResetResult, new iPtr flag + * generic/tclBasic.c: New macro TclResetResult, new iPtr flag * generic/tclExecute.c: bit INTERP_RESULT_UNCLEAN: shortcut for * generic/tclInt.h: Tcl_ResetResult for the "normal" case: * generic/tclProc.c: TCL_OK, no return options, no errorCode @@ -49,8 +53,8 @@ THIS PATCH WAS REVERTED: initial (mis)measurements overstated the perfomance wins, which turn out to be tiny. Not worth the - complication. - + complication. + 2007-11-11 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: @@ -64,11 +68,11 @@ 2007-11-11 Miguel Sofer <msofer@users.sf.net> * generic/tclResult.c (ResetObjResult): clarify the logic. - + * generic/tclBasic.c: Increased usage of macros to detect - * generic/tclBinary.c: and take advantage of objTypes. Added + * generic/tclBinary.c: and take advantage of objTypes. Added * generic/tclClock.c: macros TclGet(Int|Long)FromObj, - * generic/tclCmdAH.c: TclGetIntForIndexM and TclListObjLength, + * generic/tclCmdAH.c: TclGetIntForIndexM and TclListObjLength, * generic/tclCmdIL.c: modified TclListObjGetElements. * generic/tclCmdMZ.c: * generic/tclCompCmds.c: The TclGetInt* macros are only a shortcut @@ -77,8 +81,8 @@ * generic/tclDictObj.c: also to other cases. * generic/tclExecute.c: * generic/tclGet.c: As this patch touches many files it has - * generic/tclIO.c: been recorded as [Patch 1830038] in order to - * generic/tclIOCmd.c: facilitate reviewing. + * generic/tclIO.c: been recorded as [Patch 1830038] in order + * generic/tclIOCmd.c: to facilitate reviewing. * generic/tclIOGT.c: * generic/tclIndexObj.c: * generic/tclInt.h: |