Tcl Source Code

Timeline
Login

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

50 ancestors of 76fa1ad734df55f9

2019-02-13
21:24
Merge trunk through 2019-02-01 check-in: 76fa1ad734 user: dgp tags: dgp-refactor
21:14
Merge trunk through 2019-01-26 check-in: 8b66d9f360 user: dgp tags: dgp-refactor
20:14
Merge trunk through 2019-01-25 check-in: 495691b47d user: dgp tags: dgp-refactor
18:14
Merge trunk through 2019-01-24 check-in: 2b8ce74f70 user: dgp tags: dgp-refactor
2019-02-07
20:31
Merge trunk through 2019-01-18. check-in: b31474d208 user: dgp tags: dgp-refactor
20:01
Merge and resolve trunk through 2018-12-26. check-in: 1c70fddfe1 user: dgp tags: dgp-refactor
19:47
Merge and resolve trunk through 2018-12-11. check-in: 4ca780b968 user: dgp tags: dgp-refactor
2019-02-01
20:36
Another (big) round of int -> size_t enhancements. So Tcl can handle string >2GiB in more places. check-in: 8534448b44 user: jan.nijtmans tags: trunk
20:02
merge-mark check-in: f3582be384 user: jan.nijtmans tags: core-8-branch
20:00
Update libtommath to latest stable release (1.1.0) check-in: c01ea30c19 user: jan.nijtmans tags: core-8-6-branch
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: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
22:43
Merge 8.7 check-in: 5b549164d8 user: jan.nijtmans tags: trunk
22:42
fix [f559bbde4e]: TclInt.h: tclUnixPort.h:162:13: fatal error: ../compat/unistd.h: No such file or d... check-in: 34f124f2b8 user: jan.nijtmans tags: core-8-branch
22:35
Merge 8.7 check-in: a75e7b0b83 user: jan.nijtmans tags: trunk
22:23
Make TclIsPureByteArray() a macro, since it's only doing a single compare. Other internal simplifica... check-in: d4a22bc563 user: jan.nijtmans tags: core-8-branch
21:08
Merge 8.6 check-in: 90fc02235a user: jan.nijtmans tags: core-8-branch
21:01
Fix [0238027108]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation error check-in: b970ae4ac5 user: jan.nijtmans tags: core-8-6-branch
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
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-28
22:20
Fix for [f559bbde4e] (even though that's not really a bug) Closed-Leaf check-in: 52f9377326 user: jan.nijtmans tags: bug-f559bbde4e
22:05
Merge 8.7 check-in: acbbb06fbe user: jan.nijtmans tags: trunk
22:03
Merge libtommath v1.1.0 check-in: 8782e17385 user: jan.nijtmans tags: core-8-branch
21:54
Merge libtommath v1.1.0 check-in: 4b5052a655 user: jan.nijtmans tags: libtommath-no-stdint.h
21:53
Update to libtommath v1.1.0 check-in: bd4b5c0520 user: jan.nijtmans tags: libtommath
21:47
Merge 8.7 check-in: 08dd3497f1 user: jan.nijtmans tags: trunk
21:34
New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. But ... don't use this fun... check-in: d3ed67412e user: jan.nijtmans tags: core-8-branch
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-26
20:58
Remove unnecessary inclusion of tclPort.h in tclIntDecls.h check-in: b165111b9e user: pooryorick tags: core-8-6-branch
17:32
Merge 8.7 check-in: 2d39bcaeac user: jan.nijtmans tags: trunk
17:08
Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is always addressed with uns... check-in: 6d7fdfa9fa user: jan.nijtmans tags: core-8-branch
16:50
Replace isspace() -> TclIsSpaceProc() _everywhere_. Change TclIsSpaceProc() and TclIsBareWord so i... check-in: c5ecf0e01e user: jan.nijtmans tags: core-8-6-branch
2019-01-25
14:17
Do not assume that literals have a non-NULL bytes field; user code could purge it. check-in: e29db71895 user: dkf tags: core-8-branch
13:58
Do not assume that literals have a non-NULL bytes field; user code could purge it. check-in: a82dbd61c9 user: dkf tags: core-8-6-branch
13:43
Do not assume that literals have a non-NULL bytes field; user code could purge it. check-in: da7b45afb4 user: dkf tags: core-8-5-branch
13:27
merge 8.7 check-in: 782eff18c4 user: sebres tags: trunk
13:05
renumeration of test check-in: 31dd092df4 user: sebres tags: core-8-branch
13:03
more tests for INST_EXPON: base -1, big exponent (odd/even). check-in: 792ac5cd29 user: sebres tags: core-8-branch
12:45
More simplifications in tclExecute.c (INST_EXPON), much more and well-arranged branching of wide/big... check-in: 238bd4d2c0 user: sebres tags: core-8-branch
2019-01-24
20:50
Fix handling of 'a'/'A' in previous commit: Sinze TclGetByteArrayFromObj is a macro evaluating its a... check-in: 3b04e31a96 user: jan.nijtmans tags: trunk
20:10
Another round of int -> size_t modifications, so strings > 2Gb are handled correctly on 64-bit platf... check-in: 0c0ff65606 user: jan.nijtmans tags: trunk
2019-01-22
21:44
One more libtommath function, mp_tc_div_2d, which simplifies code. Some more code readability improv... check-in: e8e92eb381 user: jan.nijtmans tags: core-8-branch
18:09
Many simplifications in tclExecute.c, now that libtommath provides new functions mp_tc_and, mp_tc_or... check-in: c5c83014d6 user: jan.nijtmans tags: core-8-branch
16:57
Merge 8.6 check-in: e47078ef6d user: jan.nijtmans tags: core-8-branch
16:52
Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't support this anymore check-in: 5f09219d79 user: jan.nijtmans tags: core-8-6-branch