Tcl Source Code

Timeline
Login

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

50 ancestors of 8b66d9f360b5d71b

2019-02-13
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-01-26
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
16:37
Update included libtommath to v1.1.0-rc4 check-in: 03dd359fe2 user: jan.nijtmans tags: core-8-branch
16:29
Merge libtommath v1.1.0-rc4 check-in: bca05a73f6 user: jan.nijtmans tags: libtommath-no-stdint.h
16:26
Update to libtommath v1.1.0-rc4 check-in: b7a5d60841 user: jan.nijtmans tags: libtommath
2019-01-21
13:08
fixes creation of libtcl.vfs using links, if ln-command does not support "-t" option (avoids error "... check-in: ab46a3bb2c user: sebres tags: core-8-branch
02:21
avoid additional in-between path-segment "." in zip, some zip-programs (inclusive minizip) will inse... check-in: 17382ed323 user: sebres tags: core-8-branch
01:49
speed up build process (preparing zip - creating of libtcl.vfs/tcl_library directory), use "ln" inst... check-in: 32a303e3d6 user: sebres tags: core-8-branch
2019-01-18
22:44
Merge 8.7 check-in: 69b656c2fa user: jan.nijtmans tags: trunk
22:18
Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use this to produce slight... check-in: 63d377db23 user: jan.nijtmans tags: core-8-branch
2019-01-17
21:38
Slightly more efficient TclGetIntForIndexM macro, compared to previous commit check-in: 863c242747 user: jan.nijtmans tags: core-8-branch
2019-01-16
20:15
Merge 8.7 check-in: 55dbaaaf82 user: jan.nijtmans tags: trunk
19:43
More TIP #502 optimizations and improvements, preparing further for the road to Tcl 9. No longer use... check-in: 171a83b60e user: jan.nijtmans tags: core-8-branch
2019-01-15
12:34
next amend to [3e0a2d99f3]: fixes TclGetIntForIndex for border case of end offset (size_t)-1 if empt... check-in: 8a67f59280 user: sebres tags: trunk
11:38
fixes out-of-range index [string is ... -fail idx ...] on 32-bit platform (should return -1 instead ... check-in: 175e053939 user: sebres tags: trunk
2019-01-14
20:03
merge 8.7 (mingw/win-autoconf build, etc) check-in: d269eeed5d user: sebres tags: trunk
19:59
merge 8.6, conflicts resolved in win/Makefile.in (fixed auto-path and load tcltests for ROOT_DIR/tes... check-in: f051b4e598 user: sebres tags: core-8-branch
19:51
normalize package provide for tcltests 0.1 (declaration moved from pkgIndex.tcl to package source) check-in: d1a1d17e9c user: sebres tags: core-8-6-branch
19:48
fCmd-9.4.a: restore constraint for winXP (mistakenly removed, should replace 8.6th constraint "win20... check-in: 38eca27069 user: sebres tags: core-8-branch
17:04
mingw/win-autoconf build: provide tcltest-executable (for consistency reasons); normalizes loading p... check-in: b35d1cc2ea user: sebres tags: core-8-6-branch
10:00
win: allows testchmod to reset DELETE DACL-mask (repaired several tests winFCmd-6.*, winFCmd-9.3, th... check-in: eca78d8ebb user: sebres tags: core-8-6-branch
08:55
minor optimization: check length instead of content - don't touch other memory (so potentially fewer... check-in: 0d30c65682 user: sebres tags: core-8-6-branch
2019-01-13
15:47
Merge 8.7 check-in: b7639c0e3d user: jan.nijtmans tags: trunk
15:43
Merge 8.6 check-in: 372ad13f77 user: jan.nijtmans tags: core-8-branch
15:37
Slightly simpler test for empty string, still covering all cases. Also prepare testpurebytesobj for ... check-in: e94a8f9c8f user: jan.nijtmans tags: core-8-6-branch
2019-01-11
16:29
provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as new test-facility "testpu... check-in: 1671ba2d5c user: sebres tags: core-8-6-branch
14:35
Fix crash reported by reported by François Vogel related to: [cc1e91552c0ca1817292d951f8c694b28c2b2... check-in: 58c46e74b9 user: jan.nijtmans tags: core-8-6-branch
2019-01-09
10:11
merge 8.7 (regression bug-[cc1e91552c], etc) check-in: 0908eff9e9 user: sebres tags: trunk
10:10
merge 8.6 (regression bug-[cc1e91552c], etc) check-in: f9979ea137 user: sebres tags: core-8-branch
10:01
closes [cc1e91552c]: fixes lrange instruction on empty not canonical list (and acc. within expansion... check-in: 9d24a1b9db user: sebres tags: core-8-6-branch
2019-01-08
18:15
fixed missing dependency in test-cases "*io-60.1" (constraint-related) - missed load of tcltest-libr... check-in: 1688d8f73e user: sebres tags: core-8-6-branch