summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-09-02 16:25:12 (GMT)
committerhobbs <hobbs>1999-09-02 16:25:12 (GMT)
commitd6ddf4acdca892f3150c58da4608d30f2eece72b (patch)
treeb37a75c77b27402023dee482cc0499731b4d3d58 /ChangeLog
parenta856dda16823c2c7b5e1648d3d70e8e9b73322e2 (diff)
downloadtcl-d6ddf4acdca892f3150c58da4608d30f2eece72b.zip
tcl-d6ddf4acdca892f3150c58da4608d30f2eece72b.tar.gz
tcl-d6ddf4acdca892f3150c58da4608d30f2eece72b.tar.bz2
1999-09-01 Jeff Hobbs <hobbs@scriptics.com>
* generic/tclParseExpr.c: changed '"' to '\"' to make FreeBSD happy [Bug: 2625] * generic/tclProc.c: moved static buf to better location and changed static msg that would overflow in ProcessProcResultCode [Bug: 2483] and added Tcl_DStringFree to Tcl_ProcObjCmd. Also reworked size of static buffers. * tests/stringObj.test: added test 9.11 * generic/tclStringObj.c: changed Tcl_AppendObjToObj to properly handle the 1-byte dest and mixed src case where both had had Unicode string len checks made on them. [Bug: 2678] * unix/aclocal.m4: * unix/tcl.m4: adjusted fix from 8-21 to add -bnoentry to the AIX-* case and readjusted the range
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70d48ed..730fe32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+1999-09-01 Jeff Hobbs <hobbs@scriptics.com>
+
+ * generic/tclParseExpr.c: changed '"' to '\"' to make FreeBSD
+ happy [Bug: 2625]
+ * generic/tclProc.c: moved static buf to better location and
+ changed static msg that would overflow in ProcessProcResultCode
+ [Bug: 2483] and added Tcl_DStringFree to Tcl_ProcObjCmd.
+ Also reworked size of static buffers.
+ * tests/stringObj.test: added test 9.11
+ * generic/tclStringObj.c: changed Tcl_AppendObjToObj to
+ properly handle the 1-byte dest and mixed src case where
+ both had had Unicode string len checks made on them. [Bug: 2678]
+ * unix/aclocal.m4:
+ * unix/tcl.m4: adjusted fix from 8-21 to add -bnoentry to the
+ AIX-* case and readjusted the range
+
1999-08-31 Jennifer Hom <jenn@scriptics.com>
* library/tcltest1.0/tcltest.tcl: