summaryrefslogtreecommitdiffstats
path: root/generic/tclTimer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-01-171-8/+8
|\
| * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-8/+10
| * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-6/+6
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-1/+1
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-2/+4
* | TIP 569 - remove lint commentsdgp2020-03-171-2/+0
* | Moredgp2020-03-091-12/+6
* | Merge 8.7jan.nijtmans2019-12-081-1/+1
|\ \
| * \ Merge 8.6jan.nijtmans2019-12-061-1/+1
| |\ \ | | |/
| | * Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same c...jan.nijtmans2019-12-061-1/+1
* | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-5/+11
|\ \ \ | |/ /
* | | Merge tip-548jan.nijtmans2019-08-151-4/+4
|\ \ \ | |/ /
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-5/+5
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-12/+12
|/ /
* | merge 8.6dgp2019-05-031-13/+13
|\ \ | |/
| * Minor code style cleanup.dkf2019-04-231-7/+13
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | merge 8.7dgp2018-02-061-21/+11
|\ \
| * | Finally, get rid of tclWideIntType completelyjan.nijtmans2017-11-011-1/+0
| * | more progress in code simplificationsjan.nijtmans2017-10-301-2/+0
| * | Change (internal) TclFormatInt() signature, so it can handle WideInt's direct...jan.nijtmans2017-10-301-21/+11
* | | merge trunkdgp2017-04-111-3/+9
|\ \ \ | |/ /
| * | More minor style fixes.dkf2017-04-101-3/+9
* | | merge trunkdgp2016-07-091-2/+2
|\ \ \ | |/ /
| * | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-2/+2
* | | merge trunkdgp2016-07-021-1/+1
|\ \ \ | |/ /
| * | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
| |/
* | Remove direct access to Tcl_Obj typePtr field that does nothing of anydgp2016-03-301-10/+4
|/
* 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