| Commit message (Expand) | Author | Age | Files | Lines |
* | simplification of previous commit, whitespace cleanup | das | 2006-08-28 | 1 | -13/+8 |
|
|
* | Fixes for [Bug 1547662] and [Bug 1547681] | Joe Mistachkin | 2006-08-28 | 1 | -5/+10 |
|
|
* | * generic/tclClock.c (ClockClicksObjCmd): add support for Darwin | das | 2006-08-21 | 1 | -2/+7 |
|
|
* | D'oh! Fix silly mistakes. | dkf | 2006-08-10 | 1 | -3/+3 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -104/+109 |
|
|
* | typo | das | 2006-08-02 | 1 | -2/+2 |
|
|
* | Bug 1531530 | Kevin B Kenny | 2006-07-31 | 1 | -4/+5 |
|
|
* | Bug 1426279 | Kevin B Kenny | 2006-07-31 | 1 | -12/+37 |
|
|
* | Restore formatting goodness | dkf | 2006-02-01 | 1 | -276/+346 |
|
|
* | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -2/+2 |
|
|
* | another puny speedup - no error thrown from ::tcl::clock::getenv | Kevin B Kenny | 2005-12-02 | 1 | -7/+4 |
|
|
* | * generic/tclClock.c: fix warning. | das | 2005-12-01 | 1 | -3/+7 |
|
|
* | code rationalization - eliminate some duplication between Tcl and C | Kevin B Kenny | 2005-11-30 | 1 | -3/+191 |
|
|
* | fix [clock format -timezone :localtime] for times before the Posix Epoch | Kevin B Kenny | 2005-11-30 | 1 | -4/+9 |
|
|
* | silenced compiler warning about big constant | Kevin B Kenny | 2005-11-30 | 1 | -2/+4 |
|
|
* | fixed bad refcount that corrupted heap | Kevin B Kenny | 2005-11-30 | 1 | -1/+2 |
|
|
* | make [clock format] go faster | Kevin B Kenny | 2005-11-29 | 1 | -191/+1211 |
|
|
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -148/+151 |
|
|
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -9/+1 |
|
|
* | bug 1257830 | Kevin B Kenny | 2005-08-12 | 1 | -4/+6 |
|
|
* | Squelch a message about an unused variable. | dkf | 2005-08-09 | 1 | -9/+8 |
|
|
* | Bug 1237907 | Kevin B Kenny | 2005-07-15 | 1 | -3/+18 |
|
|
* | replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux) | Kevin B Kenny | 2004-10-30 | 1 | -2/+2 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -57/+51 |
|
|
* | doubled speed of clock format | Kevin B Kenny | 2004-10-21 | 1 | -1/+48 |
|
|
* | many more TIP 173 changes | Kevin B Kenny | 2004-09-27 | 1 | -104/+1 |
|
|
* | silence compiler warning in tclClock.c | Kevin B Kenny | 2004-09-14 | 1 | -2/+2 |
|
|
* | * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad check | Kevin B Kenny | 2004-09-11 | 1 | -2/+5 |
|
|
* | * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where | Kevin B Kenny | 2004-09-08 | 1 | -2/+2 |
|
|
* | silence compiler warning on systems without mktime | Kevin B Kenny | 2004-08-18 | 1 | -6/+6 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -292/+531 |
|
|
* | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -2/+2 |
|
|
* | Fix minor fault in [clock clicks] error message. | dkf | 2004-04-15 | 1 | -2/+2 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -3/+1 |
|
|
* | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, | rmax | 2004-03-18 | 1 | -2/+2 |
|
|
* | Whitespace police | dkf | 2003-10-30 | 1 | -32/+32 |
|
|
* | * compat/strftime.c: Modified TclpStrftime to return its
| Kevin B Kenny | 2003-05-18 | 1 | -15/+6 |
|
|
* | Stopped compiler warnings about type casts. | dgp | 2003-04-15 | 1 | -2/+2 |
|
|
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt
| Kevin B Kenny | 2003-04-12 | 1 | -22/+26 |
|
|
* | * generic/tclClock.c: Fixed a bug that incorrectly allowed
| Kevin B Kenny | 2003-02-01 | 1 | -4/+6 |
|
|
* | 2003-02-01 Kevin Kenny <kennykb@users.sourceforge.net>
| Kevin B Kenny | 2003-02-01 | 1 | -2/+12 |
|
|
* | * generic/tclClock.c (FormatClock): corrected typo that | hobbs | 2003-01-14 | 1 | -2/+2 |
|
|
* | Fix mingw build problems and compiler warnings. | mdejong | 2003-01-14 | 1 | -2/+2 |
|
|
* | * generic/tclClock.c (FormatClock): Convert the format string to | rmax | 2002-07-05 | 1 | -3/+6 |
|
|
* | * tests/clock.test: added clock-9.1 | hobbs | 2002-05-29 | 1 | -4/+4 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -4/+4 |
|
|
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -2/+2 |
|
|
* | Fixed comment. | ericm | 2000-08-18 | 1 | -3/+2 |
|
|
* | * generic/tclClock.c (FormatClock): correct code to handle locale | hobbs | 2000-05-18 | 1 | -3/+12 |
|
|