summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-09-06 18:49:55 (GMT)
committerhobbs <hobbs>2000-09-06 18:49:55 (GMT)
commit6ce72edcf245c5addda66b57f63d8f1424e6279f (patch)
tree499bb9369c5987d5d1e75ecbc76b8692453b5eff
parentb03ba4c7f1a99562e772365e180b4c8a7f5d576a (diff)
downloadtcl-6ce72edcf245c5addda66b57f63d8f1424e6279f.zip
tcl-6ce72edcf245c5addda66b57f63d8f1424e6279f.tar.gz
tcl-6ce72edcf245c5addda66b57f63d8f1424e6279f.tar.bz2
see changes.
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ed6f96..70a4cb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2000-09-06 Jeff Hobbs <hobbs@scriptics.com>
+
+ * README:
+ * generic/tcl.h:
+ * library/tcltest1.0/tcltest.tcl:
+ * tools/tcl.wse.in:
+ * tools/tcltk-man2html.tcl:
+ * unix/configure.in:
+ * unix/tcl.spec:
+ * win/README.binary:
+ * win/configure.in: updated patchlevel to 8.4a2
+
+ * unix/tclUnixPipe.c (TclpCreateProcess): Removed WNOHANG from
+ Tcl_WaitPid call in error case of process creation on Unix, as it
+ would lead to defunct processes. [Bug: 6148]
+
+ * tests/string.test: extended string repeat tests
+ * generic/tclCmdMZ.c (Tcl_StringObjCmd): changed STR_REPEAT to
+ preallocate the full space of the final string, avoided repeated
+ appends.
+
+ * doc/source.n:
+ * doc/Eval.3: added extra note about how to safe use ^Z in code,
+ as it is now a cross-platform (was just Windows) EOF char.
+
+2000-09-05 Jeff Hobbs <hobbs@scriptics.com>
+
+ * generic/tclHash.c: fixed pedantic warning of incorrectly placed
+ #endif
+
+ * generic/tclExecute.c (TclExecuteByteCode): INST_STR_INDEX fixed
+ pedantic cast warning.
+ Corrected support for building with -DTCL_COMPILE_STATS.
+ Added efficiency check of object equality.
+
2000-08-29 Eric Melski <ericm@ajubasolutions.com>
* generic/tclStringObj.c: Applied patch from Gerhard Hintermayer