diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-05 23:21:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-05 23:21:26 (GMT) |
commit | 120ce535474dc17d51d505e3aa8d4202dde2c81b (patch) | |
tree | 82b5c554b69b6016a3df4148202862a273fdfe8d /ChangeLog | |
parent | fba428714c97529bd8a332d353fb90dffebbd5eb (diff) | |
download | tcl-120ce535474dc17d51d505e3aa8d4202dde2c81b.zip tcl-120ce535474dc17d51d505e3aa8d4202dde2c81b.tar.gz tcl-120ce535474dc17d51d505e3aa8d4202dde2c81b.tar.bz2 |
Make Tcl_AppendResult() non-deprecated again. [Patch 1041072]
Also change string to stringPtr to avoid potential future C++ problems.
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 |