summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
Commit message (Expand)AuthorAgeFilesLines
* Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-071-16/+13
* Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-12/+8
* Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-0/+18
* Bugfix [da340d4f32]. clock-55.9 and clock-55.10 test failures.ashok2016-07-101-0/+12
* Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCU...jan.nijtmans2015-12-111-4/+5
|\
| * Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCU...jan.nijtmans2015-12-111-4/+5
* | [3757cdf808] More clock refactoring with spooky impact on [string match]dgp2014-07-301-10/+22
* | [3757cdf808] Refactoring seems to reduce (maybe somewhat kinda sorta) a dgp2014-07-291-22/+32
* | [f0f876c141] Improve consistency in error messages.dkf2014-06-171-3/+3
* | [d19a30db57] Fixed segfault in [clock] internals. Includes test.dgp2014-04-161-15/+21
|\ \ | |/
| * Segmentation fault using some functions of tcl::clock, fixed, belong to ticke...sebres2014-04-161-18/+21
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-1/+1
* | more result generation conversiondkf2012-08-031-4/+4
* | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-2/+2
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
* | 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
| | * * generic/tclClock.c (FormatClock): Claimed additional space forKevin B Kenny2007-08-251-1/+4
| | * Restored Cygwin buildability [Bug 1387154]Kevin B Kenny2007-04-211-3/+3
| | * replaced 'long' times with wides, to cope with Win64Kevin B Kenny2005-03-151-13/+13
| | * 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-2/+2
| * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-2/+2
| * | * generic/tclClock.c (TclClockInit): Do not create [clock] supportdgp2009-11-121-1/+10
| * | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed leftandreas_kupries2008-06-171-2/+1
| * | 2006-06-17 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2008-06-171-7/+15
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-2/+2
* | | Code Audit results:dkf2010-03-051-10/+9
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-4/+4
* | | * generic/tclClock.c (TclClockInit): Do not create [clock] supportdgp2009-11-121-1/+10
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-211/+198
* | | Add "const" to many internalnijtmans2008-10-161-4/+4
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-38/+38
* | | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-2/+2
* | | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed leftandreas_kupries2008-06-171-2/+1
* | | 2006-06-17 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2008-06-171-7/+15
|/ /
* | * doc/clock.n: Corrected minor indentation gaffe in theKevin B Kenny2008-02-271-1/+13
* | fix warningdas2008-02-271-2/+2
* | * generic/tclClock.c (ClockParseformatargsObjCmd):Kevin B Kenny2008-02-061-5/+135
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-18/+18
* | Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-2/+2
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-4/+3
* | simplification of previous commit, whitespace cleanupdas2006-08-281-13/+8
* | Fixes for [Bug 1547662] and [Bug 1547681]Joe Mistachkin2006-08-281-5/+10
* | * generic/tclClock.c (ClockClicksObjCmd): add support for Darwindas2006-08-211-2/+7
* | D'oh! Fix silly mistakes.dkf2006-08-101-3/+3
* | Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-104/+109
* | typodas2006-08-021-2/+2
* | Bug 1531530Kevin B Kenny2006-07-311-4/+5