| Commit message (Expand) | Author | Age | Files | Lines |
* | [unix] build for *nix fixed, code clean-ups; missing declarations; unused var... | sebres | 2017-01-10 | 1 | -5/+1 |
|
|
* | small code review, performance test cases ready. | sebres | 2017-01-10 | 1 | -1/+1 |
|
|
* | several missing scan tokens added, test cases extended and fixed; | sebres | 2017-01-10 | 1 | -8/+8 |
|
|
* | porting of clock format completed; all clock test cases passed | sebres | 2017-01-10 | 1 | -7/+23 |
|
|
* | [temp-commit]: format almost ready (missing some tokens), sprintf replaced wi... | sebres | 2017-01-10 | 1 | -2/+1 |
|
|
* | [temp-commit]: format almost ready (missing some tokens) | sebres | 2017-01-10 | 1 | -14/+14 |
|
|
* | string index tree for fast greedy search of the string (index) by unique stri... | sebres | 2017-01-10 | 1 | -38/+36 |
|
|
* | cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time seco... | sebres | 2017-01-10 | 1 | -73/+192 |
|
|
* | repaired system/current locale caching (also for legacy clock format) and leg... | sebres | 2017-01-10 | 1 | -11/+69 |
|
|
* | scan format: several tokens implemented, bug fixing and code review; | sebres | 2017-01-10 | 1 | -11/+14 |
|
|
* | %j token as day of year; clear flags implemented (to provide last-wins functi... | sebres | 2017-01-10 | 1 | -21/+65 |
|
|
* | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 1 | -97/+1 |
|
|
* | improve LocalizeFormat, internal caching of localized formats inside msgcat f... | sebres | 2017-01-10 | 1 | -3/+61 |
|
|
* | l10n (with caching) implemented, msgcat package optimized, code review, etc. | sebres | 2017-01-10 | 1 | -162/+286 |
|
|
* | [temp-commit]: not ready | sebres | 2017-01-10 | 1 | -26/+141 |
|
|
* | several initialize and finalize facilities | sebres | 2017-01-10 | 1 | -7/+9 |
|
|
* | amend for caching of UTC2Local / Local2UTC: | sebres | 2017-01-10 | 1 | -40/+64 |
|
|
* | [temp-commit]: code review, DST-hole mistake by scan with relative time resol... | sebres | 2017-01-10 | 1 | -156/+238 |
|
|
* | [temp-commit]: clock scan tokenizer logic ready (still needs many rules) | sebres | 2017-01-10 | 1 | -16/+53 |
|
|
* | [temp-commit]: rewrite scan token map handling | sebres | 2017-01-10 | 1 | -0/+2 |
|
|
* | [temp-commit]: tclClockFmt.c - amend for 2nd try (with cherry picking of tclS... | sebres | 2017-01-10 | 1 | -110/+108 |
|
|
* | [temp-commit]: tclClockFmt.c - 2nd try (with cherry picking of tclSE incompat... | sebres | 2017-01-10 | 1 | -194/+134 |
|
|
* | [temp-commit]: tclClockFmt.c - 1st try | sebres | 2017-01-10 | 1 | -2/+15 |
|
|
* | [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case pass... | sebres | 2017-01-10 | 1 | -144/+198 |
|
|
* | [temp-commit]: ClockFreeScan ready, test case passed (2 failure because of wr... | sebres | 2017-01-10 | 1 | -4/+22 |
|
|
* | [temp-commit]: ClockFreeScan seems to be ready, test case should be checked | sebres | 2017-01-10 | 1 | -65/+106 |
|
|
* | [temp-commit]: ClockFreeScan almost ready, test-performance cases merged | sebres | 2017-01-10 | 1 | -57/+313 |
|
|
* | [temp-commit]: clock scan with several optimization porting, still not-ready | sebres | 2017-01-10 | 1 | -35/+485 |
|
|
* | 1st try to rewrite clock in C | sebres | 2017-01-10 | 1 | -59/+194 |
|
|
* | Some more internal use of size_t in stead of int. No functional change. | jan.nijtmans | 2016-12-16 | 1 | -3/+2 |
|
|
* | Bugfix [da340d4f32]. clock-55.9 and clock-55.10 test failures. | ashok | 2016-07-10 | 1 | -0/+12 |
|
|
* | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCU... | jan.nijtmans | 2015-12-11 | 1 | -4/+5 |
|\ |
|
| * | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCU... | jan.nijtmans | 2015-12-11 | 1 | -4/+5 |
|
|
* | | [3757cdf808] More clock refactoring with spooky impact on [string match] | dgp | 2014-07-30 | 1 | -10/+22 |
|
|
* | | [3757cdf808] Refactoring seems to reduce (maybe somewhat kinda sorta) a | dgp | 2014-07-29 | 1 | -22/+32 |
|
|
* | | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 1 | -3/+3 |
|
|
* | | [d19a30db57] Fixed segfault in [clock] internals. Includes test. | dgp | 2014-04-16 | 1 | -15/+21 |
|\ \
| |/ |
|
| * | Segmentation fault using some functions of tcl::clock, fixed, belong to ticke... | sebres | 2014-04-16 | 1 | -18/+21 |
|
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -1/+1 |
|
|
* | | more result generation conversion | dkf | 2012-08-03 | 1 | -4/+4 |
|
|
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -2/+2 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclClock.c (FormatClock): Claimed additional space for | Kevin B Kenny | 2007-08-25 | 1 | -1/+4 |
|
|
| | * | Restored Cygwin buildability [Bug 1387154] | Kevin B Kenny | 2007-04-21 | 1 | -3/+3 |
|
|
| | * | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -13/+13 |
|
|
| | * | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -2/+2 |
|
|
| * | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -2/+2 |
|
|