summaryrefslogtreecommitdiffstats
path: root/win/tclWinTime.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the notifier code to not spread the hooks quite so widelydkf2021-04-031-155/+264
|\
| * Don't do double definition; code was moved to tclInt.h previously.dkf2021-04-021-27/+0
| * Refactoring, ahoydkf2021-03-301-167/+301
* | Change (internal) signatures for TclpGetClicks/TclpGetSeconds to use "unsigne...jan.nijtmans2021-02-181-4/+4
* | Merge 8.7 (resolve conflicts)dgp2021-01-081-46/+46
|\ \ | |/
| * Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-46/+46
| * Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (proba...jan.nijtmans2021-01-071-18/+1
* | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
| * Merge 8.6jan.nijtmans2020-04-251-2/+2
| |\
| | * encoding-12.6 only works for "ucs2" for now. Don't use (deprecated) INLINE an...jan.nijtmans2020-04-251-2/+2
* | | Merge 8.7jan.nijtmans2020-03-221-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-221-3/+3
| |\ \ | | |/
| | * Even more uppercase HEX representations in source-codejan.nijtmans2020-03-221-3/+3
* | | merge 8.7dgp2020-03-171-1/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | merge 8.7dgp2020-03-091-12/+5
|\ \ \ | |/ /
| * | TCL_UNUSED for win sources.dgp2020-03-091-12/+5
* | | Merge 8.7jan.nijtmans2020-02-281-4/+11
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-09-191-2/+2
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-09-141-6/+19
| |\ \ \
| * \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-3/+10
| |\ \ \ \
| * \ \ \ \ Merge tip-548jan.nijtmans2019-08-291-1/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-2/+2
* | | | | | Merge 8.7jan.nijtmans2019-09-191-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2019-09-191-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-2/+2
| * | | | Merge 8.6. Remove 3 duplicate build-entries in .travis.ymljan.nijtmans2019-09-071-6/+19
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-071-6/+19
| | |\ \
| | | * | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ...jan.nijtmans2019-09-061-6/+19
* | | | | Merge 8.7jan.nijtmans2019-08-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-08-231-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | |\ \ \ | | | |/ /
| | | * | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
* | | | | Merge 8.7jan.nijtmans2019-08-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2019-08-021-1/+1
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr...jan.nijtmans2019-08-021-1/+1
* | | | Merge 8.7jan.nijtmans2019-03-071-11/+11
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Remove unneeded code from init.tcljan.nijtmans2019-03-071-11/+11
| |\ \ \ | | |/ /
| | * | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-11/+11
* | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-83/+345
|\ \ \ \ | |/ / /
| * | | 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