Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a word | dgp | 2004-07-06 | 3 | -5/+26 |
| | | | | | | | | | containing backslash-quoted value is treated correctly. * generic/tclCompile.c (TclWordKnownAtCompileTime): [Bug 986196] Corrected flaw above and the flaw that caused TCL_TOKEN_SIMPLE_WORDs to have their original word value copied ( "{a b}" ) rather than the actual value ( "a b" ). Thanks to Kevin Kenny for report and tests. | ||||
* | * tests/cmdMZ.test (cmdMZ-return-2.15,cmdMZ-return-2.16): | Kevin B Kenny | 2004-07-06 | 2 | -1/+28 |
| | | | | | Added a test that a return code containing spaces is correctly returned. | ||||
* | More elegant fix for tab size handling | dkf | 2004-07-06 | 1 | -20/+19 |
| | |||||
* | Encourage emacs to fontify the file correctly... | dkf | 2004-07-06 | 1 | -2/+2 |
| | |||||
* | Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.n | dkf | 2004-07-06 | 2 | -17/+40 |
| | |||||
* | * generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660], | Miguel Sofer | 2004-07-05 | 3 | -20/+32 |
| | | | | | | | | | found by pspjuth. Tear down the global namespace before freeing the interp handle, to allow the bytecodes to free their non-shared literals. * generic/tclLiteral.c (TclReleaseLiteral): moved special code for self-ref so that it is also used for non-shared literals. Possible bug found by inspection. | ||||
* | Added missing constraint definition... | dkf | 2004-07-04 | 1 | -1/+3 |
| | |||||
* | added support for wide integers to round(); [Bug 908375], reported by | Miguel Sofer | 2004-07-03 | 3 | -41/+58 |
| | | | | Hemang Lavana. | ||||
* | Moved declaration of TclCompEvalObj() from tclCompile.h to the internal | Miguel Sofer | 2004-07-03 | 5 | -4/+37 |
| | | | | stubs table, for compiler experimentation. | ||||
* | * generic/regcomp.c (stid): correct minor pointer size error | hobbs | 2004-07-02 | 2 | -2/+4 |
| | |||||
* | * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch | hobbs | 2004-07-02 | 4 | -22/+62 |
| | | | | | * doc/exec.n, tests/exec.test: that adds 2>@1 as a special case redirection of stderr to the result output. | ||||
* | tests/winPipe.test (winpipe-1.11): Fixed a bug that caused | Kevin B Kenny | 2004-07-02 | 2 | -2/+5 |
| | | | | | test to fail if the path name of the working directory contained whitespace [Bug 678430] | ||||
* | tests/io.test: Changed several tests to run the event | Kevin B Kenny | 2004-07-02 | 2 | -13/+21 |
| | | | | | | loop rather than just calling [update] periodically, avoiding intermittent failures (usually in io-29.32) that stemmed from unreaped processes on Windows. | ||||
* | added test | vincentdarley | 2004-07-02 | 2 | -0/+18 |
| | |||||
* | Fix warning | dkf | 2004-07-01 | 1 | -2/+2 |
| | |||||
* | Fix missed references to 8.4, spotted by Theo Verelst. | dkf | 2004-07-01 | 4 | -9/+15 |
| | |||||
* | Doc fixes. [Bug 983146] | dkf | 2004-07-01 | 4 | -23/+15 |
| | |||||
* | * tests/fileSystem.test: Minor correction to new fileSystem-9.X | dgp | 2004-06-30 | 2 | -5/+10 |
| | | | | tests so that they clean up temporary directories correctly. | ||||
* | fix to trailing slash documentation and to a filesystem 'file join' bug on ↵ | vincentdarley | 2004-06-30 | 4 | -37/+173 |
| | | | | windows | ||||
* | TIP#188 implementation. Thanks to KBK! [Patch 940915] | dkf | 2004-06-30 | 4 | -31/+140 |
| | |||||
* | * win/tclWinInit.c: Corrected reference counting flaw in | dgp | 2004-06-29 | 2 | -2/+7 |
| | | | | recent changes. Thanks to Pat Thoyts. [Bug 981893]. | ||||
* | 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 |