| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclPkg.c: Backport fix for [1573844] to the | dgp | 2007-09-19 | 1 | -11/+11 |
|
|
* | * tests/trace.test: Backport some tests. | dgp | 2007-08-14 | 1 | -1/+27 |
|
|
* | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix | das | 2007-08-14 | 1 | -3/+14 |
|
|
* | * generic/tclCmdMZ.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 1 | -1/+5 |
|
|
* | * tests/result.test (result-6.2): Add test for Bug 1649062 so | dgp | 2007-06-05 | 1 | -0/+16 |
|
|
* | * tests/fCmd.test: Backport the notNetworkFilesystem constraint. | dgp | 2007-05-17 | 1 | -6/+7 |
|
|
* | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating | Kevin B Kenny | 2007-03-17 | 1 | -1/+21 |
|
|
* | * generic/tclExecute.c (INST_FOREACH_STEP4): Re-fetch pointers for | dgp | 2007-03-13 | 1 | -1/+13 |
|
|
* | * generic/tclVar.c (TclArraySet): Re-fetch pointers for the list | dgp | 2007-03-13 | 1 | -1/+13 |
|
|
* | Fix [Bug 1675116] in a way suitable for 8.4. | dkf | 2007-03-10 | 1 | -1/+6 |
|
|
* | Fix [Bug 1671138] | dkf | 2007-03-01 | 1 | -1/+11 |
|
|
* | Typo, more. | andreas_kupries | 2007-02-22 | 1 | -2/+2 |
|
|
* | Typo | andreas_kupries | 2007-02-22 | 1 | -2/+2 |
|
|
* | * tests/pkg.test: Added tests for the case of an alpha package | andreas_kupries | 2007-02-22 | 1 | -1/+17 |
|
|
* | * generic/tclEncoding.c (EscapeFromUtfProc): Applied patch | andreas_kupries | 2007-02-12 | 1 | -1/+61 |
|
|
* | * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of | das | 2007-01-19 | 1 | -6/+15 |
|
|
* | Backport to 8.4 (Don Porter's work). | andreas_kupries | 2006-12-05 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 3 | -6/+422 |
|
|
* | * unix/tclUnixChan.c (TclUnixWaitForFile): | Kevin B Kenny | 2006-11-28 | 1 | -1/+210 |
|
|
* | * generic/tclBasic.c (TEOVI): fix por possible leak of a Command | Miguel Sofer | 2006-11-04 | 1 | -1/+19 |
|
|
* | dup test name | dgp | 2006-10-10 | 1 | -2/+2 |
|
|
* | update tests to handle strictness change | hobbs | 2006-10-06 | 1 | -1/+14 |
|
|
* | * generic/tcl.h: note limitation on changing Tcl_UniChar size | hobbs | 2006-10-05 | 1 | -3/+4 |
|
|
* | * generic/tclVar.c (Tcl_LappendObjCmd): | Miguel Sofer | 2006-10-05 | 1 | -1/+10 |
|
|
* | Bug 1400572 will remain knownBug for 8.4.14 | dgp | 2006-10-04 | 1 | -2/+2 |
|
|
* | Backported fix for bug #1420432 (cannot set mtime for directories on windows). | patthoyts | 2006-10-01 | 1 | -1/+16 |
|
|
* | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreas_kupries | 2006-09-22 | 3 | -17/+462 |
|
|
* | * library/http/http.tcl: Change " " -> "+" url encoding mapping | hobbs | 2006-09-15 | 1 | -2/+2 |
|
|
* | * tests/msgcat.test: Bumped version in auxiliary files as well. | andreas_kupries | 2006-09-11 | 1 | -3/+3 |
|
|
* | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of | das | 2006-09-10 | 1 | -5/+9 |
|
|
* | * tests/main.text (Tcl_Main-4.4): Test corrected to not be | dgp | 2006-09-04 | 1 | -3/+3 |
|
|
* | Bug 1513489 | Kevin B Kenny | 2006-07-30 | 1 | -24/+30 |
|
|
* | Enable building Tcl with Microsoft's latest compiler offering | patthoyts | 2006-06-14 | 1 | -4/+4 |
|
|
* | * generic/tclMain.c (Tcl_Main): Corrected flaw that required | dgp | 2006-05-05 | 1 | -1/+22 |
|
|
* | * generic/tclExecute.c (ExprSrandFunc): Restore acceptance of wide | dgp | 2006-05-04 | 1 | -2/+2 |
|
|
* | * generic/tclCmdMZ.c: Stop some interference between enter traces | dgp | 2006-04-11 | 1 | -1/+38 |
|
|
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems | dgp | 2006-04-06 | 1 | -3/+7 |
|
|
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty | dgp | 2006-04-05 | 2 | -5/+8 |
|
|
* | Fix [Bug 1646039] | dkf | 2006-04-05 | 1 | -13/+13 |
|
|
* | * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08 | dgp | 2006-04-05 | 1 | -3/+3 |
|
|
* | * tests/expr.test: Nan self-inquality test silenced. [Bug 761471] | dgp | 2006-03-23 | 1 | -2/+2 |
|
|
* | backport of file writable fixes | vincentdarley | 2006-03-19 | 3 | -9/+39 |
|
|
* | * tests/io.test (io-43.1 io-44.[1234]): Rewritten to be | andreas_kupries | 2006-03-16 | 1 | -23/+43 |
|
|
* | * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to | andreas_kupries | 2006-03-16 | 1 | -1/+38 |
|
|
* | * tests/socket.test: Extended the timeout in socket-11.11 from 10 | andreas_kupries | 2006-03-16 | 1 | -4/+4 |
|
|
* | * README: Bump version number to 8.4.13 and update | dgp | 2006-03-07 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags to | dgp | 2006-03-06 | 1 | -2/+22 |
|
|
* | * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL | dgp | 2006-02-28 | 2 | -11/+80 |
|
|
* | * generic/tclIndexObj.c: Disallow the "ambiguous" error message | dgp | 2006-02-16 | 1 | -1/+4 |
|
|
* | * tests/main.test (Tcl_Main-6.7): Improved robustness of | dgp | 2006-02-09 | 1 | -1/+2 |
|
|