| Commit message (Expand) | Author | Age | Files | Lines |
* | * macosx/tclMacOSXBundle.c: dynamically acquire address for | das | 2004-07-20 | 1 | -0/+6 |
|
|
* | Redefined MASTER_LOCK in win/tclWinThrd.c to call TclpMasterLock for the | vasiljevic | 2004-07-19 | 1 | -0/+5 |
|
|
* | cd infinite loop bug fixed | vincentdarley | 2004-07-17 | 1 | -0/+11 |
|
|
* | * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their | hobbs | 2004-07-16 | 1 | -0/+10 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the | andreas_kupries | 2004-07-16 | 1 | -0/+4 |
|
|
* | * doc/OpenFileChnl.3: Added description of the behaviour of | andreas_kupries | 2004-07-16 | 1 | -0/+4 |
|
|
* | * doc/CrtCommand.3: Added note that the arguments given to the | andreas_kupries | 2004-07-16 | 1 | -0/+4 |
|
|
* | * doc/ChnlStack.3: Removed the declaration that the interp | andreas_kupries | 2004-07-16 | 1 | -0/+5 |
|
|
* | Typo fix. | andreas_kupries | 2004-07-16 | 1 | -1/+1 |
|
|
* | * tests/socket.test: Accepted two new testcases by Stuart Casoff | andreas_kupries | 2004-07-16 | 1 | -0/+4 |
|
|
* | * unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe | andreas_kupries | 2004-07-16 | 1 | -0/+6 |
|
|
* | * unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joe | andreas_kupries | 2004-07-15 | 1 | -0/+6 |
|
|
* | Added new fix for the Tcl Bug #770053. Now we conditionaly perform | vasiljevic | 2004-07-15 | 1 | -1/+6 |
|
|
* | * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in | andreas_kupries | 2004-07-15 | 1 | -2/+29 |
|
|
* | * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the | andreas_kupries | 2004-07-15 | 1 | -0/+7 |
|
|
* | Stuffed memory leak incurred by re-initializing of TSD slots | vasiljevic | 2004-07-15 | 1 | -0/+13 |
|
|
* | * generic/tclLiteral.c (TclReleaseLiteral): Removed unused | Kevin B Kenny | 2004-07-15 | 1 | -0/+5 |
|
|
* | * generic/tclCompile.c (TclCompileScript): | Miguel Sofer | 2004-07-15 | 1 | -0/+10 |
|
|
* | See file... | vasiljevic | 2004-07-15 | 1 | -0/+5 |
|
|
* | * generic/tclBasic.c (Tcl_EvalEx): leak fix by dgp, release | Miguel Sofer | 2004-07-12 | 1 | -0/+5 |
|
|
* | * generic/tclParse.c (Tcl_SubstObj): leak fix by dgp, release | Miguel Sofer | 2004-07-12 | 1 | -0/+5 |
|
|
* | Another leak fix for [Bug 989093] | dkf | 2004-07-11 | 1 | -0/+2 |
|
|
* | Stop [dict unset] from leaking objects. [Bug 989093 in part] | dkf | 2004-07-11 | 1 | -0/+5 |
|
|
* | * generic/tclExecute.c (TEBC): fixed leak of expandNestList objs | Miguel Sofer | 2004-07-11 | 1 | -0/+6 |
|
|
* | cd fix in vfs | vincentdarley | 2004-07-11 | 1 | -0/+7 |
|
|
* | Added code to restore env(LC_TIME) after the test completes, silencing | Kevin B Kenny | 2004-07-10 | 1 | -0/+2 |
|
|
* | clock.test: Changed clock-2.11 so that it isn't an infinite loop when | Kevin B Kenny | 2004-07-10 | 1 | -1/+7 |
|
|
* | Modified the logic of literal table cleanup at interp deletion time, | Miguel Sofer | 2004-07-08 | 1 | -0/+12 |
|
|
* | Silenced a compiler warning about a type mismatch in AppendEnvironment | Kevin B Kenny | 2004-07-08 | 1 | -0/+5 |
|
|
* | * generic/tclCompile.c (TclCompileScript): fix for [Bug 458361]. | Miguel Sofer | 2004-07-07 | 1 | -0/+6 |
|
|
* | * generic.tclCmdMZ.c (TclMergeReturnOptions): Simplified logic and | dgp | 2004-07-07 | 1 | -0/+5 |
|
|
* | Generate RTF (for HLP files) correctly from manpages using advanced *roff | dkf | 2004-07-07 | 1 | -0/+3 |
|
|
* | Add missing objTypes to catalog | dkf | 2004-07-07 | 1 | -0/+5 |
|
|
* | * tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a word | dgp | 2004-07-06 | 1 | -0/+10 |
|
|
* | * tests/cmdMZ.test (cmdMZ-return-2.15,cmdMZ-return-2.16): | Kevin B Kenny | 2004-07-06 | 1 | -0/+6 |
|
|
* | Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.n | dkf | 2004-07-06 | 1 | -0/+5 |
|
|
* | * generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660], | Miguel Sofer | 2004-07-05 | 1 | -0/+10 |
|
|
* | added support for wide integers to round(); [Bug 908375], reported by | Miguel Sofer | 2004-07-03 | 1 | -0/+6 |
|
|
* | Moved declaration of TclCompEvalObj() from tclCompile.h to the internal | Miguel Sofer | 2004-07-03 | 1 | -0/+9 |
|
|
* | * generic/regcomp.c (stid): correct minor pointer size error | hobbs | 2004-07-02 | 1 | -0/+2 |
|
|
* | * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch | hobbs | 2004-07-02 | 1 | -0/+6 |
|
|
* | tests/winPipe.test (winpipe-1.11): Fixed a bug that caused | Kevin B Kenny | 2004-07-02 | 1 | -0/+3 |
|
|
* | tests/io.test: Changed several tests to run the event | Kevin B Kenny | 2004-07-02 | 1 | -0/+7 |
|
|
* | added test | vincentdarley | 2004-07-02 | 1 | -0/+4 |
|
|
* | Fix missed references to 8.4, spotted by Theo Verelst. | dkf | 2004-07-01 | 1 | -0/+6 |
|
|
* | Doc fixes. [Bug 983146] | dkf | 2004-07-01 | 1 | -0/+5 |
|
|
* | * tests/fileSystem.test: Minor correction to new fileSystem-9.X | dgp | 2004-06-30 | 1 | -0/+5 |
|
|
* | fix to trailing slash documentation and to a filesystem 'file join' bug on wi... | vincentdarley | 2004-06-30 | 1 | -0/+8 |
|
|
* | TIP#188 implementation. Thanks to KBK! [Patch 940915] | dkf | 2004-06-30 | 1 | -0/+8 |
|
|
* | * win/tclWinInit.c: Corrected reference counting flaw in | dgp | 2004-06-29 | 1 | -0/+5 |
|
|