summaryrefslogtreecommitdiffstats
path: root/generic/tclTimer.c
Commit message (Expand)AuthorAgeFilesLines
* More minor style fixes.dkf2017-04-101-3/+9
* Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-2/+2
* Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
* Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-1/+1
|\
* | more result generation conversiondkf2012-08-031-4/+5
* | Factor out constant that must be the same in multiple places. Prompted by adkf2012-05-251-6/+3
* | Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware ...dkf2011-05-091-3/+5
* | More generation of error codes ([format], [after], [trace], RE optimizer).dkf2011-04-041-14/+20
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-15/+15
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Bug 1350293Kevin B Kenny2005-11-091-2/+3
| | * Tcl_ClearChannelHandlers(): bail out early if passed NULL argumentvasiljevic2005-10-041-3/+6
| | * purge outdated commentdgp2005-03-231-4/+2
| | * * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-14/+4
* | | Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy.ferrieux2010-10-291-5/+21
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-3/+3
* | | Minor formatting issuesdkf2009-12-281-7/+6
* | | * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-2/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-3/+3
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-22/+19
* | | TIP #337 IMPLEMENTATIONdgp2008-12-091-2/+2
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-4/+4
* | | Add "const" to many internalnijtmans2008-10-161-4/+4
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-2/+32
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-3/+3
|/ /
* | * generic/tclTimer.c (AfterProc): Replace Tcl_EvalEx() withdgp2008-01-221-9/+1
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-061-2/+2
* | TIP#270 IMPLEMENTATIONdgp2006-11-151-3/+3
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-3/+3
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-3/+3
* | fix warningdas2006-10-311-2/+1
* | * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-7/+3
* | More fixing which struct stat to refer to. Some casts from time_t to int requ...patthoyts2006-09-261-4/+4
* | Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-2/+2
* | bugs 1350291 and 1350293Kevin B Kenny2005-11-091-57/+79
* | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ...dkf2005-10-311-69/+70
* | Tcl_DeleteTimerHandler(): bail out early if passed NULL argument.vasiljevic2005-10-041-3/+6
* | * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-5/+8
* | Getting more systematic about styledkf2005-07-241-295/+301
* | Fix an odd [after]-and-limits problem. [Bug 1221395]dkf2005-06-171-35/+71
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | purge outdated commentdgp2005-03-231-4/+2
* | Upgrade the capabilities of time limits by allowing them to fire in the midstdkf2004-12-161-14/+74
* | * generic/tclBasic.c:dgp2004-10-061-2/+2
* | removed unused cmdInfo variableKevin B Kenny2004-09-071-2/+1
* | * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-19/+4