summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [32b88975f7]: clock format returns spurious errorsjan.nijtmans2023-11-201-1/+1
* Fix [47902ec47a]: ThreadSafeLocalTime(): remove redundant localtime() calljan.nijtmans2023-09-211-1/+1
* Fix [e368ba6683]: ThreadSafeLocalTime(): check if localtime_r() encountered e...jan.nijtmans2023-09-211-1/+1
* Fix [00655c867e]: ClockGetdatefieldsObjCmd(): avoid signed integer overflow a...jan.nijtmans2023-09-141-3/+5
* Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-3/+3
* Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-121-2/+2
* Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a...jan.nijtmans2021-02-231-9/+35
* 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
* 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
* Resolve a number of shadowed variables (discovered by compiling with -Wshadow)jan.nijtmans2020-02-261-32/+32
* 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
* | 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
* | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+5
* | | merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-16/+13
|\ \ \ | |_|/ |/| |
| * | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-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
| * | Some more internal use of size_t in stead of int. No functional change.jan.nijtmans2016-12-161-3/+2
* | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-12/+8
* | | Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-0/+18
|/ /
* | Bugfix [da340d4f32]. clock-55.9 and clock-55.10 test failures.ashok2016-07-101-0/+12
* | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCU...jan.nijtmans2015-12-111-4/+5
|\ \ | |/
| * Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCU...jan.nijtmans2015-12-111-4/+5
* | [3757cdf808] More clock refactoring with spooky impact on [string match]dgp2014-07-301-10/+22
* | [3757cdf808] Refactoring seems to reduce (maybe somewhat kinda sorta) a dgp2014-07-291-22/+32
* | [f0f876c141] Improve consistency in error messages.dkf2014-06-171-3/+3
* | [d19a30db57] Fixed segfault in [clock] internals. Includes test.dgp2014-04-161-15/+21
|\ \ | |/
| * Segmentation fault using some functions of tcl::clock, fixed, belong to ticke...sebres2014-04-161-18/+21
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-1/+1
* | more result generation conversiondkf2012-08-031-4/+4
* | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-2/+2
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
* | 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/tclClock.c (FormatClock): Claimed additional space forKevin B Kenny2007-08-251-1/+4
| | * Restored Cygwin buildability [Bug 1387154]Kevin B Kenny2007-04-211-3/+3
| | * replaced 'long' times with wides, to cope with Win64Kevin B Kenny2005-03-151-13/+13
| | * 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-2/+2
| * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-2/+2
| * | * generic/tclClock.c (TclClockInit): Do not create [clock] supportdgp2009-11-121-1/+10
| * | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed leftandreas_kupries2008-06-171-2/+1
| * | 2006-06-17 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2008-06-171-7/+15
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-2/+2
* | | Code Audit results:dkf2010-03-051-10/+9