| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix docbug in lsearch and lsort commands for -ascii opt (which works with | dkf | 2003-03-17 | 3 | -5/+14 |
|
|
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier | dkf | 2003-03-14 | 3 | -150/+170 |
|
|
* | * win/tcl.m4 (SC_WITH_TCL): Port version number | mdejong | 2003-03-13 | 2 | -4/+9 |
|
|
* | Require autoconf 2.57 or newer, see TIP 34 | mdejong | 2003-03-13 | 8 | -5560/+15870 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): | dgp | 2003-03-13 | 11 | -550/+524 |
|
|
* | * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT | dgp | 2003-03-12 | 3 | -7/+11 |
|
|
* | corrected latest entry | dgp | 2003-03-12 | 1 | -3/+4 |
|
|
* | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option | dgp | 2003-03-12 | 3 | -4/+15 |
|
|
* | Added two missing uses of $(DBGX) so that tclpip8x.dll loads without
| Kevin B Kenny | 2003-03-11 | 2 | -3/+8 |
|
|
* | Removed an unused local variable that caused compilation problems on
| Kevin B Kenny | 2003-03-09 | 2 | -2/+6 |
|
|
* | * doc/tcltest.n: Added missing "-body" to example. Thanks to | dgp | 2003-03-08 | 2 | -3/+8 |
|
|
* | * tests/io.test: | mdejong | 2003-03-07 | 3 | -32/+43 |
|
|
* | * tests/encoding.test: Name temp files *.tcltestout | mdejong | 2003-03-07 | 2 | -5/+12 |
|
|
* | * generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtime | dkf | 2003-03-07 | 2 | -7/+24 |
|
|
* | * tests/io.test: Doh! Undo accidental commenting | mdejong | 2003-03-07 | 2 | -6/+6 |
|
|
* | * tests/io.test: Define a fileevent constraint and add | mdejong | 2003-03-07 | 2 | -71/+79 |
|
|
* | * tests/io.test: Define an openpipe constraint and add | mdejong | 2003-03-07 | 2 | -63/+76 |
|
|
* | * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to | dgp | 2003-03-06 | 3 | -6/+49 |
|
|
* | Replaced a non-portable 'bzero' with a portable 'memset'. [Bug 698442]. | Kevin B Kenny | 2003-03-06 | 2 | -2/+8 |
|
|
* | * generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered): | mdejong | 2003-03-06 | 3 | -36/+37 |
|
|
* | * generic/tclIO.c (Tcl_Flush): Compare the | mdejong | 2003-03-06 | 2 | -2/+14 |
|
|