summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove windows [cd] bugvincentdarley2003-11-242-5/+18
* * tests/winFCmd.test (winFCmd-16.10,11): Merged new tests fromdgp2003-11-212-5/+19
* * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-202-2/+11
* * tests/compile.test (compile-16.22.0): Improved test for thedgp2003-11-202-5/+13
* Fixed Bug 845412; long commands without expansion don't get tangled with thedkf2003-11-193-3/+17
* Changes from Victor Wagner <vitus@45.free.net> for better DJGPP support.davygrvy2003-11-182-1/+14
* Changes from Victor Wagner <vitus@45.free.net> for DJGPP support.davygrvy2003-11-182-4/+13
* more details on the regexp fix.dgp2003-11-171-0/+10
* * tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258]dgp2003-11-172-1/+53
* Added cast to suppress compiler warning.dgp2003-11-171-2/+2
* Miguel's masking bits had the wrong sense. I should have spotteddkf2003-11-161-2/+2
* D'oh! instructionCount is post-incremented, not pre-incremented...dkf2003-11-161-3/+4
* Miguel Sofer's patch (with small revisions) to make sure the bytecode enginedkf2003-11-164-14/+176
* Stop VC++ 5.2 warning. [Bug 842511]dkf2003-11-152-2/+11
* Whitespace fixesdkf2003-11-151-15/+15
* Fixed code that splits RE engine states into "progress" and "no-progress" (bu...pvgoran2003-11-151-2/+6
* Added cast to suppress compiler warning.dgp2003-11-151-2/+2
* TIP#138 implementation plus extra test stuff [Patch 731356]dkf2003-11-147-41/+170
* Version number/changebar fixdkf2003-11-142-4/+8
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-1438-641/+1540
* * tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as morehobbs2003-11-122-8/+11
* * unix/configure:hobbs2003-11-123-81/+86
* no messagedavygrvy2003-11-111-0/+7
* added socklen_t typedef for DJGPPdavygrvy2003-11-111-1/+2
* * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-1010-25/+38
* * unix/tclUnixInit.c (TclpInitLibraryPath):dgp2003-11-103-5/+49
* Make cmdIL.test more self-contained [Bug 838384]dkf2003-11-102-29/+56
* fix to misleading error messagevincentdarley2003-11-103-9/+32
* compilation warningvincentdarley2003-11-072-3/+15
* * macosx/Makefile: optimized builds define NDEBUG to turn offdas2003-11-062-2/+8
* * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657]dgp2003-11-052-1/+41
* * macosx/Makefile: added 'test' target.das2003-11-042-2/+13
* loadHandle vs clientData cleanupvincentdarley2003-11-033-17/+124
* whitespacevincentdarley2003-11-031-2/+2
* remove warningvincentdarley2003-11-031-2/+2
* free path when no longer neededvincentdarley2003-11-031-1/+2
* Typo fixdkf2003-11-021-2/+2
* regendkf2003-11-012-2/+26
* When copying and pasting code, check that argument types are sensible! <:^)dkf2003-11-012-8/+8
* Oopsdkf2003-11-011-2/+2
* Increased robustness and speed for [lrepeat] with help of new list constructordkf2003-11-016-68/+225
* Whitespace policedkf2003-10-302-135/+128
* Whitespace policedkf2003-10-301-163/+132
* doh, forgot Changelog entryMiguel Sofer2003-10-281-0/+5
* * generic/tclExecute.c (NEXT_INST macros): replaced macro variableMiguel Sofer2003-10-281-10/+10
* * unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]andreas_kupries2003-10-232-5/+13
* * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too whenandreas_kupries2003-10-232-3/+12
* filesystem documentationvincentdarley2003-10-232-22/+44
* mac resource freeing fixvincentdarley2003-10-233-3/+20
* Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-222-77/+71