Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

31 check-ins using file changes version 868a7ba3b0

1998-06-18
18:26
fixed bad array bounds checks added performance boost for small values check-in: 1206c61a6d user: stanton tags: trunk
18:25
*** empty log message *** check-in: 1d4fda1f1e user: stanton tags: trunk
18:25
remove tmp file check-in: 503fd8a608 user: stanton tags: trunk
18:25
fixed behavior of "array set" on initialization with an emtpy list removed memory leak check-in: 78dd628362 user: stanton tags: trunk
18:24
removed dead code check-in: 01429b464a user: stanton tags: trunk
18:24
added fix for foreach compile proc so it handles non-local names correctly fixed compile procs so th... check-in: 9691867ba6 user: stanton tags: trunk
18:21
fixed "info vars" and "info locals" to not report compiled temporary variables changed dictionary so... check-in: 9756aba52f user: stanton tags: trunk
18:07
changed size of static buffers in tclUnixInit to ensure that they are large enough for any TCL_LIBRA... check-in: 88ca5c55fd user: stanton tags: trunk
18:04
minor HPUX tweak check-in: 15f2954d74 user: stanton tags: trunk
18:04
added SHLIB_PATH to test targets check-in: d0e6684f34 user: stanton tags: trunk
1998-06-17
18:19
*** empty log message *** check-in: 8ca464d4aa user: stanton tags: trunk
18:19
fixed behavior of Tcl_FindExecutable on null path elements check-in: b783c6266c user: stanton tags: trunk
18:16
Initial revision check-in: be70c6f816 user: stanton tags: trunk
1998-06-15
19:09
added code to handle null arguments check-in: c8726fcfba user: stanton tags: trunk
19:08
*** empty log message *** check-in: a0565a7ccd user: stanton tags: trunk
12:33
Cleaned up prototype for 'Tcl_GetNameOfExecutable'. check-in: baba7f9c5f user: suresh tags: trunk
1998-06-12
16:49
Added prototype for the new public routine 'Tcl_GetNameOfExecutable(...)'. check-in: e10b050958 user: suresh tags: trunk
16:49
Moved the definition of "char *tclExecutableName" to this file. Added implementation for the new pub... check-in: 21d0cf46bc user: suresh tags: trunk
16:48
Moved the definition of 'char *tclExecutableName' to the file 'tclUtil.c' and revised the routine ... check-in: 08e21d459e user: suresh tags: trunk
16:46
Added documentation for the C API "Tcl_GetNameOfExecutable" which simply returns a pointer to the ... check-in: 536c7b21c3 user: suresh tags: trunk
11:26
Added some ^L page breaks. check-in: 976c5d9497 user: suresh tags: trunk
11:00
Some code clean up to removed unnecesary pointer definitions. Comments and "@@@" To-Do symbols remov... check-in: 98a8737951 user: suresh tags: trunk
1998-06-10
12:36
added cleanup of .pdb and .pch files in the clean target check-in: 0535628a63 user: escoffon tags: trunk
12:34
turn off check for shared source string in Tcl_ProcObjCmd if the body is a PRECOMPILED ByteCode obje... check-in: 9a8b21b620 user: escoffon tags: trunk
12:32
- Added the flags field in a ByteCode struct, and added one flag: TCL_BYTECODE_PRECOMPILED to mark... check-in: 005852f8ee user: escoffon tags: trunk
12:30
Restored the SCCS id string back to id strings check-in: 454e4f34b1 user: escoffon tags: trunk
12:22
Added the definition of the EXPORT macro, used to declare that some symbols are to be exported from ... check-in: 015003f030 user: escoffon tags: trunk
12:12
- Added initialization of the flags field in ByteCode - Added the TclGetInstructionTable procedure s... check-in: 89bd94d5cb user: escoffon tags: trunk
12:06
replaced the SCCS id string in header to display ids check-in: 1b6ffa090e user: escoffon tags: trunk
11:29
modified the check for no source string in Tcl_EvalObj to account for check-in: cd5f788d00 user: escoffon tags: trunk
1998-06-09
13:47
*** empty log message *** check-in: 6f391e122f user: stanton tags: trunk