summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Generate RTF (for HLP files) correctly from manpages using advanced *roffdkf2004-07-072-36/+43
* Add missing objTypes to catalogdkf2004-07-073-2/+11
* * tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a worddgp2004-07-063-5/+26
* * tests/cmdMZ.test (cmdMZ-return-2.15,cmdMZ-return-2.16):Kevin B Kenny2004-07-062-1/+28
* More elegant fix for tab size handlingdkf2004-07-061-20/+19
* Encourage emacs to fontify the file correctly...dkf2004-07-061-2/+2
* Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.ndkf2004-07-062-17/+40
* * generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660],Miguel Sofer2004-07-053-20/+32
* Added missing constraint definition...dkf2004-07-041-1/+3
* added support for wide integers to round(); [Bug 908375], reported byMiguel Sofer2004-07-033-41/+58
* Moved declaration of TclCompEvalObj() from tclCompile.h to the internalMiguel Sofer2004-07-035-4/+37
* * generic/regcomp.c (stid): correct minor pointer size errorhobbs2004-07-022-2/+4
* * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patchhobbs2004-07-024-22/+62
* tests/winPipe.test (winpipe-1.11): Fixed a bug that causedKevin B Kenny2004-07-022-2/+5
* tests/io.test: Changed several tests to run the eventKevin B Kenny2004-07-022-13/+21
* added testvincentdarley2004-07-022-0/+18
* Fix warningdkf2004-07-011-2/+2
* Fix missed references to 8.4, spotted by Theo Verelst.dkf2004-07-014-9/+15
* Doc fixes. [Bug 983146]dkf2004-07-014-23/+15
* * tests/fileSystem.test: Minor correction to new fileSystem-9.Xdgp2004-06-302-5/+10
* fix to trailing slash documentation and to a filesystem 'file join' bug on wi...vincentdarley2004-06-304-37/+173
* TIP#188 implementation. Thanks to KBK! [Patch 940915]dkf2004-06-304-31/+140
* * win/tclWinInit.c: Corrected reference counting flaw indgp2004-06-292-2/+7
* fix to compilation error with VC++ 5.2vincentdarley2004-06-292-2/+14
* Fix [Bug 981733]; bizarre resolver brokenness strikes again!dkf2004-06-292-2/+11
* Fix constraints so can test with tclsh as well as tcltest [Bug 736431]dkf2004-06-246-56/+58
* Oops!dkf2004-06-241-5/+3
* Style and whitespace fixesdkf2004-06-241-443/+544
* * generic/tclThreadStorage.c: Corrected type casting errors that leddgp2004-06-242-3/+10
* Version 5 of [Patch 976496]Joe Mistachkin2004-06-2414-11/+1309
* Add update to let the async events workpatthoyts2004-06-231-1/+2
* * tests/io.test: Added -force to 18.1 and 18.2. This was failingpatthoyts2004-06-232-3/+6
* * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid apatthoyts2004-06-232-3/+9
* * tests/eofchar.data: Added -kb option to ensure a binary checkoutpatthoyts2004-06-231-0/+3
* * win/makefile.vc: fix for bug #977369 about launching tclsh topatthoyts2004-06-232-2/+9
* * tests/winDde.test (createChildProcess): Added a 200-ms delayKevin B Kenny2004-06-232-2/+14
* Simplify constraint by assuming Mac is Unix (which is true these days)dkf2004-06-231-8/+8
* Standardize some use of test constraints onto names that are documenteddkf2004-06-2331-722/+721
* Fixed constraint name and whitespace usagedkf2004-06-231-25/+19
* Corrected typo in latest patch that broke build on OS X.dgp2004-06-231-2/+2
* Regendkf2004-06-231-0/+118
* Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-237-81/+390
* own typo repaireddavygrvy2004-06-221-1/+1
* * generic/tclEvent.c (NewThreadProc): Fixed broken build onKevin B Kenny2004-06-223-8/+19
* See file...vasiljevic2004-06-221-0/+15
* Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-226-19/+111
* * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-214-42/+239
* Make [Bug 975895] less likely to be hitdkf2004-06-212-257/+280
* * tests/load.test: Relaxed strictness of error message matchingdgp2004-06-192-3/+7
* * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-186-20/+37