diff options
author | hobbs <hobbs> | 1999-10-13 00:32:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-13 00:32:16 (GMT) |
commit | c732fecaa0babcee5b1a681696d9366d226d6849 (patch) | |
tree | 1571ad12165c15ae0be7cc1c8a8985a2be7393fa /generic/tcl.h | |
parent | 95a22713b09018e80408b1a34c28326093361cb8 (diff) | |
download | tcl-c732fecaa0babcee5b1a681696d9366d226d6849.zip tcl-c732fecaa0babcee5b1a681696d9366d226d6849.tar.gz tcl-c732fecaa0babcee5b1a681696d9366d226d6849.tar.bz2 |
* generic/tclEnv.c: fixed mem leak with putenv and DStrings
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 34fb82f..f200531 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.58 1999/10/05 22:45:39 hobbs Exp $ + * RCS: @(#) $Id: tcl.h,v 1.59 1999/10/13 00:32:16 hobbs Exp $ */ #ifndef _TCL @@ -48,6 +48,7 @@ extern "C" { * win/README.binary (sections 0-4) * win/README (not patchlevel) (sections 0 and 2) * unix/README (not patchlevel) (part (h)) + * tests/basic.test (not patchlevel) (version checks) * tools/tcl.hpj.in (not patchlevel, for windows installer) * tools/tcl.wse.in (for windows installer) */ |