summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * tests/io.test:mdejong2003-03-073-32/+43
* * tests/encoding.test: Name temp files *.tcltestoutmdejong2003-03-072-5/+12
* * generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtimedkf2003-03-072-7/+24
* * tests/io.test: Doh! Undo accidental commentingmdejong2003-03-072-6/+6
* * tests/io.test: Define a fileevent constraint and addmdejong2003-03-072-71/+79
* * tests/io.test: Define an openpipe constraint and addmdejong2003-03-072-63/+76
* * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure todgp2003-03-063-6/+49
* Replaced a non-portable 'bzero' with a portable 'memset'. [Bug 698442].Kevin B Kenny2003-03-062-2/+8
* * generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered):mdejong2003-03-063-36/+37
* * generic/tclIO.c (Tcl_Flush): Compare themdejong2003-03-062-2/+14
* * generic/tclIO.c (Tcl_GetsObj): Check thatmdejong2003-03-062-2/+13
* * generic/tclIO.c (WriteBytes, WriteChars,mdejong2003-03-062-4/+25
* * generic/tclIO.c (Tcl_SetChannelOption):mdejong2003-03-063-7/+19
* no messagedavygrvy2003-03-061-0/+4
* updated default tcl version to 8.5davygrvy2003-03-061-2/+2
* The [switch] command is now bytecode compiled, at least in the most commondkf2003-03-056-29/+565