summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | tests so that they clean up temporary directories correctly.
* fix to trailing slash documentation and to a filesystem 'file join' bug on ↵vincentdarley2004-06-304-37/+173
| | | | windows
* 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
| | | | recent changes. Thanks to Pat Thoyts. [Bug 981893].
* 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
| | | | | | to calculation of a negative index value, thus accesses outside the threadStorageCache array, thus memory corruption. Crash observed on Mac OS X platform.
* 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
| | | | on WinXP.
* * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid apatthoyts2004-06-232-3/+9
| | | | failure in 16.12.
* * tests/eofchar.data: Added -kb option to ensure a binary checkoutpatthoyts2004-06-231-0/+3
| | | | to win32 systems. This fixes a failure in io-61.1
* * win/makefile.vc: fix for bug #977369 about launching tclsh topatthoyts2004-06-232-2/+9
| | | | generate a tclConfig.sh with the nmake build system
* * tests/winDde.test (createChildProcess): Added a 200-ms delayKevin B Kenny2004-06-232-2/+14
| | | | | | | (with the event loop live) when shutting down the test DDE server process, With the delay in place, nuisance failures of tests winDde-4.2, -6.5, and -6.6 appear to be much less frequent. [Bug #957449]
* 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
| | | | | | Windows caused by missing TCL_THREAD_CREATE_RETURN. * tests/stack.test (stack-3.1): Corrected nuisance error in threaded builds.
* 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
| | | | | | | | | | | | | | | TclpCheckStackSpace, _except_checkstackspace_handler, TclWinCPUID, _except_TclWinCPUID_detach_handler): * win/tclWinChan.c (Tcl_MakeFileChannel, _except_makefilechannel_handler): * win/tclWinFCmd.c (DoRenameFile, _except_dorenamefile_handler, DoCopyFile, _except_docopyfile_handler): Rework pushing of exception handler function pointer so that compiling with gcc -O3 works. Remove empty function call to avoid compiler warning. Mark the DllMain function as noinline to avoid compiler error from duplicated asm labels in generated code.
* 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
| | | | for test load-2.3 so that it will pass on Mac OSX.
* * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-186-20/+37
| | | | | | | * generic/tclInt.h: Updated TclpFindExecutable() so that failed * generic/tclUtil.c: attempts to find the executable are saved * unix/tclUnixFile.c: just as successful finds are. [Patch 966053] * unix/tclUnixTest.c:
* * tests/winFCmd.test (winFCmd-16.12): Changed test toKevin B Kenny2004-06-182-10/+35
| | | | | compute the target directory, so as not to fail if the user's HOME isn't the root.
* * unix/tcl.m4: autoconf 2.5 fixes in Darwin section.das2004-06-183-6/+25
| | | | * unix/configure: autoconf-2.57
* Added various Chinese locale->encoding mappingsdkf2004-06-182-1/+9
|
* Added note about not touching bytes during freeIntRepProc running.dkf2004-06-181-1/+4
|
* Fixed [Bug 886231] properly this time rather than with a broken version thatdkf2004-06-183-63/+74
| | | | breaks the core completely. :^}
* Added tests for deep-object-freeingdkf2004-06-182-2/+27
|
* Remove extraneous spacedkf2004-06-181-23/+1
|
* Fix tclWinInit.c for KBK, adding comments as I go. :^)dkf2004-06-184-28/+200
|
* Updated comments to agree with recent revisions.dgp2004-06-171-7/+8
|
* Relaxed panic condition on overwrite of default library path to acceptdgp2004-06-171-6/+15
| | | | | double right of the same value. Needed to support Tk_Main's call order (Tcl_CreateInterp before Tcl_FindExecutable).
* * generic/tclObj.c: Added missing space in panic message.dgp2004-06-171-0/+2
|
* Remove debugging panicdgp2004-06-171-2/+5
|
* Reverted temporary changedgp2004-06-171-2/+2
|
* * generic/tclObj.c: Added missing space in panic message.dgp2004-06-171-2/+2
|
* Added missing incr ref count. D'oh!dgp2004-06-171-1/+2
|
* Better panic message for diagnosis.dgp2004-06-171-1/+2
|