Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2019-11-05 16:37:52.
|
2019-11-09
| ||
| 20:04 | Merge 8.7 check-in: 9842ce2a85 user: jan.nijtmans tags: trunk | |
| 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 | |
| 20:09 | Fix travis build win32, 32-bit mingw check-in: 0a0c3437e1 user: jan.nijtmans tags: digit-bit-60 | |
| 15:57 | Merge 8.6 check-in: 9b19022f67 user: jan.nijtmans tags: core-8-branch | |
| 15:32 | Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_init_u64/mp_init_ul/mp_i... check-in: d3a6a928bf user: jan.nijtmans tags: core-8-6-branch | |
| 11:44 | Merge 8.7 check-in: d01b6ba893 user: jan.nijtmans tags: trunk | |
| 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 | |
| 07:58 | For long/wide "scans"'s of negative numbers, but scanned as unsigned, generate binary representation... check-in: ea950e9e42 user: jan.nijtmans tags: core-8-6-branch | |
|
2019-11-07
| ||
| 15:39 | Merge 8.7 check-in: 0c78b48a01 user: jan.nijtmans tags: cplusplus | |
| 14:58 | Merge 8.6 Closed-Leaf check-in: a62ec1cfee user: jan.nijtmans tags: fix-scan-no-stringrep | |
| 14:57 | merge-mark check-in: efdcc25a5d user: jan.nijtmans tags: core-8-branch | |
| 14:56 | Make mp_mul(a,a,c) equivalent to mp_sqr(a,c). Optimization backported from libtommath. check-in: d6e20fa0aa user: jan.nijtmans tags: core-8-6-branch | |
| 14:37 | Merge 8.7 check-in: 831293c74c user: jan.nijtmans tags: trunk | |
| 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 | |
| 08:46 | Merge trunk check-in: 21ab7a880f user: jan.nijtmans tags: novem | |
| 08:41 | Silence MSVC C4090 warnings when using ckrealloc(). Also make sure that Tcl itself doesn't use ckall... check-in: ebf63c1e7d user: jan.nijtmans tags: trunk | |
|
2019-11-06
| ||
| 22:33 | Merge trunk check-in: df21432b3e user: jan.nijtmans tags: novem | |
| 22:30 | Silence MSVC C4090 warnings when using ckfree() in certain situations. Problem reported by fvogel. check-in: 2f9287a8c9 user: jan.nijtmans tags: trunk | |
| 22:18 | Twice ckfree() -> Tcl_Free() check-in: 67ba072ad8 user: jan.nijtmans tags: trunk | |
| 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 | |
| 13:25 | Fix tclScan.c, not generating a string representation any more with unsigned wideints and unsigned l... check-in: 4c57a08f2e user: jan.nijtmans tags: fix-scan-no-stringrep | |
| 12:34 | Fix tclScan.c, not generating a string representation any more with unsigned wideints check-in: ea2c3fd303 user: jan.nijtmans tags: cplusplus | |
| 09:29 | A few post-1.2.0 commits, extracted from support/1.x branch check-in: 55620f8d6f user: jan.nijtmans tags: libtommath | |
|
2019-11-05
| ||
| 16:37 | More WIP: All makefile builds appear to work fine, makefile.vc build still to be done. check-in: a5a9540010 user: jan.nijtmans tags: digit-bit-60 | |
|
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 | |
| 12:08 | Merge trunk Closed-Leaf check-in: 79eacb20e2 user: jan.nijtmans tags: libtommath-with-stdint | |
| 12:03 | Fix travis build on Windows (tweak to configure script was made on purpose, to workaround a bug in a... check-in: 492c14b8a2 user: jan.nijtmans tags: core-8-6-10-rc | |
| 08:39 | • Edit [3b09ba4861e65ab4|3b09ba4861]: Edit check-in comment. artifact: b8037a294c user: jan.nijtmans | |
| 08:37 | • Edit [0dd430544f882ff3|0dd430544f]: Change branch background color to "#ffff00". artifact: 4d48ba50ee user: jan.nijtmans | |
|
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 | |
| 10:10 | Make ioapi.c and minizip.c build on Windows (for someone who would want to) check-in: c8aa0d5bbe user: jan.nijtmans tags: core-8-6-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 | |
| 08:46 | • Closed ticket [b2b14f0bb5]: tcltest::test documents an -errorCode option, but this is not implemented plus 5 other changes artifact: e96fc92011 user: jan.nijtmans | |
| 08:45 | • Closed ticket [d57df4c79f]: debian patches plus 7 other changes artifact: e2956c9a9f user: jan.nijtmans | |
|
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.7 check-in: 09ac35dcc9 user: jan.nijtmans tags: trunk | |
| 11:16 | Merge 8.6 check-in: 25c44a1f04 user: jan.nijtmans tags: core-8-branch | |
| 11:14 | Merge 8.5 check-in: b87aa25811 user: jan.nijtmans tags: core-8-6-branch | |
| 11:13 | More patches from Debian check-in: d28158ba7d user: jan.nijtmans tags: core-8-5-branch | |
| 10:59 | Merge 8.7 check-in: 622a4c21ed user: jan.nijtmans tags: trunk | |
| 10:15 | Merge 8.6 check-in: 7792d04f74 user: jan.nijtmans tags: core-8-branch | |
| 10:05 | 8.5 -> 8.6 check-in: a61b04c090 user: jan.nijtmans tags: core-8-6-branch | |
| 09:56 | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches check-in: fffee9b44c user: jan.nijtmans tags: core-8-6-branch | |
| 09:31 | Fix [https://core.tcl-lang.org/tk/tktview/056f9e85dc|056f9e85dc]: debian patches check-in: 38d2c7a19b user: jan.nijtmans tags: core-8-5-branch | |
|
2019-10-30
| ||
| 22:53 | Merge trunk check-in: 6529a95bc9 user: jan.nijtmans tags: libtommath-with-stdint | |