Tcl Source Code

Timeline
Login

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

50 events occurring around 40c2513cb8249d35.

2019-07-23
21:08
fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and reset discard result fl... check-in: 66eae16555 user: sebres tags: timerate-loop-opti--discard-result
17:41 Edit [2958e9399c255cc0|2958e9399c]: Change branch background color to "#f1e8b4". artifact: dbb506e4c8 user: sebres
17:40
better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" introduced, which allows ... check-in: 2958e9399c user: sebres tags: timerate-loop-opti--discard-result
17:00
Merge 8.6 check-in: cf7af34c94 user: jan.nijtmans tags: core-8-branch
16:55
Merge 8.5 check-in: e495bed0ea user: jan.nijtmans tags: core-8-6-branch
15:49 New ticket [7f3321da83] os_unfair_lock instead of OSSpinLock on macOS >= 10.12. artifact: e45d2d7101 user: anonymous
09:39 Ticket [6e156333bc] Documentation: Contradiction in Tcl_GetSring/Tcl_GetStringFromObj vs Tcl_UpdateStringProc status still Open with 4 other changes artifact: 95b1188f83 user: sebres ... 2 similar events omitted.
06:47
Eliminate the use of C++ keywords as variable names. Nothing more than rename the variables in somet... check-in: 6c003af490 user: jan.nijtmans tags: core-8-branch
2019-07-22
21:31 Closed ticket [6e156333bc]: Contradiction in Tcl_GetSring/Tcl_GetStringFromObj vs Tcl_UpdateStringProc plus 6 other changes artifact: e8a918cd1c user: sebres ... 1 similar event omitted.
2019-07-20
15:37
Add (experimental) build with MSVC using the standard "make" system. check-in: a3c7f79522 user: jan.nijtmans tags: travis-win32-with-make
08:43
Fix travis build check-in: b7726bf756 user: jan.nijtmans tags: core-8-5-branch
2019-07-19
13:35
Add Windows build, and Linux full debug build to Travis. No test runs yet, because some of them are ... check-in: 24264826f6 user: jan.nijtmans tags: core-8-5-branch
2019-07-17
15:38
Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated in C++ (removed in C++1... check-in: f074bda87c user: jan.nijtmans tags: no-register
14:10
I hate YAML. Closed-Leaf check-in: 3b69b46c31 user: dkf tags: travis-windows-debug
12:49
Merge 8.7 check-in: 26d80edf00 user: jan.nijtmans tags: tip-548
11:28
Merge 8.7 check-in: 346af2c0d0 user: jan.nijtmans tags: trunk
11:26
Fix travis build for 3 sections. Also (temporary) disable full-debug build, because it is currently ... check-in: f887c2a03f user: jan.nijtmans tags: core-8-branch
09:31 Ticket [f81beca7af] File upload issue using http::geturl in Tcl contain http-2.9 package status still Open with 3 other changes artifact: 69bfec118e user: alakendu
2019-07-16
11:57
Of course, Cygwin doesn't install a working build environment by default... check-in: f65c1a6ee7 user: dkf tags: travis-windows-debug
09:56
Merge 8.7 check-in: f542b99bf5 user: jan.nijtmans tags: trunk
09:55
Merge 8.6 check-in: 86986913ca user: jan.nijtmans tags: core-8-branch
09:54
Eliminate TclDTraceStr type, only in use with DTrace enabled: It's just the same as "const char *", ... check-in: 50a5729f85 user: jan.nijtmans tags: core-8-6-branch
09:25
Merge 8.7 check-in: 40c2513cb8 user: jan.nijtmans tags: trunk
09:25
Merge 8.6 check-in: 198a3e1ce6 user: jan.nijtmans tags: core-8-branch
09:24
Merge 8.5 check-in: 985140526b user: jan.nijtmans tags: core-8-6-branch
09:23
Add xcode11 to Travis builds. Sort platform/compiler versions from high to low. check-in: 4ad213c717 user: jan.nijtmans tags: core-8-5-branch
09:20
Remove last traces of strtod() function, since it isn't used in Tcl any more. check-in: fac93bf61a user: jan.nijtmans tags: core-8-branch
2019-07-15
15:00
merge 8.6 check-in: 49ff40caae user: dgp tags: core-8-6-10-rc
14:15
Switch to using cygwin; apparently that's expected for our GCC-on-Win builds check-in: 34959b34c4 user: dkf tags: travis-windows-debug
12:21
small amend to [3bec82b72c] (sebres/tclclockmod#18): test cases extended to cover error cases (on am... check-in: 1dd3ce71c5 user: sebres tags: sebres-8-6-clock-speedup-cr2
12:18
Fixes sebres/tclclockmod#18 (Fails to parse short month name for June); The reason for that was the... check-in: 3bec82b72c user: sebres tags: sebres-8-6-clock-speedup-cr2
12:14
Merge pull request sebres/tclclockmod#17 from sebres/simplify-yy-flags

Simplifying info structure, ... check-in: 0f3c1da5c1 user: sebres tags: sebres-8-6-clock-speedup-cr2

12:12
simplifying info-structure, usage of flags etc (normalizing in order to use same flags as by formatt... Closed-Leaf check-in: ad1591d2df user: sebres tags: sebres-8-6-clock-simplify-yy-flags
12:12
**interim** try simplify info-structure (replace yyHave... with flags) check-in: 9e561572c3 user: sebres tags: sebres-8-6-clock-simplify-yy-flags
11:53
merge 8.6 check-in: 61ed10a39b user: sebres tags: sebres-8-6-clock-speedup-cr2
11:34
merge 8.5 check-in: b0795f6138 user: sebres tags: core-8-6-branch
11:33
tests-perf suite: fix several tests expecting different output result (convert result) check-in: 04e4258037 user: sebres tags: core-8-5-branch
11:33 Pending ticket [7d7038d415]: tcl is not LTO ready plus 4 other changes artifact: 6003c2d6a1 user: jan.nijtmans
09:34
Two missing "const" designations, in Dtrace configuration Closed-Leaf check-in: bb63ea12e1 user: jan.nijtmans tags: bug-7d7038d415b345d5
07:49 Ticket [7d7038d415] tcl is not LTO ready status still Open with 5 other changes artifact: 08da3e72b2 user: jan.nijtmans
07:47
Fix [7d7038d415b345d5]: tcl is not LTO ready check-in: 04788c0daf user: jan.nijtmans tags: bug-7d7038d415b345d5
07:15
Fix travis build for xcode 9/10/11 Closed-Leaf check-in: 010407f51d user: jan.nijtmans tags: travis-xcode11
00:08 New ticket [7d7038d415] tcl is not LTO ready. artifact: 62c337dd65 user: kloczek
2019-07-14
09:15 Ticket [f81beca7af] File upload issue using http::geturl in Tcl contain http-2.9 package status still Open with 3 other changes artifact: 7f54f7f839 user: kjnash
09:04
Bugfix for #f81beca7af. Revert mistaken change to -querychannel -translation in library/http/http.tc... check-in: b00e59e558 user: kjnash tags: bug-f81beca7af
2019-07-13
19:38
Create new branch named "bug-f81beca7af" check-in: a4dcf36720 user: kjnash tags: bug-f81beca7af
17:29
Add experimental xcode11 build steps to travis. Also sort different gcc/xcode versions from high to ... check-in: e04fd871fd user: jan.nijtmans tags: travis-xcode11