diff options
author | hobbs <hobbs> | 1999-10-13 00:31:53 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-13 00:31:53 (GMT) |
commit | 9d1b56f3ea0053f0c21effb958d880abdf281a3e (patch) | |
tree | 2cbb5bf51e74f61a1f4c94cdd1f3a1393273116a /ChangeLog | |
parent | c67d7bf369b87f7440411eb5c4ec8d5773ec1461 (diff) | |
download | tcl-9d1b56f3ea0053f0c21effb958d880abdf281a3e.zip tcl-9d1b56f3ea0053f0c21effb958d880abdf281a3e.tar.gz tcl-9d1b56f3ea0053f0c21effb958d880abdf281a3e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +1999-10-12 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tclEnv.c: fixed mem leak with putenv and DStrings + * doc/Encoding.3: corrected docs + * tests/basic.test: updated test cases for 8.3 + * 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/tclAppInit.c: identified potential mem leak when compiling + tcltest (not critical) + * 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-05 Jeff Hobbs <hobbs@scriptics.com> * {win,mac,unix,tools,}/README: |