| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor tinkering with style. | dkf | 2011-04-04 | 1 | -3/+7 |
|
|
* | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 1 | -4/+4 |
|
|
* | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -0/+11 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -7/+6 |
|
|
* | 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: | Miguel Sofer | 2005-10-23 | 1 | -4/+6 |
|
|
| | * | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011... | dkf | 2004-08-19 | 1 | -10/+5 |
|
|
| * | | * generic/tclCmdIL.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -2/+2 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -9/+5 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -5/+5 |
|
|
* | | | * generic/tclExecute.c: fix potential uninitialized variable use and | das | 2009-09-07 | 1 | -1/+5 |
|
|
* | | | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -2/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -10/+10 |
|
|
* | | | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] | ferrieux | 2008-12-10 | 1 | -1/+6 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -5/+5 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -4/+4 |
|
|
* | | * generic/tclCmdIL.c: More conversions to use TclStackAlloc. | dgp | 2007-06-22 | 1 | -25/+8 |
|
|
* | | * doc/DoubleObj.3: More doc updates for TIP 237. | dgp | 2006-04-25 | 1 | -1/+2 |
|
|
* | | 2005-12-19 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-12-19 | 1 | -7/+7 |
|
|
* | | * generic/tclInt.h: Revised TclParseNumber interface to enable | dgp | 2005-11-12 | 1 | -21/+29 |
|
|
* | | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 1 | -43/+49 |
|
|
* | | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -202/+1 |
|
|
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -107/+127 |
|
|
* | | Systematizing the formatting | dkf | 2005-07-21 | 1 | -478/+493 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -2/+2 |
|
|
* | | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -6/+5 |
|
|
* | | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011... | dkf | 2004-08-19 | 1 | -10/+5 |
|
|
* | | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -13/+13 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -5/+1 |
|/ |
|
* | Added clarification comment. | dkf | 2002-02-25 | 1 | -1/+4 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -24/+99 |
|
|
* | * generic/tclScan.c (Tcl_ScanObjCmd): prevented ckfree being | hobbs | 2002-02-08 | 1 | -2/+4 |
|
|
* | * tests/scan.test: | hobbs | 2002-02-07 | 1 | -1/+8 |
|
|
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): | hobbs | 2001-09-20 | 1 | -6/+11 |
|
|
* | * docs/scan.n: | hobbs | 2000-12-10 | 1 | -3/+3 |
|
|
* | * tests/scan.test: | hobbs | 1999-11-30 | 1 | -1/+7 |
|
|
* | * generic/tclProc.c: corrected error reporting for default case | hobbs | 1999-11-19 | 1 | -9/+32 |
|
|
* | removed // comments (IBM's AIX compiler complained) | hobbs | 1999-10-29 | 1 | -4/+1 |
|
|
* | * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it only | hobbs | 1999-10-29 | 1 | -28/+103 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -0/+1032 |
|
|