| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclClock.c (FormatClock): Claimed additional space for | Kevin B Kenny | 2007-08-25 | 1 | -1/+4 |
|
|
| | * | Restored Cygwin buildability [Bug 1387154] | Kevin B Kenny | 2007-04-21 | 1 | -3/+3 |
|
|
| | * | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -13/+13 |
|
|
| | * | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -2/+2 |
|
|
| * | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -2/+2 |
|
|
| * | | * generic/tclClock.c (TclClockInit): Do not create [clock] support | dgp | 2009-11-12 | 1 | -1/+10 |
|
|
| * | | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left | andreas_kupries | 2008-06-17 | 1 | -2/+1 |
|
|
| * | | 2006-06-17 Kevin Kenny <kennykb@acm.org> | Kevin B Kenny | 2008-06-17 | 1 | -7/+15 |
|
|
* | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -2/+2 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -10/+9 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -4/+4 |
|
|
* | | | * generic/tclClock.c (TclClockInit): Do not create [clock] support | dgp | 2009-11-12 | 1 | -1/+10 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -211/+198 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -4/+4 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (follow-up) | nijtmans | 2008-07-21 | 1 | -38/+38 |
|
|
* | | | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -2/+2 |
|
|
* | | | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left | andreas_kupries | 2008-06-17 | 1 | -2/+1 |
|
|
* | | | 2006-06-17 Kevin Kenny <kennykb@acm.org> | Kevin B Kenny | 2008-06-17 | 1 | -7/+15 |
|/ / |
|
* | | * doc/clock.n: Corrected minor indentation gaffe in the | Kevin B Kenny | 2008-02-27 | 1 | -1/+13 |
|
|
* | | fix warning | das | 2008-02-27 | 1 | -2/+2 |
|
|
* | | * generic/tclClock.c (ClockParseformatargsObjCmd): | Kevin B Kenny | 2008-02-06 | 1 | -5/+135 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -18/+18 |
|
|
* | | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -2/+2 |
|
|
* | | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -4/+3 |
|
|
* | | 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 |
|
|