diff options
author | dgp <dgp@users.sourceforge.net> | 2002-08-05 15:01:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-08-05 15:01:01 (GMT) |
commit | 67ca3bc02a763d338724a1afb2162e4c4a113e56 (patch) | |
tree | 539a2b1951a7f7862046181f77737b3fd35b57d2 /ChangeLog | |
parent | b3debf8fa6252ac20fea32f74530a37a1b013ba3 (diff) | |
download | tcl-67ca3bc02a763d338724a1afb2162e4c4a113e56.zip tcl-67ca3bc02a763d338724a1afb2162e4c4a113e56.tar.gz tcl-67ca3bc02a763d338724a1afb2162e4c4a113e56.tar.bz2 |
* generic/tcl.decls: Restored Tcl_Concat to return (char *). Like
* generic/tclDecls.h: Tcl_Merge, it transfers ownership of a dynamic
* generic/tclUtil.c: allocated string to the caller.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-08-05 Don Porter <dgp@users.sourceforge.net> + + * generic/tcl.decls: Restored Tcl_Concat to return (char *). Like + * generic/tclDecls.h: Tcl_Merge, it transfers ownership of a dynamic + * generic/tclUtil.c: allocated string to the caller. + 2002-08-04 Don Porter <dgp@users.sourceforge.net> * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify |