summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Corrected use of types to make compilation compatible with VC++5.Kevin B Kenny2003-04-152-37/+39
* Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny.jenglish2003-04-152-2/+30
* Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in Kevin B Kenny2003-04-152-2/+9
* remove duplicate function definitionvincentdarley2003-04-152-121/+6
* fixed compiler warningsdgp2003-04-151-0/+5
* Stopped compiler warnings about type casts.dgp2003-04-152-4/+4
* * win/Makefile.in: Don't define TCL_DBGXmdejong2003-04-153-15/+31
* Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-142-1/+8
* vc++ 5.2 compile fixvincentdarley2003-04-142-1/+7
* shared filesystem functionvincentdarley2003-04-144-13/+19
* * win/configure: Regen.mdejong2003-04-145-8/+112
* * win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.chobbs2003-04-122-1/+6
* Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt Kevin B Kenny2003-04-127-206/+456
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-114-13/+36
* * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-112-1/+52
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-1118-2195/+2923
* Fixed formatting problem (thanks Emacs... not!) that madedkf2003-04-101-3/+2
* Another minor typodkf2003-04-101-2/+2
* Silly typo fix. [Bug 718543]dkf2003-04-102-2/+6
* Use correct test for the empty string in Tcl_ErrorObjCmddkf2003-04-082-2/+9
* * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits ofdgp2003-04-072-4/+7
* * generic/tclCmdMZ.c (TraceExecutionProc): Added missingdgp2003-04-072-2/+9
* Yet more warning killing, this time reported by Miguel Sofer by private chat.dkf2003-04-072-1/+4
* Stopped compilers from moaning about switch fall-through. [Bug 716327]dkf2003-04-072-1/+10
* Fixed bugs 715751 and 713562 so dict code should build everywhere and wide intsdkf2003-04-074-27/+64
* Converted new files from DOS line endings to usual line endings.dgp2003-04-051-2519/+2519
* Final stage of getting dictionaries into the core. Test suite should work now!dkf2003-04-055-43/+17
* Regen.dkf2003-04-052-2/+110
* Build support for dicts on Unix and Windows, plus public API (structuredkf2003-04-057-8/+76
* The bulk of the TIP#111 implementation. Still need to finish plumbing thisdkf2003-04-055-0/+3638
* * unix/configure:mdejong2003-04-043-2/+20
* * unix/Makefile.in: Don't subst MATH_LIBS,mdejong2003-04-036-33/+39
* * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return]dgp2003-04-032-9/+6
* * win/configure: Regen.mdejong2003-04-034-3/+23
* * generic/tclParse.c (TclSubstTokens): Moved declaration ofdgp2003-04-022-2/+9
* * unix/configure: Regen.mdejong2003-04-023-71/+79
* * tests/README: Direct [source] of *.test files is no longerdgp2003-04-012-21/+44
* Added further coverage tests.dgp2003-04-012-1/+42
* * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] faileddgp2003-04-013-3/+13
* * tests/parse.test (parse-18.*): Coverage tests for the newdgp2003-03-312-1/+74
* * unix/configure: Regen.mdejong2003-03-283-4/+13
* Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352]Miguel Sofer2003-03-274-46/+53
* More elimination of dup test numbers [Bugs 710365, 710369]dkf2003-03-275-27/+22
* Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363]dkf2003-03-2710-149/+94
* * unix/configure: Regen.mdejong2003-03-273-0/+96
* update docs for latest changedgp2003-03-262-6/+4
* * library/tcltest/tcltest.tcl: Added reporting duringdgp2003-03-263-3/+17
* * unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to passdgp2003-03-267-15/+21
* typo fixes in ARGUMENTSdgp2003-03-261-3/+3
* * generic/tclVar.c:Miguel Sofer2003-03-243-19/+60