| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/Makefile.in: Don't define TCL_DBGX | mdejong | 2003-04-15 | 3 | -15/+31 |
|
|
* | Added conditionals to make tclWinFile.c compile on VC++6, which
| Kevin B Kenny | 2003-04-14 | 2 | -1/+8 |
|
|
* | vc++ 5.2 compile fix | vincentdarley | 2003-04-14 | 2 | -1/+7 |
|
|
* | shared filesystem function | vincentdarley | 2003-04-14 | 4 | -13/+19 |
|
|
* | * win/configure: Regen. | mdejong | 2003-04-14 | 5 | -8/+112 |
|
|
* | * win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c | hobbs | 2003-04-12 | 2 | -1/+6 |
|
|
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt
| Kevin B Kenny | 2003-04-12 | 7 | -206/+456 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 4 | -13/+36 |
|
|
* | * generic/tclIO.c (UpdateInterest): When dropping interest in | andreas_kupries | 2003-04-11 | 2 | -1/+52 |
|
|
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 18 | -2195/+2923 |
|
|
* | Fixed formatting problem (thanks Emacs... not!) that made | dkf | 2003-04-10 | 1 | -3/+2 |
|
|
* | Another minor typo | dkf | 2003-04-10 | 1 | -2/+2 |
|
|
* | Silly typo fix. [Bug 718543] | dkf | 2003-04-10 | 2 | -2/+6 |
|
|
* | Use correct test for the empty string in Tcl_ErrorObjCmd | dkf | 2003-04-08 | 2 | -2/+9 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of | dgp | 2003-04-07 | 2 | -4/+7 |
|
|
* | * generic/tclCmdMZ.c (TraceExecutionProc): Added missing | dgp | 2003-04-07 | 2 | -2/+9 |
|
|
* | Yet more warning killing, this time reported by Miguel Sofer by private chat. | dkf | 2003-04-07 | 2 | -1/+4 |
|
|
* | Stopped compilers from moaning about switch fall-through. [Bug 716327] | dkf | 2003-04-07 | 2 | -1/+10 |
|
|
* | Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints | dkf | 2003-04-07 | 4 | -27/+64 |
|
|
* | Converted new files from DOS line endings to usual line endings. | dgp | 2003-04-05 | 1 | -2519/+2519 |
|
|
* | Final stage of getting dictionaries into the core. Test suite should work now! | dkf | 2003-04-05 | 5 | -43/+17 |
|
|
* | Regen. | dkf | 2003-04-05 | 2 | -2/+110 |
|
|
* | Build support for dicts on Unix and Windows, plus public API (structure | dkf | 2003-04-05 | 7 | -8/+76 |
|
|
* | The bulk of the TIP#111 implementation. Still need to finish plumbing this | dkf | 2003-04-05 | 5 | -0/+3638 |
|
|
* | * unix/configure: | mdejong | 2003-04-04 | 3 | -2/+20 |
|
|
* | * unix/Makefile.in: Don't subst MATH_LIBS, | mdejong | 2003-04-03 | 6 | -33/+39 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return] | dgp | 2003-04-03 | 2 | -9/+6 |
|
|
* | * win/configure: Regen. | mdejong | 2003-04-03 | 4 | -3/+23 |
|
|
* | * generic/tclParse.c (TclSubstTokens): Moved declaration of | dgp | 2003-04-02 | 2 | -2/+9 |
|
|
* | * unix/configure: Regen. | mdejong | 2003-04-02 | 3 | -71/+79 |
|
|
* | * tests/README: Direct [source] of *.test files is no longer | dgp | 2003-04-01 | 2 | -21/+44 |
|
|
* | Added further coverage tests. | dgp | 2003-04-01 | 2 | -1/+42 |
|
|
* | * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] failed | dgp | 2003-04-01 | 3 | -3/+13 |
|
|
* | * tests/parse.test (parse-18.*): Coverage tests for the new | dgp | 2003-03-31 | 2 | -1/+74 |
|
|
* | * unix/configure: Regen. | mdejong | 2003-03-28 | 3 | -4/+13 |
|
|
* | Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] | Miguel Sofer | 2003-03-27 | 4 | -46/+53 |
|
|
* | More elimination of dup test numbers [Bugs 710365, 710369] | dkf | 2003-03-27 | 5 | -27/+22 |
|
|
* | Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 10 | -149/+94 |
|
|
* | * unix/configure: Regen. | mdejong | 2003-03-27 | 3 | -0/+96 |
|
|
* | update docs for latest change | dgp | 2003-03-26 | 2 | -6/+4 |
|
|
* | * library/tcltest/tcltest.tcl: Added reporting during | dgp | 2003-03-26 | 3 | -3/+17 |
|
|
* | * unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to pass | dgp | 2003-03-26 | 7 | -15/+21 |
|
|
* | typo fixes in ARGUMENTS | dgp | 2003-03-26 | 1 | -3/+3 |
|
|
* | * generic/tclVar.c: | Miguel Sofer | 2003-03-24 | 3 | -19/+60 |
|
|
* | * library/dde/pkgIndex.tcl: bumped version to 1.2.2 in tclWinDde.c, | patthoyts | 2003-03-24 | 2 | -2/+7 |
|
|
* | Added quoting around the script name in the 'test' target; Joe
| Kevin B Kenny | 2003-03-23 | 2 | -3/+7 |
|
|
* | Fixed a bug where [package require dde] or [package require registry]
| Kevin B Kenny | 2003-03-23 | 3 | -2/+10 |
|
|
* | * win/tclWinDde.c: Make dde services conform the the documentation | patthoyts | 2003-03-22 | 3 | -48/+182 |
|
|
* | * generic/tclInt.h (tclOriginalNotifier): | dgp | 2003-03-21 | 6 | -13/+55 |
|
|
* | * generic/tclInt.h: Removed definition of ParseValue struct that | dgp | 2003-03-20 | 2 | -32/+6 |
|
|