Timeline
Not logged in

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

46 check-ins using file unix/configure.ac version fb25e34137

2019-11-22
04:10
Merged rc file VERSIONINFO fixes check-in: 488929f620 user: apnadkarni tags: core-8-branch
2019-11-21
19:16
merge 8.6 check-in: ea8a17f0af user: sebres tags: core-8-branch
2019-11-18
20:38
Merge 8.6 check-in: bb6ac7218a user: jan.nijtmans tags: core-8-branch
14:40
Some code cleanup. Build with zlib dll on Win32 when using makefile.vc (shared-build only) check-in: d83d101308 user: jan.nijtmans tags: utf-max
2019-11-17
19:47
Merge 8.7 check-in: acbfa8fc49 user: jan.nijtmans tags: tip-468
13:39
Merge 8.7. Unbreak travis build with TCL_UTF_MAX=3 check-in: ecae4a1bda user: jan.nijtmans tags: utf-max
2019-11-15
20:11
merge 8.6 check-in: 68aa2bb49b user: dgp tags: core-8-branch
15:19
Merge 8.7 check-in: 6013bbbb99 user: jan.nijtmans tags: utf-max
14:35
Backout [b5c1404365f53fe0], removing TclFreeObj() is a step too far for 8.7 check-in: e7da58aea6 user: jan.nijtmans tags: core-8-branch
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
16:11
Merge 8.7 check-in: d962ec5f05 user: jan.nijtmans tags: utf-max
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
16:19
Merge 8.7 check-in: d3aea608ed user: jan.nijtmans tags: utf-max
2019-11-09
20:39
Merge 8.7 check-in: 90a1a23f37 user: jan.nijtmans tags: cplusplus
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
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:43
merge core-8-branch Closed-Leaf check-in: 50670df35e user: pooryorick tags: bug-bcd1004104
16:40
Rewrite comments in tclIOUtil.c check-in: 0ab8f36155 user: pooryorick tags: core-8-branch
15:39
Merge 8.7 check-in: 0c78b48a01 user: jan.nijtmans tags: cplusplus
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
22:47
Remove changes due to improper application of patch. check-in: 40a75d8a9b user: pooryorick tags: bug-bcd1004104
22:16
merge core-8-branch check-in: dbe6128ec5 user: pooryorick tags: bug-bcd1004104
20:41
Rewrite documentation of IO subsystem. check-in: e756ae681a user: pooryorick tags: core-8-branch
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
12:34
Fix tclScan.c, not generating a string representation any more with unsigned wideints check-in: ea2c3fd303 user: jan.nijtmans tags: cplusplus
2019-11-04
12:10
Merge 8.7 check-in: d6202cc2c7 user: jan.nijtmans tags: cplusplus
12:10
Merge 8.7 check-in: faa210ccb0 user: jan.nijtmans tags: utf-max
2019-11-01
16:15
Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible accordingly (still WIP) check-in: 3833635e32 user: jan.nijtmans tags: digit-bit-60
11:25
Re-base to core-8-branch check-in: 0dd430544f user: jan.nijtmans tags: digit-bit-60
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
11:16
Merge 8.6 check-in: 25c44a1f04 user: jan.nijtmans tags: core-8-branch