summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-13 00:32:16 (GMT)
committerhobbs <hobbs>1999-10-13 00:32:16 (GMT)
commitc732fecaa0babcee5b1a681696d9366d226d6849 (patch)
tree1571ad12165c15ae0be7cc1c8a8985a2be7393fa /generic/tcl.h
parent95a22713b09018e80408b1a34c28326093361cb8 (diff)
downloadtcl-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.h3
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)
*/