| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge zipfs | jan.nijtmans | 2017-01-16 | 1 | -1/+1 |
|\ |
|
| * | Merge bug_b87ad7e914 | sebres | 2017-01-09 | 1 | -1/+1 |
| |\ |
|
| | * | Fix for [b87ad7e9146832d505f9a430d779c5313c440256|b87ad7e914], rebased to cor...bug_b87ad7e914 | jan.nijtmans | 2017-01-09 | 1 | -1/+1 |
| | |\ |
|
| | | * | [win] bug fix in NativeGetTime: each call of it blurs current performance cou... | sebres | 2017-01-02 | 1 | -1/+1 |
|
|
| | | * | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge core-8-6-branch. upstream androwish modifications. | jan.nijtmans | 2016-09-26 | 1 | -0/+61 |
|
|
* | | | Put back the stub entries for TclpGetDate/TclpLocaltime/TclpGmtime. Although ... | jan.nijtmans | 2015-12-21 | 1 | -0/+197 |
|
|
* | | | Merge trunk. | jan.nijtmans | 2015-08-21 | 1 | -197/+0 |
|/ / |
|
* | | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -1/+1 |
|
|
* | | Remove unused macros. | dgp | 2014-09-05 | 1 | -3/+0 |
|
|
* | | Another memory leak, and one Tcl_Free -> ckfree | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475 | jan.nijtmans | 2012-04-03 | 1 | -116/+0 |
|
|
* | | 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 |
|
|