Tcl Source Code

Timeline
Login

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

50 events occurring around fca5fb3444b4cbbe.

2019-03-13
00:23
scan: extended with token `%EJ` to scan calendar julian day with time fraction (in opposite to astro... check-in: 9095503f61 user: sebres tags: clock-astronomical-jdn
00:23 Edit [b9804722b9f22a9c|b9804722b9]: Change branch background color to "#b4e7bc". artifact: 63b453b45a user: sergey.brester
00:21
implemented scan of astronomical julian day (JDN/ID) with token `%Ej`, corresponds julian date of sq... check-in: b9804722b9 user: sebres tags: clock-astronomical-jdn
2019-03-12
21:44
Merge 8.7 check-in: 4acfc50392 user: jan.nijtmans tags: tommath-refactor
20:42 Closed ticket [b8e9a9a97f]: expr 52 * 0.001 = 0.052000000000000005 plus 6 other changes artifact: 25d7113c25 user: jan.nijtmans
20:40 Closed ticket [590e687905]: utf-1.11 test-case fails plus 6 other changes artifact: 80b7b0a669 user: jan.nijtmans
20:39
Even better support for -DTCL_UTF_MAX=6. Ongoing improvements (TIP being planned) check-in: fdcb2a7323 user: jan.nijtmans tags: utf-max
2019-03-11
21:07 Ticket [c8d4f01a54] Windows: NTFS symbolic links are not supported by file status still Open with 3 other changes artifact: dfce61662e user: kjnash
20:56
Merge 8.7 check-in: 13fd8a4647 user: jan.nijtmans tags: trunk
20:32
Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT check-in: 876f74eabe user: jan.nijtmans tags: core-8-branch
20:30
Improve parsing of -xchar option for serial channels: Allow full 8-bit range (correct UTF-8 handling... check-in: e63e8b0acb user: jan.nijtmans tags: core-8-branch
20:25
Fix [590e687905]: utf-1.11 test-case fails check-in: 07c460f447 user: jan.nijtmans tags: core-8-branch
17:05 Ticket [408568ffff] Variable substitution parsing limited to ASCII alphanumerics status still Open with 3 other changes artifact: f3e6f00b8a user: sebres ... 1 similar event omitted.
14:19 Ticket [16fe1b5807] namespace ensemble command named ":" is mistakenly given the empty string as its name status still Closed with 5 other changes artifact: 8b65abfcc8 user: dgp
08:46 Ticket [590e687905] utf-1.11 test-case fails status still Open with 3 other changes artifact: 2c5865fb85 user: jan.nijtmans ... 1 similar event omitted.
06:35 Ticket [b8e9a9a97f] expr 52 * 0.001 = 0.052000000000000005 status still Open with 3 other changes artifact: 83c335ae7c user: bll
2019-03-10
21:16
Make internal libtommath symbols MODULE_SCOPE, and remove them from the stub table: They are not sup... check-in: 9384c633dd user: jan.nijtmans tags: trunk
21:04
Merge 8.7 check-in: 316ceb7616 user: jan.nijtmans tags: trunk
20:18
re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 new utility functions. ... check-in: 9eb437a15d user: jan.nijtmans tags: core-8-branch
2019-03-09
21:22
merge 8-5-event-perf-branch check-in: 697065a8e5 user: sebres tags: sebres-8-6-event-perf-branch
21:04
NRT relevant only: provides self-calibrating mechanism for TclpUSleep (the actual time of usleep/nan... check-in: 9ce15c7f1a user: sebres tags: sebres-8-5-event-perf-branch
20:07
non-native time scale fixed: do scale time only once (not in cycle, since all other times used in ca... check-in: f20b5264a3 user: sebres tags: sebres-8-5-event-perf-branch
19:07
macosx: Tcl_Sleep -> TclpUSleep (provides microseconds sleep, fixed unresolved external "TclpUSleep"... check-in: f26dfbb645 user: sebres tags: sebres-8-5-event-perf-branch
18:41
TclpScaleUTime fixed typo, only if native scaling used (tclScaleTimeProcPtr == NativeScaleTime) the ... check-in: fca5fb3444 user: sebres tags: sebres-8-5-event-perf-branch
2019-03-08
23:54
Merge trunk. Further WIP for TIP #497, far from finished .... check-in: 9fcbdde251 user: jan.nijtmans tags: tip-497
23:47 Ticket [b8e9a9a97f] expr 52 * 0.001 = 0.052000000000000005 status still Open with 3 other changes artifact: 751e75aef2 user: anonymous ... 3 similar events omitted.
22:51
Merge 8.7 check-in: fe02c8898e user: jan.nijtmans tags: trunk
21:27
Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it. check-in: 1df1b22fad user: jan.nijtmans tags: core-8-branch
20:44
Fix bug in mp_set_bit(), not affecting Tcl adtually (returning MP_VAL for some valid input) check-in: 26182f50b2 user: jan.nijtmans tags: tommath-refactor
20:40
Merge 8.7 check-in: 0fda504644 user: jan.nijtmans tags: tommath-refactor
20:25
Merge 8.7 check-in: cbdcf1829d user: jan.nijtmans tags: trunk
19:54
Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions are macro's currently, bu... check-in: 0d77fb2374 user: jan.nijtmans tags: core-8-branch
19:53 Ticket [8b9854c3d8] info level 0 returns incompatible result in exported command since Tcl 8.6.9 status still Open with 3 other changes artifact: 7c41df92b9 user: dgp
19:51
Code cleanup: less (size_t) casts Closed-Leaf check-in: ab3bc46fe1 user: jan.nijtmans tags: utf-max-6
18:28 Open ticket [8b9854c3d8]: info level 0 returns incompatible result in exported command since Tcl 8.6.9 plus 4 other changes artifact: 8f02c329be user: dgp
15:39
merge 8-5-event-perf-branch (no monotonic time fallbacks) check-in: ec9b47d045 user: sebres tags: sebres-8-6-event-perf-branch
15:38
unix: monotonic time (performance counter/wide-clicks) - implements several fallbacks for platforms ... check-in: 6593536677 user: sebres tags: sebres-8-5-event-perf-branch
15:09
merge trunk check-in: 2886da4545 user: dgp tags: dgp-refactor
15:09
merge trunk check-in: 2a00aec29a user: dgp tags: dgp-properbytearray
14:56
merge 8.7 check-in: 1dd923d0cf user: dgp tags: tip-445-api-fix
14:56
merge 8.7 check-in: 839cfa7059 user: dgp tags: trunk
14:55 Edit [87689a5b66bc2669|87689a5b66]: Mark "Closed". artifact: 9f60fdf74b user: jan.nijtmans
14:47
merge 8.6 check-in: 8d5d640832 user: dgp tags: core-8-branch
14:46 Closed ticket [39fed4dae5]: Tcl_PkgRequireEx, Tcl_InitStubs broken in 8.6.9 plus 7 other changes artifact: 58de6364e5 user: dgp
14:46
[39fed4dae5] Make sure return value from Tcl_PkgRequire*() survives long enough for caller to use it... check-in: 6bf2a6d132 user: dgp tags: core-8-6-branch