summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
Commit message (Expand)AuthorAgeFilesLines
* TCL_UNUSED in the unix sources.dgp2020-03-091-8/+4
* Mark more unused parametersjan.nijtmans2019-09-031-1/+4
* Merge tip-548jan.nijtmans2019-08-291-3/+4
|\
| * Merge 8.6jan.nijtmans2019-08-231-2/+2
| |\
| | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-2/+2
| | |\
| | | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-2/+2
| | | * back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-0/+71
| | | |\
| * | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-021-1/+0
* | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-1/+0
|\ \ \ \ \
| * | | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-1/+0
| |/ / / /
* | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-2/+2
|/ / / /
* | | | Merge 8.6. Remove unneeded code from init.tcljan.nijtmans2019-03-071-1/+1
|\ \ \ \ | |/ / /
| * | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-1/+1
| | |/ | |/|
* | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-0/+71
|\ \ \ | |/ /
* | | Merge core-8-6-branch. This removes the work currently being done in "sebres-...jan.nijtmans2017-06-021-71/+0
|\ \ \
* \ \ \ merge core-8-6-branch (except: the "timerate" command and the clock performan...jan.nijtmans2017-05-311-1/+1
|\ \ \ \
| * | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-311-1/+1
| | |/ / | |/| |
| * | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-0/+71
| |\ \ \ | | |/ / | |/| |
| * | | Merge bug_b87ad7e914sebres2017-01-091-1/+1
| |\ \ \ | | | |/ | | |/|
* | | | merge trunk (to sebres-trunk-timerate)sebres2017-05-111-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T...jan.nijtmans2017-04-061-0/+7
* | | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig...sebres2017-02-091-0/+71
|/ / /
* | | Merge bug_b87ad7e914sebres2017-01-091-1/+1
|\ \ \ | | |/ | |/|
| * | Fix for [b87ad7e9146832d505f9a430d779c5313c440256|b87ad7e914], rebased to cor...jan.nijtmans2017-01-091-1/+1
| |\ \
| | * | [win] bug fix in NativeGetTime: each call of it blurs current performance cou...sebres2017-01-021-1/+1
| |/ / |/| |
* | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
| |/ |/|
* | Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-1/+1
* | Remove unused macros.dgp2014-09-051-3/+0
* | Another memory leak, and one Tcl_Free -> ckfreejan.nijtmans2013-01-251-1/+1
* | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-031-116/+0
* | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-20/+0
|\ \ | |/
| * fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-24/+4
| |\
| | * Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-145/+136
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): RemovedKevin B Kenny2008-04-141-5/+3
| | * * generic/tclInt.decls: Yet another round of attemptingKevin B Kenny2007-04-211-5/+5
| | * * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls todgp2007-03-191-3/+3
| | * replaced 'long' times with wides, to cope with Win64Kevin B Kenny2005-03-151-2/+2
| | * added CONST to TclpLocaltime and TclpGmtime param throughoutKevin B Kenny2004-10-281-5/+5
| | * * generic/tclInt.decls: Restored TclpTime_t kludge to all Kevin B Kenny2004-05-171-17/+18
| | * 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-87/+160
| * | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use ofKevin B Kenny2008-04-141-3/+2
* | | Squelch unnecessary parens, shorten overlong comment lines.dkf2010-03-141-15/+15
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-2/+2
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-5/+5
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-7/+7
* | | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use ofKevin B Kenny2008-04-141-3/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1