summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-30 11:05:14 (GMT)
committerhobbs <hobbs>1999-10-30 11:05:14 (GMT)
commit33ecba92bf3b392119d60e6b07a38a7945507d15 (patch)
tree26f2905b14c150c943cc313bb045715bfd0a0d4c /ChangeLog
parentcc6438765eece8a4f1a557ad5ca24ae35953cefb (diff)
downloadtcl-33ecba92bf3b392119d60e6b07a38a7945507d15.zip
tcl-33ecba92bf3b392119d60e6b07a38a7945507d15.tar.gz
tcl-33ecba92bf3b392119d60e6b07a38a7945507d15.tar.bz2
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog54
1 files changed, 54 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38ef24b..e87ea03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+1999-10-30 Jeff Hobbs <hobbs@scriptics.com>
+
+ * library/init.tcl: removed [info nameof]/../bin from auto_path
+ * unix/configure.in:
+ * win/configure.in:
+ * README:
+ * mac/README:
+ * win/README.binary:
+ * tools/tcl.wse.in:
+ * generic/tcl.h: updated to patchlevel 2
+
+ * library/http2.1/http.tcl: protected gets with catch [Bug: 2665]
+ Fixed a bug in the handling of
+ the state(status) variable when the -timeout flag is specified.
+ Previously it was possible to leave the status undefined
+ instead of empty, which caused errors in http::status
+
+ * mac/tclMacLoad.c: Stupid bug - we converted the filename to
+ external, but used the unconverted version.
+ * mac/tclMacFCmd.c: Fix a merge error in the bug fix for [Bug: 2869]
+
+ * tests/string.test:
+ * generic/tclCmdMZ.c: fixed [string index] to return ByteArrayObj
+ when indexing into one (test case string-5.16) [Bug: 2871]
+
+ * tests/incr.test:
+ * tests/set.test:
+ * generic/tclCompCmds.c: fixed improper bytecode handling of
+ 'eval {set array($unknownvar) 5}' (also for incr)
+
+ * unix/tclUnixNotfy.c: fixed event/io threading problems by
+ making triggerPipe non-blocking
+
+ * library/tcltest1.0/tcltest.tcl:
+ * generic/tclThreadTest.c: fixed mem leaks in threads
+
+ * generic/tclStringObj.c: fixed Tcl_AppendStringsToObjVA and
+ * generic/tclResult.c: fixed Tcl_AppendResultVA to only
+ iterates once over the va_list (avoiding a memcpy of it,
+ which is not portable).
+
+ * generic/tclCompile.c: removed savedChar trick that appeared to
+ be causing a segv when the literal table was released
+
+ * generic/tclEnv.c: fixed mem leak with putenv and DStrings
+ and fixed possible ABR error in environ array
+ * tests/encoding.test: fixed test case that change system
+ encoding to a double-byte one (this causes a bogus mem read
+ error for purify)
+ * unix/Makefile.in: purify has to use -best-effort to instrument
+ * unix/tclUnixPipe.c: fixed mem leak in TclpCreateProcess when
+ doing alloc between vfork and execvp.
+ * unix/tclUnixTest.c: fixed mem leak in findexecutable test command
+
1999-10-19 Jennifer Hom <jenn@scriptics.com>
* library/tcltest1.0/pkgIndex.tcl: Removed nonexistent