Timeline
Not logged in

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

45 check-ins using file tests/main.test version 605fe07bbc

2002-04-15
23:09
* Increased timeout values so that tests have time to successfully complete even on slow/bu... check-in: c27a5b81ff user: dgp tags: trunk
17:45
Improved stack trace for TCL_BREAK and TCL_CONTINUE returns from procs. [Bug 536955]. check-in: 0e4b466ad7 user: msofer tags: trunk
17:32
made bytecodes check for a catch before returning; the compiled [return] is otherwise non-catchable.... check-in: 44018b1a8b user: msofer tags: trunk
17:04
* Revised [tcltest::test] to return errors when called with invalid syntax and to accept ex... check-in: a9843e6f52 user: dgp tags: trunk
2002-04-12
06:33
see ChangeLog check-in: 1fbcab51ef user: hobbs tags: trunk
06:31
* generic/tclNotify.c (TclFinalizeNotifier): remove remaining unserviced events on finalization. check-in: d66560f921 user: hobbs tags: trunk
06:28
* generic/tclParse.c (Tcl_ParseVar): conditionally incr obj refcount to prevent possible mem leak.... check-in: 08554f2283 user: hobbs tags: trunk
06:23
tests/ioCmd.test: fixed iocmd-8.15 to have mac and unixPc variants check-in: d53c43fa40 user: hobbs tags: trunk
06:22
* tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson us... check-in: 6d61f3c7ba user: hobbs tags: trunk
2002-04-10
19:57
fixed copyright notice check-in: e42c6915c8 user: hobbs tags: trunk
2002-04-08
18:35
* corrected misspelling of getMatchingFiles check-in: 54d83974a5 user: dgp tags: trunk
09:02
2002-04-08 Daniel Steffen <das@users.sourceforge.net> * generic/tcl.h: no <sys/types.h> on mac. ... check-in: 3ae45d9135 user: das tags: trunk
2002-04-07
05:44
* unix/tclUnixFCmd.c (Realpath): added a little extra code to initialize a realpath arg when compi... check-in: a744f7567d user: hobbs tags: trunk
2002-04-05
19:26
* Corrected [subst] so that return codes TCL_BREAK and TCL_CONTINUE returned by variable su... check-in: f241a4c37d user: dgp tags: trunk
15:47
* converted getMatchingFile alias into a proc so safe-2.1 will not be disturbed check-in: f6120d6e2f user: dgp tags: trunk
2002-04-04
21:14
minor cast change to squelch warning check-in: 5e97b20456 user: hobbs tags: trunk
15:30
* namespace protection for the getMatchingFiles alias. check-in: bbf744edae user: dgp tags: trunk
05:36
* library/tcltest/tcltest.tcl: added getMatchingFiles back (alias to GetMatchingFiles), which was ... check-in: 3f31f037c4 user: hobbs tags: trunk
2002-04-03
14:30
fs ~ cache clear test check-in: b3adffad69 user: vincentdarley tags: trunk
08:39
tilde expansion cache-clearing check-in: 9df3a5199f user: vincentdarley tags: trunk
2002-04-01
20:44
Made tests for clock frequency more permissive to cope with Win98SE being observed to return 1.19318... check-in: 312ebab0f3 user: kennykb tags: trunk
2002-03-29
22:47
* generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc) (TraceCommandProc, TclTraceCommandObjCmd): c... check-in: 4a46ab8262 user: hobbs tags: trunk
22:33
no message check-in: 358381af76 user: davygrvy tags: trunk
22:29
repair of previous mistake check-in: 963ea1cee5 user: davygrvy tags: trunk
22:13
no message check-in: e82c5427d9 user: davygrvy tags: trunk
22:09
A STATIC_BUILD bug fix. -DSTATIC_BUILD wasn't being added to the core's compile rules. check-in: 8a725793e2 user: davygrvy tags: trunk
21:01
* Corrected problems with Tcl_AllowExceptions having influence over the wrong scope of Tcl_... check-in: 69bdb87c65 user: dgp tags: trunk
02:42
no message check-in: 7a09a85c7c user: davygrvy tags: trunk
02:39
.AP macro syntax check-in: c3769fc0b2 user: davygrvy tags: trunk
00:02
* Refactored CallTraces to collect repeated handling of its returned value into CallTraces ... check-in: 4f6e3d3804 user: dgp tags: trunk
2002-03-28
21:52
Opps... removed some left-over debugging code. check-in: 5e168c9758 user: davygrvy tags: trunk
21:45
* tools/feather.bmp: * tools/man2help.tcl: * tools/man2help2.tcl: * win/makefile.vc: More winhel... check-in: 6678565482 user: davygrvy tags: trunk
21:44
no message check-in: 5db0fd7676 user: davygrvy tags: trunk
15:56
* Ran 'autoconf' - forgotten when bump to 8.4a5. check-in: a0f05e0981 user: dgp tags: trunk
02:42
* tools/man2help.tcl: * win/makefile.vc: winhelp target now copies all needed files from tools/ ... check-in: f037181019 user: davygrvy tags: trunk
02:42
no message check-in: 74863d81d5 user: davygrvy tags: trunk
2002-03-27
22:57
Clean targets made Win9x complient. check-in: b048e3d708 user: davygrvy tags: trunk
22:57
no message check-in: 4b9b9ac962 user: davygrvy tags: trunk
22:18
Formatting mistake in Changelog entry (2002-02-28) check-in: cb1feaaeac user: msofer tags: trunk
21:15
* win/.cvsignore: * win/buildall.vc.bat: * win/coffbase.txt: * win/makefile.vc: * win/nmakehlp.... check-in: 8ba99624c5 user: davygrvy tags: trunk
21:15
no message check-in: c384af5b2c user: davygrvy tags: trunk
19:20
passing the correct commandSize to TclEvalObjvInternal. [Bug 219362], fix by David Knoll. check-in: 814a0619d0 user: msofer tags: trunk
14:35
avoid exceptional returns at level 0 [Bug 219181] check-in: b268ff1914 user: msofer tags: trunk
08:19
* Major code cleanup to deal with whitespace, coding conventions, and namespace issues, wi... check-in: fcbff39608 user: dgp tags: trunk
05:28
* Added missing [after cancel]s. check-in: 0c71c43e2d user: dgp tags: trunk