| Commit message (Expand) | Author | Age | Files | Lines |
* | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 1 | -3/+1 |
|
|
* | * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter
| Kevin B Kenny | 2011-03-13 | 1 | -1/+1 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -38/+36 |
|
|
* | Fix remaining broken tests (test failures appear non-serious) | dkf | 2011-03-10 | 1 | -4/+4 |
|
|
* | Renamed struct TEOV_callback to the more descriptive NRE_callback. | Miguel Sofer | 2011-03-05 | 1 | -1/+1 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclTest.c: Backport the [testexprlongobj] testing command. | dgp | 2008-03-07 | 1 | -1/+48 |
|
|
| | * | * generic/tclCmdMZ.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 1 | -3/+18 |
|
|
| | * | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreas_kupries | 2006-09-22 | 1 | -1/+6 |
|
|
| | * | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -64/+1 |
|
|
| | * | * generic/tclIOUtil.c: workaround gcc warning "comparison is always | das | 2005-12-15 | 1 | -1/+12 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -2/+3 |
|
|
| | * | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -3/+42 |
|
|
| | * | Silence compiler warnings | dgp | 2004-06-08 | 1 | -2/+3 |
|
|
| | * | * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62 | dgp | 2004-03-01 | 1 | -1/+13 |
|
|
| | * | stop compiler warning | dgp | 2004-02-20 | 1 | -2/+2 |
|
|
| | * | * 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 |
|
|