Timeline
Not logged in

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

34 check-ins using file generic/tclInt.h version 05212abc74

2019-11-15
13:05
Merge 8.6 check-in: 9d071d36b1 user: jan.nijtmans tags: core-8-branch
10:09
Merge 8.6. Also fix the use of WUR (warn unused result) in libtommath function signatures: this can... check-in: 47580c36fd user: jan.nijtmans tags: core-8-branch
2019-11-14
20:07
merge 8.6 check-in: e0c7160849 user: sebres tags: core-8-branch
14:48
Merge 8.6 check-in: 4af9b4a67a user: jan.nijtmans tags: core-8-branch
2019-11-13
18:24
merge 8.7 check-in: cd634aeb14 user: dgp tags: core-8-7-a3-rc
17:32
More work on changes. check-in: 34e23e75bc user: dgp tags: core-8-7-a3-rc
16:02
Merge 8.6 check-in: f8a70ae387 user: jan.nijtmans tags: core-8-branch
12:38
Merge 8.6 check-in: 1572d9bdb5 user: jan.nijtmans tags: core-8-branch
09:08
Merge 8.6 check-in: 7ba9d1af8e user: jan.nijtmans tags: core-8-branch
2019-11-11
20:51
Merge 8.6 check-in: d8c5530e62 user: jan.nijtmans tags: core-8-branch
2019-11-09
19:39
Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead of the legacy TclBNInitB... check-in: ffa4e7a35d user: jan.nijtmans tags: core-8-branch
2019-11-08
21:56
Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead of the legacy TclBNInitB... Closed-Leaf check-in: 3188db3003 user: jan.nijtmans tags: libtommath-cleanup
15:57
Merge 8.6 check-in: 9b19022f67 user: jan.nijtmans tags: core-8-branch
15:11
Start updates to changes check-in: 90b21061b1 user: dgp tags: core-8-7-a3-rc
09:01
Merge 8.6. Add support for libtommath's mp_set_ll() function, since that's the replacement for the ... check-in: 4d1f47dcd2 user: jan.nijtmans tags: core-8-branch
2019-11-07
18:36
added removal of timeout-event in cleanup of io-44.6 (can bother followed tests), removed unneeded c... check-in: a62c53b7b7 user: sebres tags: core-8-branch
16:40
Rewrite comments in tclIOUtil.c check-in: 0ab8f36155 user: pooryorick tags: core-8-branch
15:09
merge 8.7 check-in: de6ff74610 user: dgp tags: core-8-7-a3-rc
14:57
merge-mark check-in: efdcc25a5d user: jan.nijtmans tags: core-8-branch
13:56
Deprecate mp_div_3(): Will be private function in future libtommath, not used in Tcl. Deprecate mp_s... check-in: 08927861fe user: jan.nijtmans tags: core-8-branch
2019-11-06
23:10
merge 8.6 check-in: 1ddfdc7c09 user: sebres tags: core-8-branch
20:41
Rewrite documentation of IO subsystem. check-in: e756ae681a user: pooryorick tags: core-8-branch
14:35
Merge 8.7. Add files missing from distribution. check-in: 28e86efc87 user: dgp tags: rc1, core-8-7-a3-rc
14:07
Add tcl/library/manifest.txt to the distribution produced by `make dist` check-in: 993aad672d user: dgp tags: core-8-branch
13:34
Move tclOOScript.tcl from the generic to the tools directory, so "make dist" can pick it up. Reporte... check-in: 15d8fa615a user: jan.nijtmans tags: core-8-branch
2019-11-05
17:52
Bump release date check-in: b53d0fea13 user: dgp tags: rc0, core-8-7-a3-rc
17:51
merge 8.7 check-in: 1bbb75a558 user: dgp tags: core-8-7-a3-rc
2019-11-01
10:11
Merge 8.6 check-in: f9cf5c9a97 user: jan.nijtmans tags: core-8-branch
08:55
Change references to mp_digit into unsigned int, everywhere in tclTomMath.decls. It's the same, but ... check-in: c6b55e949e user: jan.nijtmans tags: core-8-branch
2019-10-31
14:28
Fix generic\tclStubInit.c(139): warning C4098: 'TclBN_mp_set': 'void' function returning a value Closed-Leaf check-in: 5d7fb19b76 user: jan.nijtmans tags: libtommath-no-mp_digit
12:58
Merge 8.7 check-in: 23038a2f98 user: jan.nijtmans tags: libtommath-no-mp_digit
2019-10-30
09:20
More tweaks, hopefully fixing the Travis build check-in: 04981e03c1 user: jan.nijtmans tags: libtommath-no-mp_digit
2019-10-29
23:22
More tweaks check-in: 73794dc997 user: jan.nijtmans tags: libtommath-no-mp_digit
23:07
WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. This make libtommath's API i... check-in: ee9d2a86da user: jan.nijtmans tags: libtommath-no-mp_digit