| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Stopped some GCC possibly-uninit-variable warnings. | dkf | 2003-03-20 | 1 | -3/+3 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2003-03-19 | 3 | -3/+26 |
|
|
* | * library/auto.tcl: Replaced [regexp] and [regsub] with | dgp | 2003-03-19 | 14 | -53/+62 |
|
|
* | * doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST and | dgp | 2003-03-19 | 3 | -8/+14 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix for | dgp | 2003-03-19 | 6 | -27/+24 |
|
|
* | revised latest registry test commit | dgp | 2003-03-19 | 1 | -10/+4 |
|
|
* | * win/configure: Regen. | mdejong | 2003-03-19 | 3 | -92/+69 |
|
|
* | * tests/registry.test: Changed the conditionals to avoid an
| Kevin B Kenny | 2003-03-19 | 2 | -8/+16 |
|
|
* | * tools/tcltk-man2html.tcl: added support for building 'make html' | das | 2003-03-18 | 2 | -26/+23 |
|
|
* | * tests/format.test: Renumber tests, a bunch of | mdejong | 2003-03-18 | 2 | -9/+14 |
|
|