summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * library/dde/pkgIndex.tcl: bumped version to 1.2.2 in tclWinDde.c,patthoyts2003-03-242-2/+7
* 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
* * win/tclWinDde.c: Make dde services conform the the documentationpatthoyts2003-03-223-48/+182
* * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-216-13/+55
* * generic/tclInt.h: Removed definition of ParseValue struct thatdgp2003-03-202-32/+6
* Stopped some GCC possibly-uninit-variable warnings.dkf2003-03-201-3/+3
* * generic/tclCompile.c:Miguel Sofer2003-03-193-3/+26
* * library/auto.tcl: Replaced [regexp] and [regsub] withdgp2003-03-1914-53/+62
* * doc/Eval.3 (Tcl_EvalObjEx): Corrected CONST anddgp2003-03-193-8/+14
* * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix fordgp2003-03-196-27/+24
* revised latest registry test commitdgp2003-03-191-10/+4
* * win/configure: Regen.mdejong2003-03-193-92/+69
* * 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-26/+23
* * tests/format.test: Renumber tests, a bunch ofmdejong2003-03-182-9/+14
* Fix docbug in lsearch and lsort commands for -ascii opt (which works withdkf2003-03-173-5/+14
* * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-143-150/+170
* * win/tcl.m4 (SC_WITH_TCL): Port version numbermdejong2003-03-132-4/+9
* Require autoconf 2.57 or newer, see TIP 34mdejong2003-03-138-5560/+15870
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-1311-550/+524
* * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-123-7/+11
* corrected latest entrydgp2003-03-121-3/+4
* * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-123-4/+15
* Added two missing uses of $(DBGX) so that tclpip8x.dll loads without Kevin B Kenny2003-03-112-3/+8
* Removed an unused local variable that caused compilation problems on Kevin B Kenny2003-03-092-2/+6
* * doc/tcltest.n: Added missing "-body" to example. Thanks todgp2003-03-082-3/+8