summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Whitespace policedkf2003-10-301-32/+32
* | * compat/strftime.c: Modified TclpStrftime to return its Kevin B Kenny2003-05-181-15/+6
* | Stopped compiler warnings about type casts.dgp2003-04-151-2/+2
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt Kevin B Kenny2003-04-121-22/+26
|/
* * generic/tclClock.c: Fixed a bug that incorrectly allowed Kevin B Kenny2003-02-011-4/+6
* 2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net> Kevin B Kenny2003-02-011-2/+12
* * generic/tclClock.c (FormatClock): corrected typo thathobbs2003-01-141-2/+2
* Fix mingw build problems and compiler warnings.mdejong2003-01-141-2/+2
* * generic/tclClock.c (FormatClock): Convert the format string tormax2002-07-051-3/+6
* * tests/clock.test: added clock-9.1hobbs2002-05-291-4/+4
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-4/+4
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-2/+2
* Fixed comment.ericm2000-08-181-3/+2
* * generic/tclClock.c (FormatClock): correct code to handle localehobbs2000-05-181-3/+12
* * generic/tclCompile.c (TclCleanupByteCode): made ByteCode cleanuphobbs2000-03-301-2/+16
* * generic/tclClock.c (FormatClock): inlined resultPtr, as ithobbs2000-01-261-6/+4
* * generic/tclClock.c: fixed support for 64bit handling of clockhobbs2000-01-121-2/+4
* * generic/tclClock.c: Changed switch in Tcl_ClockObjCmd to useericm2000-01-081-6/+12