| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | * generic/regcomp.c: Backported regexp bug fixes and tests. Thanks | dgp | 2003-11-17 | 1 | -4/+22 |
|
|
| | * | fix testsuite backport error | vincentdarley | 2003-10-31 | 1 | -2/+2 |
|
|
| | * | * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): New | andreas_kupries | 2003-10-22 | 1 | -6/+11 |
|
|
| | * | 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 |
|
|
| * | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -2/+2 |
|
|
| * | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -1/+104 |
|
|
| * | | better panic message | nijtmans | 2010-02-01 | 1 | -9/+9 |
|
|
| * | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -5/+5 |
|
|
| * | | Use correct TCL_LL_MODIFIER for CYGWIN. | nijtmans | 2010-01-29 | 1 | -3/+11 |
|
|
| * | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -3/+5 |
|
|
| * | | Plug testing memleak. [Bug 2895367] | dkf | 2009-12-12 | 1 | -89/+110 |
|
|
| * | | * generic/tclTest.c (TestconcatobjCmd): fix use of internal-only | das | 2008-08-20 | 1 | -3/+9 |
|
|
| * | | * generic/tclTest.c (TestconcatobjCmd): | Miguel Sofer | 2008-08-17 | 1 | -1/+282 |
|
|
* | | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -2/+2 |
|
|
* | | | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 1 | -3/+3 |
|
|
* | | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2010-11-28 | 1 | -1/+104 |
|
|
* | | | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -3/+3 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -2/+2 |
|
|
* | | | [Bug 3029891] Functions that don't belong in the stub table. | nijtmans | 2010-07-24 | 1 | -3/+3 |
|
|
* | | | Use function prototypes from the FS API. | nijtmans | 2010-04-20 | 1 | -49/+30 |
|
|
* | | | Remove unnecessary '&' decoration for function | nijtmans | 2010-03-11 | 1 | -29/+29 |
|
|
* | | | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 1 | -3/+6 |
|
|
* | | | remove presence of tclTomMathStubsPtr in tclStubLib.c | nijtmans | 2010-03-06 | 1 | -2/+5 |
|
|
* | | | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 1 | -81/+77 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -3/+3 |
|
|
* | | | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 1 | -2/+2 |
|
|
* | | | Follow-up to earlier commit today: | nijtmans | 2010-02-05 | 1 | -3/+3 |
|
|
* | | | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 1 | -3/+11 |
|
|
* | | | Plug testing memleak. [Bug 2895367] | dkf | 2009-12-12 | 1 | -77/+98 |
|
|
* | | | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make | nijtmans | 2009-11-23 | 1 | -1/+2 |
|
|
* | | | Test-case for fixed [Bug 2849797] | nijtmans | 2009-11-19 | 1 | -3/+1 |
|
|
* | | | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 1 | -12/+54 |
|
|
* | | | Use proper command creation routine. | dgp | 2009-11-16 | 1 | -2/+2 |
|
|
* | | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta... | ferrieux | 2009-11-16 | 1 | -1/+46 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -19/+19 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -11/+12 |
|
|
* | | | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li... | ferrieux | 2008-11-27 | 1 | -4/+1 |
|
|
* | | | A few more (harmless) Tcl_SetResult eliminations | nijtmans | 2008-11-26 | 1 | -14/+8 |
|
|
* | | | don't assume that Tcl_SetResult sets interp->result, especially not | nijtmans | 2008-11-25 | 1 | -9/+8 |
|
|
* | | | Fix [Bug 2251175]: missing backslash substitution on expanded literals. | ferrieux | 2008-11-17 | 1 | -1/+4 |
|
|
* | | | change two Tcl_SetResult calls to Tcl_SetObjResult, | nijtmans | 2008-11-16 | 1 | -5/+5 |
|
|
* | | | * generic/tclCompile.h: Declare the internal tclInstructionTable | dgp | 2008-10-17 | 1 | -3/+3 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -29/+29 |
|
|
* | | | set array of Tcl_Obj's to the right size. | patthoyts | 2008-10-13 | 1 | -2/+2 |
|
|
* | | | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc | nijtmans | 2008-10-05 | 1 | -3/+3 |
|
|
* | | | TIP #330 IMPLEMENTATION | dgp | 2008-10-02 | 1 | -7/+9 |
|
|
* | | | Remove pointless casts | dkf | 2008-08-20 | 1 | -3/+3 |
|
|
* | | | * generic/tclTest.c (TestconcatobjCmd): fix use of internal-only | das | 2008-08-20 | 1 | -3/+9 |
|
|
* | | | * generic/tclTest.c (TestconcatobjCmd): | Miguel Sofer | 2008-08-17 | 1 | -1/+282 |
|
|