| Commit message (Expand) | Author | Age | Files | Lines |
* | 3479689 New internal routine TclJoinPath(). | dgp | 2012-01-27 | 1 | -1/+1 |
|
|
* | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] | dkf | 2011-09-26 | 1 | -0/+11 |
|
|
* | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. ... | mig | 2011-08-29 | 1 | -0/+10 |
|
|
* | More generation of error codes (miscellaneous commands mostly already handled). | dkf | 2011-04-04 | 1 | -0/+10 |
|
|
* | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 1 | -8/+2 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 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/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+6 |
|
|
| | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -1/+58 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -6/+3 |
|
|
| | * | Fix [Bug 1284178] and tweak tests to accommodate. | dkf | 2005-10-13 | 1 | -2/+6 |
|
|
| | * | * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered) | dgp | 2005-07-05 | 1 | -9/+6 |
|
|
| | * | Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] | dkf | 2005-06-17 | 1 | -16/+22 |
|
|
| | * | removed erroneous comment [Bug 1029518] | Miguel Sofer | 2004-10-30 | 1 | -7/+1 |
|
|
| | * | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp | 2004-10-28 | 1 | -1/+2 |
|
|
| | * | backport fixes for 868489 and 1026125 | Kevin B Kenny | 2004-10-27 | 1 | -47/+13 |
|
|
| | * | fix to 'file normalize ~nobody' crash | vincentdarley | 2003-12-12 | 1 | -1/+4 |
|
|
| | * | Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528] | dkf | 2003-10-22 | 1 | -45/+45 |
|
|
| | * | Consequent fixes from [Bug 699060]; [format] should not be too eager to demote | dkf | 2003-05-14 | 1 | -2/+9 |
|
|
| | * | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -18/+1 |
|
|
| | * | Use correct test for the empty string in Tcl_ErrorObjCmd | dkf | 2003-04-08 | 1 | -2/+2 |
|
|
| | * | Made format less keen on converting numeric types. [Bug #699060] | dkf | 2003-03-14 | 1 | -9/+42 |
|
|
| | * | Backport of fix for 698146 to remove assumption that time_t is a long... | dkf | 2003-03-14 | 1 | -7/+9 |
|
|
| | * | * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier | dkf | 2003-03-14 | 1 | -149/+159 |
|
|
| * | | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 1 | -1/+2 |
|
|
| * | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -8/+11 |
|
|
| * | | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+7 |
|
|
* | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -37/+37 |
|
|
* | | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 1 | -665/+1120 |
|
|
* | | | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 1 | -1/+2 |
|
|
* | | | * generic/tclBasic.c: New implementation for [tailcall]: | Miguel Sofer | 2010-08-30 | 1 | -3/+1 |
|
|
* | | | * generic/tclBasic.c: Redesign of [tailcall] to | Miguel Sofer | 2010-08-18 | 1 | -17/+6 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -2/+1 |
|
|
* | | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -3/+6 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -2/+2 |
|
|
* | | | Make interpreted [for] and [while] NRE-safe. [Bug 2823276] | dkf | 2009-08-19 | 1 | -61/+121 |
|
|
* | | | Change ForIterData, make it const-safe. | nijtmans | 2009-08-16 | 1 | -2/+2 |
|
|
* | | | TIP #353 IMPLEMENTATION | dgp | 2009-08-12 | 1 | -9/+34 |
|
|
* | | | minor cleanups | dgp | 2009-07-24 | 1 | -2/+2 |
|
|
* | | | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, | andreas_kupries | 2009-07-14 | 1 | -16/+27 |
|
|
* | | | * generic/tclBasic.c: Fix for (among others) [Bug 2699087] | Miguel Sofer | 2009-03-21 | 1 | -1/+15 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -4/+4 |
|
|
* | | | More coding style improvements. | dkf | 2009-01-04 | 1 | -40/+40 |
|
|
* | | | oops | dkf | 2008-12-06 | 1 | -1/+2 |
|
|
* | | | Partial fix for [Bug 2388866] | dkf | 2008-12-06 | 1 | -1/+13 |
|
|
* | | | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 1 | -6/+7 |
|
|
* | | | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -5/+154 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -2/+2 |
|
|