diff options
author | hobbs <hobbs> | 1999-10-13 00:32:49 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-13 00:32:49 (GMT) |
commit | 04ea820b91d40ed30eed4b56ad2f4a12a552cb3f (patch) | |
tree | 6644d69c8f99aa752688a9e211685986541523fb /unix/tclUnixInit.c | |
parent | 67604b787a8c97063919f609033bc87ac4d62995 (diff) | |
download | tcl-04ea820b91d40ed30eed4b56ad2f4a12a552cb3f.zip tcl-04ea820b91d40ed30eed4b56ad2f4a12a552cb3f.tar.gz tcl-04ea820b91d40ed30eed4b56ad2f4a12a552cb3f.tar.bz2 |
* 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
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r-- | unix/tclUnixInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index b0ca270..ca1d357 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -7,7 +7,7 @@ * Copyright (c) 1999 by Scriptics Corporation. * All rights reserved. * - * RCS: @(#) $Id: tclUnixInit.c,v 1.17 1999/07/22 21:50:56 redman Exp $ + * RCS: @(#) $Id: tclUnixInit.c,v 1.18 1999/10/13 00:32:49 hobbs Exp $ */ #include "tclInt.h" @@ -604,7 +604,7 @@ TclpSetVariables(interp) * TclpFindVariable -- * * Locate the entry in environ for a given name. On Unix this - * routine is case sensetive, on Windows this matches mioxed case. + * routine is case sensetive, on Windows this matches mixed case. * * Results: * The return value is the index in environ of an entry with the |