summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * library/tcltest/tcltest.tcl: Corrected references todgp2004-02-042-3/+8
* * library/tcltest/tcltest.tcl: Corrected parsing of singledgp2004-02-033-4/+15
* minor formatting and some commentary.davygrvy2004-02-021-9/+11
* no messagedavygrvy2004-02-021-0/+5
* * generic/tclIO.c (Tcl_Ungets): fixed improper filling of the channel buffer.davygrvy2004-02-021-3/+2
* * tests/winPipe.test: Six more cases added.davygrvy2004-02-022-12/+26
* * tests/winPipe.test: more cases with the "N backslashesdavygrvy2004-02-021-6/+9
* no messagedavygrvy2004-02-021-0/+8
* * tests/winPipe.test: Added proof that BuildCommandLine() is notdavygrvy2004-02-021-8/+12
* * tests/winPipe.test: Added proof that BuildCommandLine() is not doing thedavygrvy2004-02-011-18/+42
* no messagedavygrvy2004-02-011-2/+2
* * win/nmakehlp.c: defensive techniques to avoid static bufferdavygrvy2004-02-012-14/+22
* * tests/winPipe.test: more pass-thru commandline verifications.davygrvy2004-02-014-156/+92
* no messagedavygrvy2004-01-301-0/+7
* * win/makefile.vc: Use the -GZ compiler switch when building fordavygrvy2004-01-301-3/+3
* fix to file normalization with linksvincentdarley2004-01-292-11/+47
* fix to test and commentvincentdarley2004-01-291-2/+11
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-2912-102/+322
* Speed improvements to SetBooleanFromAny's string handlingdkf2004-01-282-153/+210
* no messagedavygrvy2004-01-281-0/+8
* * win/nmakehlp.c: Use '.\nul' as the sourcefile name instead ofdavygrvy2004-01-281-3/+6
* filesystem documentation and testsvincentdarley2004-01-263-13/+19
* file normalize bug fixes for .. and .vincentdarley2004-01-236-18/+112
* no messagedavygrvy2004-01-221-0/+5
* mentions of 'panic' and 'panicVA' removed from the documentation.davygrvy2004-01-221-13/+3
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-2125-912/+1765
* Whitespace minimisationdkf2004-01-201-76/+77
* Minor comment improvementsdkf2004-01-201-5/+6
* Minor whitespace/capitalization fixesdkf2004-01-201-15/+15
* no messagedavygrvy2004-01-201-0/+8
* * win/tclWinPipe.c (Tcl_WaitPid): Fixed a thread-safety problem with thedavygrvy2004-01-201-5/+14
* Full bytecode compilation for [lassign]dkf2004-01-188-62/+559
* no messagedavygrvy2004-01-171-0/+6
* added #pragma comment(lib, "advapi32.lib") when compilingdavygrvy2004-01-171-1/+8
* Fix a shimmering bugdkf2004-01-173-2/+19
* Minor fixes and update of UNIX documentation installerdkf2004-01-173-5/+10
* Basic implementation of TIP#57 - TclX's [lassign] command into Tcl coredkf2004-01-176-4/+249
* no messagedavygrvy2004-01-161-1/+11
* Same change in how TCL_USE_STATIC_PACKAGES is used.davygrvy2004-01-161-2/+2
* Some clean-up with how the resource files are built and howdavygrvy2004-01-161-23/+16
* Some clean-up with how the resource files are built.davygrvy2004-01-162-9/+9
* document 'fullwarn' in the opening usage commentsdavygrvy2004-01-151-2/+4
* no messagedavygrvy2004-01-151-0/+5
* Added new logic to crank-up the warning levels for both compiledavygrvy2004-01-151-2/+13
* * win/rules.vc: Added new 'fullwarn' to the CHECKS commandlinedavygrvy2004-01-151-1/+8
* no messagedavygrvy2004-01-151-0/+9
* * win/tclWinReg.c: Placed the requirement for advapi.libdavygrvy2004-01-152-4/+7
* record bug report numberdgp2004-01-151-2/+1
* Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387]dkf2004-01-143-22/+52
* Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170]dkf2004-01-143-20/+219