summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
Commit message (Expand)AuthorAgeFilesLines
* Same with TclListObjGetElementsjan.nijtmans2022-02-101-4/+4
* More progressjan.nijtmans2022-01-271-16/+16
* TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-4/+4
* Merge 8.7jan.nijtmans2021-10-081-22/+22
|\
| * Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-1/+1
* | Merge 8.7jan.nijtmans2021-02-231-12/+39
|\ \ | |/
| * Merge 8.6jan.nijtmans2021-02-231-12/+39
| |\
| | * Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a...jan.nijtmans2021-02-231-9/+35
* | | Change (internal) signatures for TclpGetClicks/TclpGetSeconds to use "unsigne...jan.nijtmans2021-02-181-2/+2
* | | Merge 8.7jan.nijtmans2021-02-181-1/+18
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-02-181-1/+18
| |\ \ | | |/
| | * Performance optimization in TzsetIfNecessary() function. Cherry-picked from s...jan.nijtmans2021-02-181-1/+18
| | * More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-051-14/+14
* | | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | | Merge 8.7jan.nijtmans2020-11-201-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-11-201-1/+1
| |\ \ | | |/
| | * Use '&' in stead of 'and' in copyright statements consistantlyjan.nijtmans2020-11-201-1/+1
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-1/+1
* | | Merge 8.7jan.nijtmans2020-09-011-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-1/+1
| |\ \ | | |/
* | | merge 8.7dgp2020-03-061-10/+5
|\ \ \ | |/ /
| * | More TCL_UNUSED deploymentdgp2020-03-061-10/+5
* | | Merge 8.7jan.nijtmans2020-02-281-29/+29
|\ \ \ | |/ /
| * | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-29/+29
| |\ \
| | * \ Merge 8.7jan.nijtmans2020-02-261-1/+1
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2019-10-061-1/+1
| | |\ \ \
| | * \ \ \ Merge tip-548jan.nijtmans2019-08-291-0/+5
| | |\ \ \ \
| | * | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-29/+29
* | | | | | | Merge 8.7jan.nijtmans2020-02-261-32/+32
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-02-261-32/+32
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Resolve a number of shadowed variables (discovered by compiling with -Wshadow)jan.nijtmans2020-02-261-32/+32
* | | | | | Merge 8.7jan.nijtmans2020-02-241-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-02-241-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Merge 8.5jan.nijtmans2020-02-241-1/+1
| | |\ \ \
| | | * | | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning.jan.nijtmans2020-02-241-1/+1
* | | | | | Merge 8.7jan.nijtmans2019-10-051-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-10-051-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core....jan.nijtmans2019-10-051-1/+1
| | |\ \ \ | | | |/ /
| | | * | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-8/+2
| | | |\ \
| | | * | | Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf ...jan.nijtmans2016-01-211-4/+6
* | | | | | Merge 8.7jan.nijtmans2019-08-281-0/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2019-08-281-0/+5
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+5
* | | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-7/+2
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-051-7/+2
| |\ \ \ \ | | |/ / /
| | * | | merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-16/+13
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-7/+2
| | |\ \ \
| | | * | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig...sebres2017-02-091-7/+2
* | | | | | Merge 8.7jan.nijtmans2019-02-251-1/+1
|\ \ \ \ \ \ | |/ / / / /