summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>1998-07-24 14:30:21 (GMT)
committerwelch <welch@noemail.net>1998-07-24 14:30:21 (GMT)
commit69f190f7fe1ac1286af76ccd7d41e67981784270 (patch)
tree66e2aa87df1c83cd9e2d67a22bd57760eb147282 /changes
parent6f5b68763311f12cadd977e809fa59a2179e7dc1 (diff)
downloadtcl-69f190f7fe1ac1286af76ccd7d41e67981784270.zip
tcl-69f190f7fe1ac1286af76ccd7d41e67981784270.tar.gz
tcl-69f190f7fe1ac1286af76ccd7d41e67981784270.tar.bz2
*** empty log message ***
FossilOrigin-Name: f5e43062ff744d4202d56b59a20dfe564c680a8b
Diffstat (limited to 'changes')
-rw-r--r--changes16
1 files changed, 11 insertions, 5 deletions
diff --git a/changes b/changes
index 8782b51..5a502d2 100644
--- a/changes
+++ b/changes
@@ -3542,11 +3542,17 @@ insert pointers to such routines; TclAccessDeleteProc, TclStatDeleteProc,
& TclOpenFileChannelDeleteProc delete pointers to such routines. See
the file generic/tclIOUtils.c for more details. (SKS)
- 7/1/98 (enhancement) Added a new internal C variable
- tclPreInitScript. This is a pointer to a string that may hold an
- initialization script; If this pointer is non-NULL it is evaluated in
- Tcl_Init() prior to the built-in initialization script defined in the
- file generic/tclInitScript.h. (SKS)
+7/1/98 (enhancement) Added a new internal C variable
+tclPreInitScript. This is a pointer to a string that may hold an
+initialization script; If this pointer is non-NULL it is evaluated in
+Tcl_Init() prior to the built-in initialization script defined in the
+file generic/tclInitScript.h. (SKS)
7/6/98 (bug fix) Removed dead code in PlatformInitExitHandler so that
the TCL_LIBRARY value can be safely patched in binaries. (BW)
+
+7/24/98 (enhancement) Incorporated a new version of auto_mkindex that
+can support the [incr Tcl] class structures. This version will index
+all procedures in a source file, not just those where "proc" starts
+at the beginning of the line. If you want the old behavior, use the
+auto_mkindex_old procedure. (MMC)