Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
30 check-ins using file generic/tclDate.c version 7303639909
|
2017-01-10
| ||
| 22:53 | dict: unused variable removed check-in: fc8cdc9f7c user: sebres tags: sebres-trunk-clock-speedup | |
| 22:52 | another way to make greedy search more precise, some greedy matches are fixed (see test cases clock-... check-in: 806ca5a9bb user: sebres tags: sebres-trunk-clock-speedup | |
| 22:52 | some greedy matches are fixed (see test cases clock-6.22.11 and clock-6.22.12), involving space coun... check-in: 046e57526e user: sebres tags: sebres-trunk-clock-speedup | |
| 22:45 | clock.tcl: clean unused resp. obsolete commands check-in: 6c48ff1516 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:45 | small code review, performance test cases ready. check-in: f0d5d23870 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:44 | performance test cases ready check-in: 7f442d2e11 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:44 | several missing scan tokens added, test cases extended and fixed; token "%s" used for seconds only (... check-in: 7636644d5f user: sebres tags: sebres-trunk-clock-speedup | |
| 22:43 | porting of clock format completed; all clock test cases passed check-in: 83b76f35dd user: sebres tags: sebres-trunk-clock-speedup | |
| 22:42 | [temp-commit]: format almost ready (missing some tokens), sprintf replaced with _itoaw (because "spr... check-in: c2d2671112 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:41 | [temp-commit]: format almost ready (missing some tokens) check-in: 74b1067df5 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:40 | min length of %Y token (year with century) is 4, optional tokens possibility (zone), test cases exte... check-in: 6470d72202 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:39 | other locale scan token switched from list seek to index tree + list search case insensitive now check-in: 9d8c29fef0 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:38 | locale months scan switched to from list seek to index tree; bug fixing check-in: ccac69357b user: sebres tags: sebres-trunk-clock-speedup | |
| 22:38 | lowercase on demand, string index tree can search any-case now, clock scan considered utf-8 char len... check-in: 622ec9c5ec user: sebres tags: sebres-trunk-clock-speedup | |
| 22:37 | string index tree for fast greedy search of the string (index) by unique string prefix as key; clock... check-in: b4c38d6599 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:36 | cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time seconds bound) and optimize... check-in: e019f7bb93 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:35 | estimate token count by % char and format length (don't use fix TOK_CHAIN_BLOCK_SIZE by creation, mi... check-in: b255142da5 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:35 | small optimization (determine min/max length, end distance, etc.) check-in: 2372e21f35 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:34 | clock scan almost ready (currently test-case covered tokens only), test cases passed; todo - check o... check-in: a93337e305 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:34 | bug fix by match word token (FindWordEnd fixed); repaired current locale switch check-in: 8ebf4136c9 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:33 | repaired system/current locale caching (also for legacy clock format) and legacy timezone cached as ... check-in: 9ea29b41ee user: sebres tags: sebres-trunk-clock-speedup | |
| 22:32 | scan format: several tokens implemented, bug fixing and code review; precedence yyyymmdd over yyyydd... check-in: 8c549a614f user: sebres tags: sebres-trunk-clock-speedup | |
| 22:31 | %j token as day of year; clear flags implemented (to provide last-wins functionality) check-in: 87d5d96e34 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:31 | seconds token (%s) take precedence over all other tokens check-in: f9d0000abc user: sebres tags: sebres-trunk-clock-speedup | |
| 22:30 | list index logic optimized regarding greedy search (don't stop by first found - try to find longest)... check-in: 247367291c user: sebres tags: sebres-trunk-clock-speedup | |
| 22:30 | improve LocalizeFormat, internal caching of localized formats inside msgcat for locale and format ob... check-in: d046a15756 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:28 | improve LocalizeFormat, internal caching of localized formats inside msgcat for locale and format ob... check-in: 5a9e936f41 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:25 | l10n (with caching) implemented, msgcat package optimized, code review, etc. check-in: 72c1fb37fb user: sebres tags: sebres-trunk-clock-speedup | |
| 22:23 | [temp-commit]: not ready check-in: aaa8104615 user: sebres tags: sebres-trunk-clock-speedup | |
| 22:21 | several initialize and finalize facilities check-in: 2ecbc35da6 user: sebres tags: sebres-trunk-clock-speedup | |