Tcl Source Code

Timeline
Login

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

50 check-ins occurring around dfc8a95b9f8f3287.

2001-12-18
00:21
note about Preserve.3 checkin check-in: 8224c5bf71 user: hobbs tags: trunk
2001-12-17
22:55
* Applied #219311 on behalf of Rolf Schroedter <[email protected]> to prevent fc... check-in: 0e625dfd2b user: andreas_kupries tags: trunk
2001-12-14
20:31
docs and comments corrections [Bug 493412] check-in: aed88b0471 user: msofer tags: trunk
10:32
* win/tclWinNotify.c (Tcl_FinalizeNotifier): Stop Tcl on Windows from crashing when shutdown from ...
check-in: 8ef3055eae user: dkf tags: trunk
06:04
* Repaired some fractured phrasing.
check-in: f6547945a9 user: dgp tags: trunk
2001-12-13
18:07
* win/tclWinSock.c (TcpGetOptionProc): Fix for tcl bug item #478565 reported by an unknown pers... check-in: 4e78c91ebe user: andreas_kupries tags: trunk
00:58
docd TCL_DYNAMIC use. [Patch #483989] (porter) check-in: 578e25a5fb user: hobbs tags: trunk
2001-12-12
22:32
* generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 as provided by Don Porter <dgp@u... check-in: 8c4490b8d5 user: andreas_kupries tags: trunk
02:34
Removing all the versioned library folders from the install phase of the Tcl library target. check-in: 321a4c43f0 user: wolfsuit tags: macosx-8-4-branch
2001-12-11
19:45
small change in bytecode instructionsINST_LIST_INDEX_MULTI and INST_LSET_FLAT check-in: 11d55c29e7 user: msofer tags: trunk
17:57
fix debug messages in INST_LSET_LIST. check-in: 09c0f57660 user: msofer tags: trunk
14:29
removed overestimates of necessary stack depth for bytecodes in the fix for [Bug 483611]. check-in: cf43b96f2d user: msofer tags: trunk
02:42
* unix/tclUnixPipe.c (TclpCreateProcess): Applied Don Porter's patch fixing bug #437489. check-in: 3b43ae38d4 user: andreas_kupries tags: trunk
2001-12-10
20:30
fix background error reporting in the absence of a bgerror proc [Bug 219142]. check-in: f64442352c user: msofer tags: trunk
16:01
* Several typo and formatting corrections discovered during conversion to TMML. Thanks to ...
check-in: e7a6729833 user: dgp tags: core-8-3-1-branch
15:50
* Several typo and formatting corrections discovered during conversion to TMML. Thanks to ...
check-in: c6a543090c user: dgp tags: trunk
15:44
fixed the calculation of the maximal stack depth required by bytecodes [Bug 483611]. check-in: 1a664a49d8 user: msofer tags: trunk
2001-12-07
17:39
Fixed typo
check-in: 5739a1a1ef user: dgp tags: core-8-3-1-branch
17:38
fixed typo
check-in: 9fc4146751 user: dgp tags: trunk
13:55
restored consistency in refCount accounting by array traces [Bug #4484339] check-in: 23f9cbbc00 user: msofer tags: trunk
2001-12-06
10:59
More expr syntax error improvements check-in: cd9316932b user: dkf tags: trunk
2001-12-05
22:27
* typo fix: index -> lindex
check-in: 70d443e6f1 user: dgp tags: core-8-3-1-branch
22:26
* fixed typo: index -> lindex
check-in: f509d0199a user: dgp tags: trunk
20:43
new algorithm for [array get], safe when there are traces that modify the array [Bug #449893]. check-in: 986407077b user: msofer tags: trunk
20:01
* stack.base.html: * stack.full.html: Reports from the local version of the core instrumented ... check-in: d3e72b66fd user: andreas_kupries tags: mod-8-3-4-branch
18:22
* NOTES: Updated to explain the usage of the various macros upfront. The original contents rema... check-in: dfc8a95b9f user: andreas_kupries tags: mod-8-3-4-branch
2001-12-04
21:52
* NOTES: * tcl.h: * tclInt.h: Moved the macros to control feature exclusion and stack manipul... check-in: fa28ece419 user: andreas_kupries tags: mod-8-3-4-branch
15:36
Improved messages produced on getting a syntax error in an expression check-in: 7496369e64 user: dkf tags: trunk
2001-12-03
18:23
NRE1 patch by Miguel Sofer. Several new controlling macros for information on the stack. Parser i... check-in: fc43051481 user: andreas_kupries tags: mod-8-3-4-branch
10:42
Improved expr documentation. check-in: 583756bf09 user: dkf tags: trunk
08:59
no message check-in: e941904819 user: davygrvy tags: trunk
08:56
Some install target bugs repaired along with $(TCLSTUBLIB) added to the dependencies rather than imp... check-in: f1122c9f0d user: davygrvy tags: trunk
2001-12-02
22:06
Added field to tcl_platform to describe the machine-word size. check-in: a2fac462b3 user: dkf tags: dkf-64bit-support-branch
01:03
Makefile and other changes to move Tcl_MacOpenBundleResources to Tcl from Tk. check-in: f6101b2d8d user: wolfsuit tags: macosx-8-4-branch
2001-11-30
14:59
Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334] check-in: 42b20a50be user: msofer tags: trunk
2001-11-29
20:08
backporting patch for [Bug 231259] check-in: 4dd2bb1533 user: msofer tags: core-8-3-1-branch
19:38
Modified test namespace-41.2, added 41.3 check-in: 740493c6b7 user: msofer tags: trunk
18:14
added new test for bug 231259 check-in: 96c877863d user: msofer tags: trunk
15:38
* generic/tclBinary.c: Added caching scheme to reduce number of object allocations when doing...
check-in: 3d0f0e218b user: dkf tags: trunk
2001-11-28
17:58
* NOTES: New file. Read here about the new modularization macros, interdependencies, implicatio... check-in: 052bbd8095 user: andreas_kupries tags: mod-8-3-4-branch
13:15
Manpage fix (RE syntax now in separate page.) Resolves Bug486159 reported by Larry Virden. check-in: 97a6ff93bf user: dkf tags: trunk
03:19
Fix a coredump in the filename normalizer code for Win95/98. check-in: be370d39fb user: drh tags: trunk
01:07
no message check-in: 182c63ddce user: davygrvy tags: trunk
01:05
Removed the Tk reference for the 'winhelp' target. Converge at install will need to be the solution... check-in: 2e1304b87c user: davygrvy tags: trunk
2001-11-27
14:12
Made test cmdAH-24.2 more robust. check-in: 0d498a5b56 user: dkf tags: trunk
13:47
Replace isspace(char) with isspace(UCHAR(char)) for safety... check-in: b59b610eb8 user: dkf tags: trunk
13:30
Tightened up the argument passing for [switch] to promote robuster scripts. check-in: 877f39bc96 user: dkf tags: trunk
09:54
Fixed (hopefully) mistakes in tclTest.c that stopped compilation on Alpha. check-in: af7f78f734 user: dkf tags: dkf-64bit-support-branch
09:48
Missed a #undef... check-in: acca2acd72 user: dkf tags: dkf-64bit-support-branch
2001-11-26
23:10
Made 'obsolete fs hooks' version of stat buffers backward compatible. Thanks to Vince Darley for sug... check-in: 7a04070383 user: dkf tags: dkf-64bit-support-branch