summaryrefslogtreecommitdiffstats
path: root/win/tclWinTime.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-83/+345
|\
| * merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ...sebres2019-02-131-51/+120
| |\
| | * merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-121-0/+9
| | |\
| | * | [win32] optimized calibration cycle (makes Tcl for windows "RTS" resp. NRT-ca...sebres2017-05-231-53/+122
| | * | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-39/+232
| | |\ \
| * | \ \ merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-0/+9
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge 8.6jan.nijtmans2019-01-031-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix conflict with timezone() function in some MSVC versionsjan.nijtmans2019-01-031-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix conflict with timezone() function in some MSVC versionsjan.nijtmans2019-01-031-0/+1
* | | | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecate...jan.nijtmans2018-12-301-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecate...jan.nijtmans2018-12-301-0/+8
| |\ \ \ \ | | |/ / /
| | * | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecate...jan.nijtmans2018-12-301-0/+8
| | | |/ | | |/|
* | | | Merge core-8-6-branch. This removes the work currently being done in "sebres-...jan.nijtmans2017-06-021-232/+39
|\ \ \ \ | |/ / /
* | | | merge core-8-6-branch (except: the "timerate" command and the clock performan...jan.nijtmans2017-05-311-4/+4
|\ \ \ \
| * | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-311-4/+4
| | |_|/ | |/| |
| * | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-39/+232
| |\ \ \ | | |/ / | |/| |
| * | | Merge bug_b87ad7e914sebres2017-01-091-21/+39
| |\ \ \ | | | |/ | | |/|
* | | | merge trunk (to sebres-trunk-timerate)sebres2017-05-111-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T...jan.nijtmans2017-04-061-0/+8
* | | | [win] accomplished winTime module using very fast wide clicks, with denominat...sebres2017-02-091-7/+100
* | | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig...sebres2017-02-091-33/+133
|/ / /
* | | Merge bug_b87ad7e914sebres2017-01-091-21/+39
|\ \ \ | | |/ | |/|
| * | Fix for [b87ad7e9146832d505f9a430d779c5313c440256|b87ad7e914], rebased to cor...jan.nijtmans2017-01-091-21/+39
| |\ \
| | * | [win] bug fix in NativeGetTime: each call of it blurs current performance cou...sebres2017-01-021-17/+37
| |/ / |/| |
* | | more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-1/+1
* | | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,...jan.nijtmans2016-11-111-1/+1
* | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-2/+2
| |/ |/|
* | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans2013-05-191-2/+2
|\ \ | |/
| * Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet...jan.nijtmans2013-05-191-2/+2
| |\
| | * - eliminate compiler warning when compiling with Visual Studio.jan.nijtmans2013-05-171-2/+2
| * | make some more internal tables constjan.nijtmans2012-04-231-3/+3
| |\ \ | | |/
| | * make some more internal tables constjan.nijtmans2012-04-231-3/+3
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1
* | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-031-116/+0
* | | 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
| | * * generic/tclInt.decls: Yet another round of attemptingKevin B Kenny2007-04-211-3/+3
| | * * win/makefile.vc: Updated MSVC build to properly deal withpatthoyts2006-09-261-3/+3
| | * Enable building Tcl with Microsoft's latest compiler offeringpatthoyts2006-06-141-9/+9
| | * * win/tclWinTime.c (TclpGetDate): use time_t for 'time'hobbs2005-03-301-9/+6
| | * 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-3/+3
| | * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-1/+31
| | * * generic/tclInt.decls: Restored TclpTime_t kludge to all Kevin B Kenny2004-05-171-8/+11
| | * 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-1/+63
| | * Corrected use of types to make compilation compatible with VC++5.Kevin B Kenny2003-04-151-40/+38
| | * Fixed Bug 710310 (duplicate test numbers in clock.test). Made major Kevin B Kenny2003-04-121-121/+240
* | | Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-111-2/+2
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-5/+5