| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 1 | -20/+0 |
|\ |
|
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan.nijtmans | 2011-03-25 | 1 | -24/+4 |
| |\ |
|
| | * | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 1 | -145/+136 |
|
|
* | | | 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 |
|
|
| | * | * unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): Removed | Kevin B Kenny | 2008-04-14 | 1 | -5/+3 |
|
|
| | * | * generic/tclInt.decls: Yet another round of attempting | Kevin B Kenny | 2007-04-21 | 1 | -5/+5 |
|
|
| | * | * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls to | dgp | 2007-03-19 | 1 | -3/+3 |
|
|
| | * | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -2/+2 |
|
|
| | * | added CONST to TclpLocaltime and TclpGmtime param throughout | Kevin B Kenny | 2004-10-28 | 1 | -5/+5 |
|
|
| | * | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 1 | -17/+18 |
|
|
| | * | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -87/+160 |
|
|
| * | | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of | Kevin B Kenny | 2008-04-14 | 1 | -3/+2 |
|
|
* | | | Squelch unnecessary parens, shorten overlong comment lines. | dkf | 2010-03-14 | 1 | -15/+15 |
|
|
* | | | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 1 | -2/+2 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -5/+5 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -7/+7 |
|
|
* | | | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of | Kevin B Kenny | 2008-04-14 | 1 | -3/+2 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues with | das | 2007-11-10 | 1 | -5/+5 |
|
|
* | | Tidying up. | dkf | 2007-08-03 | 1 | -3/+2 |
|
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -5/+3 |
|
|
* | | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 1 | -2/+3 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some | dgp | 2007-03-19 | 1 | -3/+3 |
|
|
* | | * generic/tclClock.c (ClockClicksObjCmd): add support for Darwin | das | 2006-08-21 | 1 | -1/+93 |
|
|
* | | ANSIfy | dkf | 2005-11-02 | 1 | -43/+44 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-20 | 1 | -180/+190 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 1 | -16/+148 |
|
|
* | | many more TIP 173 changes | Kevin B Kenny | 2004-09-27 | 1 | -56/+1 |
|
|
* | | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -89/+162 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, | rmax | 2004-03-18 | 1 | -6/+4 |
|
|
* | | Corrected a bug in conversion of non-ASCII chars in the format string. | Kevin B Kenny | 2003-05-19 | 1 | -3/+7 |
|
|
* | | * unix/tclUnixTime.c: fixed typo. | das | 2003-05-19 | 1 | -2/+2 |
|
|
* | | * compat/strftime.c: Modified TclpStrftime to return its
| Kevin B Kenny | 2003-05-18 | 1 | -10/+23 |
|/ |
|
* | Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha... | dkf | 2002-07-19 | 1 | -21/+17 |
|
|
* | * unix/tclUnixTime.c: Make [clock format] respect locale settings. | rmax | 2002-06-26 | 1 | -1/+3 |
|
|
* | * tests/clock.test: added clock-9.1 | hobbs | 2002-05-29 | 1 | -3/+5 |
|
|
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -3/+3 |
|
|
* | Altered tclUnixTime.c in hopes of better K&R compatibility. | Kevin B Kenny | 2001-04-10 | 1 | -3/+5 |
|
|
* | Oops. Committed the wrong copy of the source with the last commit five | Kevin B Kenny | 2001-04-10 | 1 | -3/+3 |
|
|
* | Fixed silly typo in calls to 'gmtime' and 'localtime'. | Kevin B Kenny | 2001-04-10 | 1 | -3/+3 |
|
|
* | Changes to support re-entrant coding of gmtime and localtime. | Kevin B Kenny | 2001-04-09 | 1 | -6/+112 |
|
|
* | * unix/tclUnixTime.c: New clock format format. | ericm | 2000-01-14 | 1 | -1/+12 |
|
|
* | revert changes to TclpStrftime, not needed for internal functions. | redman | 1999-07-22 | 1 | -3/+3 |
|
|
* | * doc/Utf.3: | redman | 1999-07-22 | 1 | -3/+3 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -6/+11 |
|
|
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -1/+59 |
|
|