summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Bug 1426279Kevin B Kenny2006-07-311-12/+37
* | Restore formatting goodnessdkf2006-02-011-276/+346
* | Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-2/+2
* | another puny speedup - no error thrown from ::tcl::clock::getenvKevin B Kenny2005-12-021-7/+4
* | * generic/tclClock.c: fix warning.das2005-12-011-3/+7
* | code rationalization - eliminate some duplication between Tcl and CKevin B Kenny2005-11-301-3/+191
* | fix [clock format -timezone :localtime] for times before the Posix EpochKevin B Kenny2005-11-301-4/+9
* | silenced compiler warning about big constantKevin B Kenny2005-11-301-2/+4
* | fixed bad refcount that corrupted heapKevin B Kenny2005-11-301-1/+2
* | make [clock format] go fasterKevin B Kenny2005-11-291-191/+1211
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-148/+151
* | * generic/tclClock.c: Removed some dead code.dgp2005-10-191-9/+1
* | bug 1257830Kevin B Kenny2005-08-121-4/+6
* | Squelch a message about an unused variable.dkf2005-08-091-9/+8
* | Bug 1237907Kevin B Kenny2005-07-151-3/+18
* | replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux)Kevin B Kenny2004-10-301-2/+2
* | Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-57/+51
* | doubled speed of clock formatKevin B Kenny2004-10-211-1/+48
* | many more TIP 173 changesKevin B Kenny2004-09-271-104/+1
* | silence compiler warning in tclClock.cKevin B Kenny2004-09-141-2/+2
* | * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad checkKevin B Kenny2004-09-111-2/+5
* | * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug whereKevin B Kenny2004-09-081-2/+2
* | silence compiler warning on systems without mktimeKevin B Kenny2004-08-181-6/+6
* | TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-292/+531
* | 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-2/+2
* | Fix minor fault in [clock clicks] error message.dkf2004-04-151-2/+2
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-3/+1
* | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-181-2/+2