| Commit message (Expand) | Author | Age | Files | Lines |
| * | more result generation conversion | donal.k.fellows@manchester.ac.uk | 2012-08-03 | 1 | -4/+5 |
|
|
| * | Factor out constant that must be the same in multiple places. Prompted by a | donal.k.fellows@manchester.ac.uk | 2012-05-25 | 1 | -6/+3 |
|
|
| * | Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware ... | donal.k.fellows@manchester.ac.uk | 2011-05-09 | 1 | -3/+5 |
|
|
| * | More generation of error codes ([format], [after], [trace], RE optimizer). | donal.k.fellows@manchester.ac.uk | 2011-04-04 | 1 | -14/+20 |
|
|
| * | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -15/+15 |
|
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| | |\ |
|
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
|
|
| | | * | Bug 1350293 | Kevin B Kenny | 2005-11-09 | 1 | -2/+3 |
|
|
| | | * | Tcl_ClearChannelHandlers(): bail out early if passed NULL argument | zv@archiware.com | 2005-10-04 | 1 | -3/+6 |
|
|
| | | * | purge outdated comment | dgp@users.sourceforge.net | 2005-03-23 | 1 | -4/+2 |
|
|
| | | * | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 1 | -14/+4 |
|
|
| * | | | Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy. | ferrieux@users.sourceforge.net | 2010-10-29 | 1 | -5/+21 |
|
|
| * | | | Pure whitespace changes, changing to follow Engineering Manual style. | donal.k.fellows@manchester.ac.uk | 2010-02-24 | 1 | -3/+3 |
|
|
| * | | | Minor formatting issues | donal.k.fellows@manchester.ac.uk | 2009-12-28 | 1 | -7/+6 |
|
|
| * | | | * generic/tclExecute.c: fix potential uninitialized variable use and | das | 2009-09-07 | 1 | -2/+2 |
|
|
| * | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -3/+3 |
|
|
| * | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | donal.k.fellows@manchester.ac.uk | 2009-01-09 | 1 | -22/+19 |
|
|
| * | | | TIP #337 IMPLEMENTATION | dgp@users.sourceforge.net | 2008-12-09 | 1 | -2/+2 |
|
|
| * | | | Style improvements - invoking callbacks without visual junk. | donal.k.fellows@manchester.ac.uk | 2008-10-26 | 1 | -4/+4 |
|
|
| * | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -4/+4 |
|
|
| * | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
|
|
| * | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -2/+32 |
|
|
| * | | | Get rid of pre-C89-isms (esp. CONST vs const). | donal.k.fellows@manchester.ac.uk | 2008-04-27 | 1 | -3/+3 |
| |/ / |
|
| * | | * generic/tclTimer.c (AfterProc): Replace Tcl_EvalEx() with | dgp@users.sourceforge.net | 2008-01-22 | 1 | -9/+1 |
|
|
| * | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
|
|
| * | | * generic/tclInt.decls: New internal routine TclBackgroundException() | dgp@users.sourceforge.net | 2007-09-06 | 1 | -2/+2 |
|
|
| * | | TIP#270 IMPLEMENTATION | dgp@users.sourceforge.net | 2006-11-15 | 1 | -3/+3 |
|
|
| * | | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -3/+3 |
|
|
| * | | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp@users.sourceforge.net | 2006-11-02 | 1 | -3/+3 |
|
|
| * | | fix warning | das | 2006-10-31 | 1 | -2/+1 |
|
|
| * | | * generic/tclBasic.c: Refactored and renamed the routines | dgp@users.sourceforge.net | 2006-10-31 | 1 | -7/+3 |
|
|
| * | | More fixing which struct stat to refer to. Some casts from time_t to int requ... | patthoyts@users.sourceforge.net | 2006-09-26 | 1 | -4/+4 |
|
|
| * | | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -2/+2 |
|
|
| * | | bugs 1350291 and 1350293 | Kevin B Kenny | 2005-11-09 | 1 | -57/+79 |
|
|
| * | | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ... | donal.k.fellows@manchester.ac.uk | 2005-10-31 | 1 | -69/+70 |
|
|
| * | | Tcl_DeleteTimerHandler(): bail out early if passed NULL argument. | zv@archiware.com | 2005-10-04 | 1 | -3/+6 |
|
|
| * | | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp@users.sourceforge.net | 2005-09-15 | 1 | -5/+8 |
|
|
| * | | Getting more systematic about style | donal.k.fellows@manchester.ac.uk | 2005-07-24 | 1 | -295/+301 |
|
|
| * | | Fix an odd [after]-and-limits problem. [Bug 1221395] | donal.k.fellows@manchester.ac.uk | 2005-06-17 | 1 | -35/+71 |
|
|
| * | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
| * | | purge outdated comment | dgp@users.sourceforge.net | 2005-03-23 | 1 | -4/+2 |
|
|
| * | | Upgrade the capabilities of time limits by allowing them to fire in the midst | donal.k.fellows@manchester.ac.uk | 2004-12-16 | 1 | -14/+74 |
|
|
| * | | * generic/tclBasic.c: | dgp@users.sourceforge.net | 2004-10-06 | 1 | -2/+2 |
|
|
| * | | removed unused cmdInfo variable | Kevin B Kenny | 2004-09-07 | 1 | -2/+1 |
|
|
| * | | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 1 | -19/+4 |
|
|
| * | | * tests/timer.test (timer-10.1): Test for Bug 1016167. | dgp@users.sourceforge.net | 2004-08-25 | 1 | -3/+9 |
|
|
| * | | Patch 922727 committed. Implements three changes: | dgp@users.sourceforge.net | 2004-04-06 | 1 | -2/+1 |
|
|
| * | | All uses of 'panic' (the macro) changed | davygrvy@pobox.com | 2003-12-24 | 1 | -2/+2 |
| |/ |
|
| * | * generic/tclTimer.c (TimerExitProc): remove remaining events in | hobbs | 2002-03-01 | 1 | -2/+14 |
|
|