diff options
author | welch <welch> | 1998-07-24 14:30:22 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-24 14:30:22 (GMT) |
commit | 31bbea25be0b7678d1c26d53f38aa3c266c62d99 (patch) | |
tree | 66e2aa87df1c83cd9e2d67a22bd57760eb147282 /changes | |
parent | 4841d985076d6542845ccfa54efaba134c5180c9 (diff) | |
download | tcl-31bbea25be0b7678d1c26d53f38aa3c266c62d99.zip tcl-31bbea25be0b7678d1c26d53f38aa3c266c62d99.tar.gz tcl-31bbea25be0b7678d1c26d53f38aa3c266c62d99.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -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) |