summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeathobbs2003-05-102-18/+32
* fix for [Bugs 733156, 733221]Joe Mistachkin2003-05-101-0/+15
* fix for [Bug 733221]Joe Mistachkin2003-05-101-4/+11
* fix for [Bugs 733221, 733156]Joe Mistachkin2003-05-101-21/+70
* fix bad cvs lf conversionJoe Mistachkin2003-05-101-1/+2
* fix for [Bug 731754]Joe Mistachkin2003-05-101-5/+1
* * library/tcltest/tcltest.tcl: The -returnCodes option to [test]dgp2003-05-052-2/+7
* Corrected error message for grammar and spelling.dkf2003-05-054-9/+14
* glob and square brackets fixvincentdarley2003-04-293-4/+32
* * generic/tclBasic.c: Tcl_EvalObjv() failed to honor thedgp2003-04-252-4/+15
* * win/tclWinThrd.c: Applied SF patch #727271. This patch changesandreas_kupries2003-04-252-9/+65
* * library/tcltest/tcltest.tcl: When the return code of a test doesdgp2003-04-212-10/+17
* Corrected bogus commentsdgp2003-04-181-7/+2
* * generic/tclExecute.c (ExprCallMathFunc): remove incorrecthobbs2003-04-182-15/+20
* Moved serial line options to their creator, open.n, from the generic pagedkf2003-04-183-203/+185
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-1611-287/+135
* If you deal with network sockets, you should care about encodings. Tcl cannotdkf2003-04-162-2/+14
* Math funcs might have to deal with wide ints; document this. [Bug 709720]dkf2003-04-162-7/+25
* Corrected use of types to make compilation compatible with VC++5.Kevin B Kenny2003-04-152-40/+43
* Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-142-1/+12
* filesystem fixes backportedvincentdarley2003-04-1410-2028/+2464
* Fixed Bug 710310 (duplicate test numbers in clock.test). Made major Kevin B Kenny2003-04-125-172/+356
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-114-13/+36
* * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-112-7/+46
* Experimental change. Easier to check in and later back out if thereandreas_kupries2003-04-101-1/+13
* Another minor typo.dkf2003-04-101-2/+2
* Fixed silly typo. [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
* Make sure that tclWideIntType is defined and somewhat sensible everywhere. [...dkf2003-04-072-6/+15
* * win/configure: Regen.mdejong2003-04-034-14/+34
* * tests/README: Direct [source] of *.test files is no longerdgp2003-04-012-21/+46
* 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
* Removed test number dups [Bugs 710322, 710327, 710349, 710363]dkf2003-03-2710-149/+94
* update docs for latest changedgp2003-03-262-6/+4
* * library/tcltest/tcltest.tcl: Added reporting duringdgp2003-03-264-13/+33
* typo corrections in ARGUMENTSdgp2003-03-261-3/+3
* * generic/tclVar.c:Miguel Sofer2003-03-243-19/+60
* Added quoting around the script name in the 'test' target; Joe Kevin B Kenny2003-03-232-3/+7
* Fixed a bug where [package require dde] or [package require registry] Kevin B Kenny2003-03-233-2/+10
* * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-216-13/+55
* * generic/tclInt.h: Removed definition of ParseValue struct thatdgp2003-03-202-32/+6
* * generic/tclCompile.c:Miguel Sofer2003-03-193-3/+27
* * doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST anddgp2003-03-193-8/+16
* revised latest registry test commitdgp2003-03-191-10/+4
* * tests/registry.test: Changed the conditionals to avoid an Kevin B Kenny2003-03-192-8/+16
* * tools/tcltk-man2html.tcl: added support for building 'make html'das2003-03-182-19/+16
* Fixes for three filesystem problemsvincentdarley2003-03-184-5/+27