summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-03-241-1/+1
|\
| * Merge 8.6jan.nijtmans2023-03-241-2/+2
| |\
| | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-2/+2
* | | Merge 8.7jan.nijtmans2022-10-101-6/+6
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2022-02-211-3/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-02-211-2/+2
| |\ \ | | |/
| | * Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks()jan.nijtmans2022-02-211-2/+2
* | | Clean up the notifier code to not spread the hooks quite so widelydkf2021-04-031-25/+41
|\ \ \ | |/ /
| * | Refactoring, ahoydkf2021-03-301-17/+34
* | | Change (internal) signatures for TclpGetClicks/TclpGetSeconds to use "unsigne...jan.nijtmans2021-02-181-8/+8
* | | Merge 8.7 (resolve conflicts)dgp2021-01-081-7/+7
|\ \ \ | |/ /
| * | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-7/+7
* | | 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.7dgp2020-03-091-6/+3
|\ \ \ | |/ /
| * | TCL_UNUSED in the unix sources.dgp2020-03-091-8/+4
* | | Merge 8.7jan.nijtmans2020-02-281-2/+5
|\ \ \ | |/ /
| * | Mark more unused parametersjan.nijtmans2019-09-031-1/+4
| * | Merge tip-548jan.nijtmans2019-08-291-3/+4
| |\ \
| * \ \ 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.7jan.nijtmans2019-08-231-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| | | |\ \
* | | | \ \ Merge 8.7jan.nijtmans2019-08-021-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-021-1/+0
| | |_|_|/ | |/| | |
* | | | | Merge 8.7jan.nijtmans2019-03-071-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | 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.7 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-0/+71
|\ \ \ \ | |/ / /
| * | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-0/+71
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2018-12-111-3/+1
|\ \ \ \ | |/ / /
* | | | Merge 8.7. jan.nijtmans2018-09-051-8/+8
|\ \ \ \ | |/ / /
* | | | Tcl-9 huge cleanup: Remove many unused internal functions which do nothing mo...jan.nijtmans2017-11-081-202/+0
|/ / /
* | | 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