| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo | dkf | 2010-04-06 | 1 | -2/+1 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object when | dkf | 2010-04-06 | 1 | -1/+2 |
|
|
* | [Freq 2974744] share exception codes (ObjType?) | nijtmans | 2010-03-27 | 1 | -13/+2 |
|
|
* | * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the | dkf | 2010-03-24 | 1 | -5/+31 |
|
|
* | * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing | dgp | 2010-03-23 | 1 | -24/+29 |
|
|
* | Make error message in "try" implementation | nijtmans | 2010-03-23 | 1 | -8/+10 |
|
|
* | * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer | dgp | 2010-03-22 | 1 | -6/+11 |
|
|
* | Quell a warning in Kevin Kenny's build environment | dkf | 2010-03-05 | 1 | -2/+3 |
|
|
* | Code Audit results: | dkf | 2010-03-05 | 1 | -4/+4 |
|
|
* | Use a less hacky way of using a char as a hash key | dkf | 2010-03-02 | 1 | -3/+3 |
|
|
* | Only look for the needle when it fits in the haystack. [Bug 2960021] | dkf | 2010-02-27 | 1 | -3/+13 |
|
|
* | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -18/+15 |
|
|
* | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 1 | -2/+2 |
|
|
* | Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines | dkf | 2010-02-11 | 1 | -20/+29 |
|
|
* | CONST -> const | nijtmans | 2009-12-25 | 1 | -3/+3 |
|
|
* | Plug memory leak. [Bug 2910044] | dkf | 2009-12-07 | 1 | -1/+9 |
|
|
* | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -25/+25 |
|
|
* | * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls with | dgp | 2009-09-28 | 1 | -17/+9 |
|
|
* | TIP #356 IMPLEMENTATION | dgp | 2009-09-24 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Completed the NR-enabling of [subst]. | dgp | 2009-09-11 | 1 | -10/+12 |
|
|
* | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode | dgp | 2009-09-04 | 1 | -21/+29 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -7/+20 |
|
|
* | Small tweaks | dkf | 2009-08-20 | 1 | -43/+39 |
|
|
* | Formatting corrections | dkf | 2009-08-19 | 1 | -6/+5 |
|
|
* | Performance boost for [string is]. | dkf | 2009-07-20 | 1 | -36/+67 |
|
|
* | fix 64bit int <-> ptr cast warnings | das | 2009-07-14 | 1 | -5/+5 |
|
|
* | * generic/tclInt.h (TclNRSwitchObjCmd): | Kevin B Kenny | 2009-07-14 | 1 | -3/+36 |
|
|
* | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, | andreas_kupries | 2009-07-14 | 1 | -3/+12 |
|
|
* | Fix [Bug 2637173] by consolidating bytearray purity check. | dkf | 2009-07-12 | 1 | -6/+6 |
|
|
* | * generic/tclCmdMZ.c: Improve overflow error message from | dgp | 2009-05-06 | 1 | -2/+2 |
|
|
* | Fix [Bug 2688063] | dkf | 2009-03-16 | 1 | -27/+34 |
|
|
* | Move the implementation of [try] from Tcl to C. Not yet bytecoded. | dkf | 2009-03-09 | 1 | -6/+497 |
|
|
* | * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its own | dgp | 2009-02-25 | 1 | -5/+4 |
|
|
* | Simplify the implementation of some commands now that the underlying string | dkf | 2009-02-05 | 1 | -99/+59 |
|
|
* | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the | dgp | 2009-02-04 | 1 | -11/+14 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -14/+18 |
|
|
* | Move [throw] implementation into C. | dkf | 2009-01-13 | 1 | -1/+100 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -2/+2 |
|
|
* | Added a test, correct a dumb blunder. | dkf | 2009-01-05 | 1 | -2/+2 |
|
|
* | Make [source] NRE-aware to enable [yield]. [Bug 2412068] | dkf | 2009-01-05 | 1 | -1/+11 |
|
|
* | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 1 | -2/+2 |
|
|
* | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling | nijtmans | 2008-10-14 | 1 | -9/+10 |
|
|
* | Implement TIP 318. | dkf | 2008-09-29 | 1 | -7/+15 |
|
|
* | nr-enabling [for]; [while] made to reuse [for]'s infrastructure. | Miguel Sofer | 2008-07-31 | 1 | -43/+7 |
|
|
* | nr-enabling [while] | Miguel Sofer | 2008-07-31 | 1 | -22/+47 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -4/+4 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -5/+5 |
|
|
* | Small clarifications that code a bit nicer to read. | dkf | 2008-05-30 | 1 | -3/+3 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -22/+22 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|