Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user sebres occurring around 2019-02-04 09:40:27.
|
2019-02-19
| ||
| 10:44 | • Ticket [bd94500678] SEGFAULT by conversion of unicode (out of BMP) to byte-array. status still Pending with 3 other changes artifact: a2cd3b8bd0 user: sebres ... 1 similar event omitted. | |
|
2019-02-14
| ||
| 11:04 | • Pending ticket [b322938e08]: Revised TCL_ZIP_FILE build is less robust plus 5 other changes artifact: 07c773b0d5 user: sebres | |
| 10:56 | small amend unfolding `list "$tcl_library/http"` (previously it was result of glob) check-in: 6c4886e1e1 user: sebres tags: core-8-branch | |
| 10:42 | closes [b322938e08]: fix several zipfs-tests searching for single "http" directory in (compressed) t... check-in: 59607dfd9e user: sebres tags: core-8-branch | |
|
2019-02-13
| ||
| 23:52 | • Ticket [b322938e08] Revised TCL_ZIP_FILE build is less robust status still Open with 3 other changes artifact: 5cce4c88dc user: sebres | |
| 02:57 | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows time-calibration cycle ... check-in: 2f5413a0fb user: sebres tags: sebres-8-6-timerate | |
| 01:22 | timerate documentation extended check-in: af42c485d8 user: sebres tags: sebres-8-5-timerate | |
| 01:10 | timerate: extended with ?max-count? optional parameter, code review and more tests check-in: 0f6e941c6e user: sebres tags: sebres-8-5-timerate | |
|
2019-02-07
| ||
| 22:40 | • Ticket [4731d31eff] iTcl and Tcl 8.6 performance with Tcl_Preserve status still Open with 3 other changes artifact: 3db3ba7fc9 user: sebres | |
| 21:25 | • Edit [aa888d99aba0c615|aa888d99ab]: Change branch background color to "#f1e3ab". artifact: 8107d0c122 user: sebres | |
| 21:20 | timerate: added dynamic factor by threshold calculation (avoid growing of the execution time if iter... check-in: 8ad25ef9eb user: sebres tags: sebres-8-6-timerate | |
|
2019-02-06
| ||
| 19:17 | • Ticket [408568ffff] Variable substitution parsing limited to ASCII alphanumerics status still Open with 7 other changes artifact: 11b28ea2ec user: sebres | |
| 18:57 | • Ticket [bd94500678] SEGFAULT by conversion of unicode (out of BMP) to byte-array. status still Pending with 3 other changes artifact: 3669f5496f user: sebres | |
| 18:29 | tests/httpcookie.test: apply "-load" option for this test (in order to provide/overwrite library/pat... check-in: 32fc2906c3 user: sebres tags: core-8-branch | |
| 14:46 | • Ticket [055240025a] Calling Tcl_DeleteEventSource from inside Tcl_DoOneEvent segfaults status still Open with 3 other changes artifact: 8582c7439b user: sebres | |
| 13:34 | • Ticket [bd94500678] SEGFAULT by conversion of unicode (out of BMP) to byte-array. status still Pending with 3 other changes artifact: 1be3cc5a99 user: sebres ... 2 similar events omitted. | |
|
2019-02-05
| ||
| 21:59 | fixes segfault [bd94500678]: Tcl_UtfToUniChar/TclUtfToUniChar could don't advance source pointer in ... check-in: 42976af3f3 user: sebres tags: core-8-branch | |
| 21:01 | • New ticket [bd94500678] SEGFAULT by conversion of unicode (out of BMP) to byte-array.. artifact: a420dd2b1e user: sebres | |
|
2019-02-04
| ||
| 15:14 | optimize WidePwrSmallExpon (exponent is <= 16), this will huge decrease assembled code on x86 (113 v... check-in: ed2f8857c2 user: sebres tags: core-8-branch | |
| 14:40 | code review Closed-Leaf check-in: cca048c767 user: sebres tags: sebres-8-6-tommath-1-1 | |
| 12:24 | cherry pick of [238bd4d2c053540c]..[31dd092df4b57fdb]: More simplifications in tclExecute.c (INST_EX... check-in: 0be81ce692 user: sebres tags: sebres-8-6-tommath-1-1 | |
| 09:40 | partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, mp_tc_div_2d, which simplif... check-in: 676c0392fe user: sebres tags: sebres-8-6-tommath-1-1 | |
| 09:21 | partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, now that libtommath provi... check-in: 2a43543f95 user: sebres tags: sebres-8-6-tommath-1-1 | |
|
2019-02-01
| ||
| 18:32 | • Ticket [3cf3a939d3] timezone deprecated in vc2017 status still Open with 3 other changes artifact: bcb55f2326 user: sebres | |
| 16:21 | merge 8.7 (regression fix [e3f481f187], conflicts resolved) check-in: 03840f6c21 user: sebres tags: trunk | |
| 16:06 | merge 8.6 (regression fix [e3f481f187], conflicts resolved) check-in: cc09378b6e user: sebres tags: core-8-branch | |
| 15:56 | speedup "process.test" using signal (via file delete) for the child-process it could exit immediatel... check-in: 4aa189548d user: sebres tags: core-8-branch | |
| 13:26 | • Closed ticket [e3f481f187]: Regression to lookup non-ASCII proc formal arguments as compiled locals plus 5 other changes artifact: ec7bfe4d98 user: sebres | |
| 13:20 | merge fix [e3f481f187] regression to lookup non-ASCII proc/lambda formal arguments (TclCreateProc/Tc... check-in: 3e12442cb7 user: sebres tags: core-8-6-branch | |
|
2019-01-31
| ||
| 16:30 | • Ticket [e3f481f187] Regression to lookup non-ASCII proc formal arguments as compiled locals status still Pending with 3 other changes artifact: 8145fc5eee user: sebres | |
| 16:22 | TclPushVarName: rewritten iterators over token-strings considering utf-8 multi-bytes. Closed-Leaf check-in: 66f24c84f5 user: sebres tags: fix-comp-local-utf-regres | |
| 12:52 | code review with small amend (note nameLength is number of bytes, the argument may be utf-8 as well ... check-in: 2f9f48f67a user: sebres tags: fix-comp-local-utf-regres | |
| 11:45 | • Pending ticket [e3f481f187]: Regression to lookup non-ASCII proc formal arguments as compiled locals plus 3 other changes artifact: 6df50de6ad user: sebres ... 1 similar event omitted. | |
|
2019-01-30
| ||
| 20:32 | fixes utf-8 compatibility of proc/lambda arguments (regression on compiled locals/variables containi... check-in: bfc51c4637 user: sebres tags: fix-comp-local-utf-regres | |
|
2019-01-29
| ||
| 20:04 | • Ticket [4731d31eff] iTcl and Tcl 8.6 performance with Tcl_Preserve status still Open with 3 other changes artifact: 19cc50eee9 user: sebres | |
|
2019-01-28
| ||
| 16:28 | • Closed ticket [4ee9b4f3e9]: Single iteration time has 36 minute overflow plus 7 other changes artifact: e694535fdd user: sebres | |
| 16:23 | merge 8.7 check-in: be327fce6d user: sebres tags: trunk | |
| 16:19 | merge 8.6 ([4ee9b4f3e965a7da5133] was already fixed in 8.7, so no functional changes here) check-in: 2f22a13f00 user: sebres tags: core-8-branch | |
| 16:15 | merge 8.5 check-in: 99fa18a640 user: sebres tags: core-8-6-branch | |
| 16:12 | fixes [4ee9b4f3e965a7da5133]: result of command `time` overflows by single iteration longer as 35 mi... check-in: 523e36b232 user: sebres tags: core-8-5-branch | |
|
2019-01-25
| ||
| 20:57 | • Ticket [16e4fc3096] year int overflow - clock format of very large date / JD is wrong - if switches into negative value (+24 hours difference). status still Open with 3 other changes artifact: dd96d83924 user: sebres | |
| 20:47 | merge 8.6 check-in: 3db32b9237 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 20:18 | format: fix padding on output of julian day token `%J`: restored tcl-core compatibility (7x 0-paddin... check-in: d113b92927 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 20:18 | fixes [16e4fc3096] julian day calculation (mostly affected for very small times, B.C.E. between 4714... check-in: 1a47e63d8d user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 20:17 | small optimization of format-proc tokens, that are don't use `val` in callback, as well as don't do ... check-in: 1911fd0c99 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 20:17 | fix of _witoaw: adjustment of width for negative wide-int (conversion wide to string using `_witoaw(... check-in: 9b7ebfbe41 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |