Timeline
Not logged in

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

58 check-ins using file tests/set-old.test version 0ea9599aa2

1998-06-18
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
13:09
changed so server sockets can't be trashed by fileevent check-in: 1313bb5e38 user: stanton tags: trunk
13:08
*** empty log message *** check-in: c2fdb10e8e user: stanton tags: trunk
13:08
fixed bug that caused file events to not be reported on buffered data check-in: 0ceb0a9460 user: stanton tags: trunk
1998-06-04
13:11
Added function prototypes for 'TclAccess', 'TclStat', 'TclAccessInsertProc', 'TclAccessDeleteProc'... check-in: 1b9f91c0e6 user: suresh tags: trunk
13:07
Added routiens to support testing of new routines ('TclStatInsertProc', 'TclAccessInsertProc', 'Tc... check-in: 1676df29e6 user: suresh tags: trunk
13:04
Changed call references of 'stat(...)' to 'TclStat(...)' & 'access(...)' to 'TclAccess(...)'. Adde... check-in: 1b2c9733c7 user: suresh tags: trunk
12:44
Initial revision check-in: d17fedb1b9 user: suresh tags: trunk
1998-06-03
09:37
Renamed 'TclmacStat(...)' to 'TclpStat(...)' & 'TclmacAccess(...)' to 'TclpAccess(...)'. Removed m... check-in: 8d7c1ef2d0 user: suresh tags: trunk
09:33
Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to 'TclpAccess(...)'. Added 'Tc... check-in: 30375c0e1e user: suresh tags: trunk
09:32
Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to 'TclpAccess(...)'. check-in: 098e9fa0dd user: suresh tags: trunk
09:14
Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'. check-in: 332c13ef17 user: suresh tags: trunk
1998-05-28
16:44
Renamed 'TclWinStat(...)' to 'TclpStat(...)' & 'TclWinAccess(...)' to 'TclpAccess(...)'. Removed m... check-in: 1f1887431a user: suresh tags: trunk
15:18
Added macro ti simply map 'TclpStat(...)' to 'stat(...)'. Added macro to simply map 'TclpAccess(...)... check-in: 90c953146c user: suresh tags: trunk
1998-05-27
18:47
*** empty log message *** check-in: fdcf467286 user: stanton tags: trunk
18:25
added test for windows bug check-in: 0f90d50961 user: stanton tags: trunk
18:10
fixed bug in socket code: use of FIONREAD is not supported on Windows changed to completely drain th... check-in: f8f2215a8f user: stanton tags: trunk
1998-05-20
17:37
Changed call ref's of 'stat(...)' to 'TclStat(...)'. check-in: 9033acfa23 user: suresh tags: trunk
17:33
Changed call ref's of 'stat(...)' to 'TclStat(...)' and 'access(...)' to 'TclAccess(...)'. check-in: 8b6899e9e3 user: suresh tags: trunk
17:10
Changed call ref's from 'access(...)' to 'TclAccess(...)'. check-in: df4ef24b51 user: suresh tags: trunk
16:57
Changed call ref's from 'stat(...)' to 'TclStat(...)'. check-in: 734111e244 user: suresh tags: trunk
16:53
Changed call ref's of 'stat(...)' to 'TclStat(...)' & 'access(...)' to 'TclAccess(...)'. check-in: 84f6846fe1 user: suresh tags: trunk
1998-05-16
11:51
Renamed 'TclWinAccess()' to 'TclpAccess()' & 'TclWinStat()' to 'TclpStat()'. check-in: 361e3a0b00 user: suresh tags: trunk
1998-04-29
17:10
*** empty log message *** check-in: a28b6847b7 user: stanton tags: trunk
17:10
added TclWinInit and TclpFinalize check-in: b9d8955be1 user: stanton tags: trunk
17:09
*** empty log message *** check-in: 765797e09f user: stanton tags: trunk
17:09
Created branch core-8-0-2-synthetic Closed-Leaf check-in: 8ff5cdf418 user: cvs2fossil tags: core-8-0-2-synthetic, core-8-0-2
17:09
added call to TclpFinalize check-in: fd32610091 user: stanton tags: trunk
1998-04-28
18:53
Initial revision check-in: a027dd039f user: stanton tags: trunk
1998-03-26
14:56
Initial revision check-in: f86c34e38d user: rjohnson tags: trunk