diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-10-06 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * doc/SetResult.3: Made Tcl_AppendResult non-deprecated; better + that people use it than most of the common alternatives! + * generic/tclResult.c (Tcl_AppendResultVA): Make this work better + with Tcl_Objs. [Patch 1041072] + (Tcl_SetResult, Tcl_AppendElement): Change string to stringPtr to + avoid C++ keywords. + 2004-10-05 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c (TclObjInvoke): More simplification of the |