summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed 2 memory (object) leaks; Tcl Bug #839519vasiljevic2003-12-171-2/+4
* improved documentation on memory managementvincentdarley2003-12-162-16/+26
* marked test as nonPortablevincentdarley2003-12-162-2/+8
* Made a variable file-local for safetydkf2003-12-162-2/+6
* * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problemdavygrvy2003-12-163-6/+35
* * win/tcl.rc: Slight modification to the STRINGIFY macro todavygrvy2003-12-161-2/+2
* * wintclsh.rc: Slight modification to the STRINGIFY macro todavygrvy2003-12-161-0/+6
* Slight modification to the STRINGIFY macro to support Borland's rc tool.davygrvy2003-12-161-2/+2
* * generic/tclInt.decls: commented-out entry fordavygrvy2003-12-154-17/+17
* TIP#75 Implementationdkf2003-12-144-22/+305
* Stop warnings due to (annoying) C type promotion rules.dkf2003-12-141-6/+5
* rewrite of file normalizationvincentdarley2003-12-142-84/+226
* prefer Tcl_LongAsWide and Tcl_WideAsLong for casts.davygrvy2003-12-131-5/+5
* no messagedavygrvy2003-12-131-1/+8
* Win32's SetFilePointer() takes LONGs not DWORDs. Redid local varsdavygrvy2003-12-131-11/+11
* better filesystem tests with more informative resultsvincentdarley2003-12-121-8/+16
* various filesystem fixesvincentdarley2003-12-121-0/+21
* allow creation of relative linksvincentdarley2003-12-122-5/+26
* new filesystem testsvincentdarley2003-12-122-3/+124
* file normalize ~nobody fixvincentdarley2003-12-121-1/+4
* improved filesystem documentationvincentdarley2003-12-123-44/+55
* no messagedavygrvy2003-12-121-0/+7
* (SocketThreadExitHandler) : added a TerminateThread fallback just in casedavygrvy2003-12-121-2/+12
* * unix/configure:hobbs2003-12-093-6/+81
* fixed tests and constraints and setup so works x-platformvincentdarley2003-12-091-20/+53
* #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-093-2/+17
* NT file permissions fix and testsvincentdarley2003-12-094-10/+137
* Stop losing references when variables are repeated in [binary scan]. [851747]dkf2003-12-023-41/+87
* * doc/lset.n: fix typo [Bug 852224]Miguel Sofer2003-12-012-2/+6
* * generic/tclParse.c: Corrected faulty check for trailing whitedgp2003-11-243-3/+22
* 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