summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-05 23:21:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-05 23:21:26 (GMT)
commit120ce535474dc17d51d505e3aa8d4202dde2c81b (patch)
tree82b5c554b69b6016a3df4148202862a273fdfe8d /ChangeLog
parentfba428714c97529bd8a332d353fb90dffebbd5eb (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4249bc0..ddf202c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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