| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclTest.c: Ignore the return value of write() when | rmax | 2008-03-14 | 1 | -3/+3 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclTest.c (TestSetCmd2): | Miguel Sofer | 2007-11-03 | 1 | -1/+37 |
|
|
* | * generic/tclTrace.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 1 | -2/+18 |
|
|
* | * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount | Kevin B Kenny | 2007-05-02 | 1 | -2/+1 |
|
|
* | * generic/tclTest.c (Testregexpobjcmd): Removed an invalid access | Kevin B Kenny | 2007-04-23 | 1 | -2/+2 |
|
|
* | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 1 | -31/+31 |
|
|
* | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 1 | -1641/+1624 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -14/+14 |
|
|
* | TIP#268 IMPLEMENTATION | andreas_kupries | 2006-09-22 | 1 | -2/+4 |
|
|
* | fix warnings | das | 2006-06-21 | 1 | -22/+22 |
|
|
* | * generic/tclIOUtil.c: Changed default configuration to | dgp | 2006-06-21 | 1 | -10/+19 |
|
|
* | 90% fix of file writable issues on Windows | vincentdarley | 2006-03-14 | 1 | -64/+1 |
|
|
* | TIP#258 IMPLEMENTATION | dgp | 2006-02-08 | 1 | -12/+3 |
|
|
* | * generic/tclIOUtil.c: workaround gcc warning "comparison is always | das | 2005-12-15 | 1 | -1/+12 |
|
|
* | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -2/+1 |
|
|
* | ANSIfy the test code (well, strip some of the worst offences!) | dkf | 2005-11-02 | 1 | -837/+742 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -1/+144 |
|
|
* | Squelch warning | dkf | 2005-09-08 | 1 | -2/+2 |
|
|
* | Test suite about fixed up for TIP#254 | dkf | 2005-09-08 | 1 | -3/+1 |
|
|
* | Oops! | dkf | 2005-09-08 | 1 | -19/+19 |
|
|
* | Added support machinery for TIP#254 tests | dkf | 2005-09-08 | 1 | -8/+269 |
|
|
* | TIP#219 IMPLEMENTATION | andreas_kupries | 2005-08-24 | 1 | -5/+111 |
|
|
* | * generic/tclBasic.c: For compatibility with earlier Tcl releases, | dgp | 2005-06-01 | 1 | -1/+37 |
|
|
* | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -11/+3 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | Added test for [1109484] | dkf | 2005-01-28 | 1 | -3/+8 |
|
|
* | * generic/tclTest.c: Added two new functions to allocate memory | Miguel Sofer | 2004-12-15 | 1 | -4/+4 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -3/+3 |
|
|
* | * generic/tclTest.c (TestsetobjerrorcodeCmd): Simplified. | dgp | 2004-10-07 | 1 | -11/+2 |
|
|
* | * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit value | dgp | 2004-10-01 | 1 | -37/+8 |
|
|
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -3/+42 |
|
|
* | Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly. | dkf | 2004-05-19 | 1 | -1/+35 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -10/+3 |
|
|
* | * generic/tclParse.c (TclParseInit): Modified TclParseInit so | dgp | 2004-03-08 | 1 | -1/+5 |
|
|
* | * generic/tclTest.c: Modified TesteventObjCmd to use
| Kevin B Kenny | 2004-03-05 | 1 | -2/+3 |
|
|
* | * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 | dgp | 2004-03-01 | 1 | -1/+13 |
|
|
* | filesystem fixes for '-force' consistency and picky compilers | vincentdarley | 2004-01-29 | 1 | -77/+81 |
|
|
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up var... | vincentdarley | 2004-01-21 | 1 | -4/+4 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -3/+3 |
|
|
* | Miguel Sofer's patch (with small revisions) to make sure the bytecode engine | dkf | 2003-11-16 | 1 | -1/+62 |
|
|
* | Stop VC++ 5.2 warning. [Bug 842511] | dkf | 2003-11-15 | 1 | -2/+2 |
|
|
* | TIP#138 implementation plus extra test stuff [Patch 731356] | dkf | 2003-11-14 | 1 | -1/+82 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -1/+4 |
|
|
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 1 | -7/+13 |
|
|
* | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 1 | -2/+28 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -7/+1 |
|
|
* | Stopped compiler warnings about type casts. | dgp | 2003-04-15 | 1 | -2/+2 |
|
|
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -5/+23 |
|
|