summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* made bytecodes check for a catch before returning; the compiled [return] is o...Miguel Sofer2002-04-153-11/+29
* * Revised [tcltest::test] to return errorsdgp2002-04-154-53/+60
* see ChangeLoghobbs2002-04-121-0/+15
* * generic/tclNotify.c (TclFinalizeNotifier): remove remaininghobbs2002-04-121-1/+12
* * generic/tclParse.c (Tcl_ParseVar): conditionally incr objhobbs2002-04-121-2/+10
* tests/ioCmd.test: fixed iocmd-8.15 to have mac and unixPc variantshobbs2002-04-121-14/+21
* * tcl.m4: Enabled COFF as well as CV style debug info withhobbs2002-04-122-2/+2
* fixed copyright noticehobbs2002-04-101-2/+4
* * corrected misspelling of getMatchingFilesdgp2002-04-081-2/+2
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-0812-4001/+4010
* * unix/tclUnixFCmd.c (Realpath): added a little extra code tohobbs2002-04-072-40/+67
* * Corrected [subst] so that return codesdgp2002-04-053-4/+30
* * converted getMatchingFile alias into a proc so safe-2.1 will notdgp2002-04-051-3/+2
* minor cast change to squelch warninghobbs2002-04-041-3/+3
* * namespace protection for the getMatchingFiles alias.dgp2002-04-041-3/+4
* * library/tcltest/tcltest.tcl: added getMatchingFiles back (aliashobbs2002-04-042-1/+9
* fs ~ cache clear testvincentdarley2002-04-032-0/+15
* tilde expansion cache-clearingvincentdarley2002-04-034-29/+51
* Made tests for clock frequency more permissive to cope with Win98SE beingKevin B Kenny2002-04-012-5/+23
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc)hobbs2002-03-293-14/+45
* no messagedavygrvy2002-03-291-6/+0
* repair of previous mistakedavygrvy2002-03-291-8/+3
* no messagedavygrvy2002-03-291-0/+6
* A STATIC_BUILD bug fix. -DSTATIC_BUILD wasn't being added to the core's comp...davygrvy2002-03-291-5/+8
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-296-41/+102
* no messagedavygrvy2002-03-291-0/+4
* .AP macro syntaxdavygrvy2002-03-293-6/+6
* * Refactored CallTraces to collect repeateddgp2002-03-292-257/+130
* Opps... removed some left-over debugging code.davygrvy2002-03-281-3/+3
* * tools/feather.bmp:davygrvy2002-03-284-22/+34
* no messagedavygrvy2002-03-281-0/+10
* * Ran 'autoconf' - forgotten when bump to 8.4a5.dgp2002-03-281-1/+1
* * tools/man2help.tcl:davygrvy2002-03-282-35/+43
* no messagedavygrvy2002-03-281-0/+9
* Clean targets made Win9x complient.davygrvy2002-03-273-37/+19
* no messagedavygrvy2002-03-271-1/+2
* Formatting mistake in Changelog entry (2002-02-28)Miguel Sofer2002-03-271-1/+1
* * win/.cvsignore:davygrvy2002-03-276-167/+513
* no messagedavygrvy2002-03-271-0/+18
* passing the correct commandSize to TclEvalObjvInternal. [Bug 219362],Miguel Sofer2002-03-272-2/+8
* avoid exceptional returns at level 0 [Bug 219181]Miguel Sofer2002-03-273-2/+32
* * Major code cleanup to deal with whitespace,dgp2002-03-274-1343/+1221
* * Added missing [after cancel]s.dgp2002-03-272-3/+9
* * More initialization fixes to avoid stomping on global variablesdgp2002-03-251-19/+15
* More variable initialization fixes.dgp2002-03-251-53/+38
* * Corrected faulty variable initialization. [Bug 534845]dgp2002-03-252-110/+48
* * Removed workarounds for Bug 495977.dgp2002-03-252-63/+185
* * Improve the processing of the -constraints option to [test] so thatdgp2002-03-252-3/+6
* * Keep the value of $::auto_pathdgp2002-03-252-4/+8
* Allow NULL callback on trace deletions [Bug 534728]Miguel Sofer2002-03-253-4/+12