Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix to compilation error with VC++ 5.2 | vincentdarley | 2004-06-29 | 2 | -2/+14 |
| | |||||
* | Fix [Bug 981733]; bizarre resolver brokenness strikes again! | dkf | 2004-06-29 | 2 | -2/+11 |
| | |||||
* | Fix constraints so can test with tclsh as well as tcltest [Bug 736431] | dkf | 2004-06-24 | 6 | -56/+58 |
| | |||||
* | Oops! | dkf | 2004-06-24 | 1 | -5/+3 |
| | |||||
* | Style and whitespace fixes | dkf | 2004-06-24 | 1 | -443/+544 |
| | |||||
* | * generic/tclThreadStorage.c: Corrected type casting errors that led | dgp | 2004-06-24 | 2 | -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 Mistachkin | 2004-06-24 | 14 | -11/+1309 |
| | |||||
* | Add update to let the async events work | patthoyts | 2004-06-23 | 1 | -1/+2 |
| | |||||
* | * tests/io.test: Added -force to 18.1 and 18.2. This was failing | patthoyts | 2004-06-23 | 2 | -3/+6 |
| | | | | on WinXP. | ||||
* | * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid a | patthoyts | 2004-06-23 | 2 | -3/+9 |
| | | | | failure in 16.12. | ||||
* | * tests/eofchar.data: Added -kb option to ensure a binary checkout | patthoyts | 2004-06-23 | 1 | -0/+3 |
| | | | | to win32 systems. This fixes a failure in io-61.1 | ||||
* | * win/makefile.vc: fix for bug #977369 about launching tclsh to | patthoyts | 2004-06-23 | 2 | -2/+9 |
| | | | | generate a tclConfig.sh with the nmake build system | ||||
* | * tests/winDde.test (createChildProcess): Added a 200-ms delay | Kevin B Kenny | 2004-06-23 | 2 | -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) | dkf | 2004-06-23 | 1 | -8/+8 |
| | |||||
* | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 31 | -722/+721 |
| | |||||
* | Fixed constraint name and whitespace usage | dkf | 2004-06-23 | 1 | -25/+19 |
| | |||||
* | Corrected typo in latest patch that broke build on OS X. | dgp | 2004-06-23 | 1 | -2/+2 |
| | |||||
* | Regen | dkf | 2004-06-23 | 1 | -0/+118 |
| | |||||
* | Version of [Patch 746578] that works with Linux and is likely to work elsewhere | dkf | 2004-06-23 | 7 | -81/+390 |
| | |||||
* | own typo repaired | davygrvy | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | * generic/tclEvent.c (NewThreadProc): Fixed broken build on | Kevin B Kenny | 2004-06-22 | 3 | -8/+19 |
| | | | | | | Windows caused by missing TCL_THREAD_CREATE_RETURN. * tests/stack.test (stack-3.1): Corrected nuisance error in threaded builds. | ||||
* | See file... | vasiljevic | 2004-06-22 | 1 | -0/+15 |
| | |||||
* | Integrated fix for Tcl Bug #770053 from core-8-4-branch | vasiljevic | 2004-06-22 | 6 | -19/+111 |
| | |||||
* | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 4 | -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 hit | dkf | 2004-06-21 | 2 | -257/+280 |
| | |||||
* | * tests/load.test: Relaxed strictness of error message matching | dgp | 2004-06-19 | 2 | -3/+7 |
| | | | | for test load-2.3 so that it will pass on Mac OSX. | ||||
* | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. | dgp | 2004-06-18 | 6 | -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 to | Kevin B Kenny | 2004-06-18 | 2 | -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. | das | 2004-06-18 | 3 | -6/+25 |
| | | | | * unix/configure: autoconf-2.57 | ||||
* | Added various Chinese locale->encoding mappings | dkf | 2004-06-18 | 2 | -1/+9 |
| | |||||
* | Added note about not touching bytes during freeIntRepProc running. | dkf | 2004-06-18 | 1 | -1/+4 |
| | |||||
* | Fixed [Bug 886231] properly this time rather than with a broken version that | dkf | 2004-06-18 | 3 | -63/+74 |
| | | | | breaks the core completely. :^} | ||||
* | Added tests for deep-object-freeing | dkf | 2004-06-18 | 2 | -2/+27 |
| | |||||
* | Remove extraneous space | dkf | 2004-06-18 | 1 | -23/+1 |
| | |||||
* | Fix tclWinInit.c for KBK, adding comments as I go. :^) | dkf | 2004-06-18 | 4 | -28/+200 |
| | |||||
* | Updated comments to agree with recent revisions. | dgp | 2004-06-17 | 1 | -7/+8 |
| | |||||
* | Relaxed panic condition on overwrite of default library path to accept | dgp | 2004-06-17 | 1 | -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. | dgp | 2004-06-17 | 1 | -0/+2 |
| | |||||
* | Remove debugging panic | dgp | 2004-06-17 | 1 | -2/+5 |
| | |||||
* | Reverted temporary change | dgp | 2004-06-17 | 1 | -2/+2 |
| | |||||
* | * generic/tclObj.c: Added missing space in panic message. | dgp | 2004-06-17 | 1 | -2/+2 |
| | |||||
* | Added missing incr ref count. D'oh! | dgp | 2004-06-17 | 1 | -1/+2 |
| | |||||
* | Better panic message for diagnosis. | dgp | 2004-06-17 | 1 | -1/+2 |
| | |||||
* | temporarily removed unset of ::tclDefaultLibrary for sake of testing. | dgp | 2004-06-17 | 1 | -2/+2 |
| | |||||
* | silence compiler warning | dgp | 2004-06-17 | 1 | -2/+2 |
| | |||||
* | more compiler fixes | dgp | 2004-06-17 | 1 | -4/+2 |
| | |||||
* | correct compile errors | dgp | 2004-06-17 | 1 | -3/+4 |
| | |||||
* | * win/tclWinInit.c: Inform [tclInit] about the default library | dgp | 2004-06-17 | 2 | -4/+140 |
| | | | | | | directory via the ::tclDefaultLibrary variable. This should correct a problem with my 2004-06-11 commit. Better solutions still in the works. Thanks to Joe Mistachkin for pointing out the breakage. | ||||
* | * doc/library.n: Moved variables ::auto_oldpath and | dgp | 2004-06-16 | 4 | -25/+21 |
| | | | | | * library/auto.tcl: ::unknown_pending into ::tcl namespace. * library/init.tcl: [Bugs 808319, 948794] | ||||
* | Added doc clarification in response to [RFE 768852] | dkf | 2004-06-15 | 2 | -6/+16 |
| |