Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events by user sebres occurring around 2017-01-10 22:07:37.

2017-01-10
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
22:20
amend for caching of UTC2Local / Local2UTC: * tzdata used internally only (because cached, replace... check-in: 88a754d7a9 user: sebres tags: sebres-trunk-clock-speedup
22:19
[temp-commit]: code review, DST-hole mistake by scan with relative time resolved; caching of UTC2Loc... check-in: 7994727d55 user: sebres tags: sebres-trunk-clock-speedup
22:15
[temp-commit]: clock scan tokenizer logic ready (still needs many rules) caching extended (currentYe... check-in: 8688a01f7a user: sebres tags: sebres-trunk-clock-speedup
22:12
[temp-commit]: rewrite scan token map handling check-in: efc2c99233 user: sebres tags: sebres-trunk-clock-speedup
22:10
[temp-commit]: tclClockFmt.c - amend for 2nd try (with cherry picking of tclSE incompatible faciliti... check-in: 00cf5b57cd user: sebres tags: sebres-trunk-clock-speedup
22:09
[temp-commit]: tclClockFmt.c - 2nd try (with cherry picking of tclSE incompatible facilities) Prepar... check-in: d08701ba5c user: sebres tags: sebres-trunk-clock-speedup
22:07
[temp-commit]: tclClockFmt.c - 1st try using "timerate" instead "time" by performance measurement te... check-in: 5b16c75353 user: sebres tags: sebres-trunk-clock-speedup
22:04
[temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case passed + several new test-c... check-in: e04d99d9ef user: sebres tags: sebres-trunk-clock-speedup
22:02
[temp-commit]: ClockFreeScan ready, test case passed (2 failure because of wrong :localtime zone by ... check-in: a60a5f2754 user: sebres tags: sebres-trunk-clock-speedup
22:01
[temp-commit]: ClockFreeScan seems to be ready, test case should be checked check-in: 3ee07f513b user: sebres tags: sebres-trunk-clock-speedup
21:59
[temp-commit]: ClockFreeScan almost ready, test-performance cases merged check-in: ddb681cfa0 user: sebres tags: sebres-trunk-clock-speedup
21:58
[temp-commit]: clock scan with several optimization porting, still not-ready check-in: 1bb8c6a194 user: sebres tags: sebres-trunk-clock-speedup
21:57
1st try to rewrite clock in C check-in: 29433de491 user: sebres tags: sebres-trunk-clock-speedup
2017-01-09
19:33
[win] load win-registry library also in development environment (uninstalled) check-in: 0c05a83862 user: sebres tags: sebres-trunk-timerate
19:31
missing entry of tclInt.h added check-in: aa6bca8a91 user: sebres tags: sebres-trunk-timerate
19:24 New ticket [da2cb25ca2] New command "timerate": measurement of execution time. artifact: f6ceaa5c4f user: sebres
19:09
New performance measurement routine "timerate" in opposition to "time" the execution limited by fixe... check-in: 886773ba3b user: sebres tags: sebres-trunk-timerate
18:28
Merge fix clock test-cases from 8.6: Make test clock-67.5 time zone independent - execution fails in... check-in: 40163c3c57 user: sebres tags: trunk
18:23
Fix clock test-cases: Make test clock-67.5 time zone independent - execution fails in the time zones... check-in: 77e3007f1a user: sebres tags: core-8-6-branch
17:55 Closed ticket [b87ad7e914]: NativeGetTime time-drifts bug (fixed) plus 6 other changes artifact: 25e662f1dd user: sebres
17:53
Merge bug_b87ad7e914 check-in: ea80926604 user: sebres tags: trunk
17:51
Merge bug_b87ad7e914 check-in: 0f88ee352f user: sebres tags: core-8-6-branch
17:45
Merge bug_b87ad7e914 check-in: 7b12a7b8a5 user: sebres tags: core-8-5-branch
11:35 Ticket [b87ad7e914] NativeGetTime time-drifts bug (fixed) status still Open with 3 other changes artifact: 8816ef806f user: sebres ... 4 similar events omitted.
2017-01-04
14:25 Ticket [3485833fff] trace - inexplicable large overhead by ensemble commands status still Open with 6 other changes artifact: 1e3fd1839e user: sebres
2017-01-03
20:28 Ticket [e7a722cd35] confusing precedence of some clock-formats by `clock scan -format` status still Open with 3 other changes artifact: c5ca34516a user: sebres
2017-01-02
14:37 Ticket [b87ad7e914] NativeGetTime time-drifts bug (fixed) status still Open with 4 other changes artifact: c9e2dbaa3c user: sebres
14:31
[win] bug fix in NativeGetTime: each call of it blurs current performance counters actualized in cal... check-in: b6fc234ef3 user: sebres tags: bug_b87ad7e914