Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2019-11-09 20:25:16.
|
2019-11-13
| ||
| 16:01 | Make tclWinFile compile warningless using -DTCL_UTF_MAX=6 (not officially supported, but used by And... check-in: f234a19c16 user: jan.nijtmans tags: core-8-6-branch | |
| 15:59 | Don't install tommath_class.h and tommath_superclass.h on Windows any more by makefile.vc. Those are... check-in: 47ab025374 user: jan.nijtmans tags: core-8-6-branch | |
| 14:25 | • Closed ticket [d433c0e0ad]: TCL_UTF_MAX == 4 problems plus 5 other changes artifact: 04c41202c6 user: jan.nijtmans | |
| 13:50 | Merge 8.7 check-in: 899f2e117e user: jan.nijtmans tags: trunk | |
| 12:39 | • Ticket [d433c0e0ad] TCL_UTF_MAX == 4 problems status still Pending with 3 other changes artifact: 9c486b5da7 user: jan.nijtmans | |
| 12:38 | Merge 8.6 check-in: 1572d9bdb5 user: jan.nijtmans tags: core-8-branch | |
| 12:37 | Part 2 of bugfix [d433c0e0ad]: TCL_UTF_MAX == 4 problems check-in: e377ac273f user: jan.nijtmans tags: core-8-6-branch | |
| 09:24 | Merge 8.7 check-in: fd8cd8bea1 user: jan.nijtmans tags: trunk | |
| 09:21 | • Ticket [d433c0e0ad] TCL_UTF_MAX == 4 problems status still Pending with 3 other changes artifact: 3ed9242a56 user: jan.nijtmans ... 1 similar event omitted. | |
| 09:08 | Merge 8.6 check-in: 7ba9d1af8e user: jan.nijtmans tags: core-8-branch | |
| 09:07 | Fix TIP #389 implementation, bug [d433c0e0ad]: TCL_UTF_MAX == 4 problems. Thanks to Christian Werner... check-in: b5633ba3bd user: jan.nijtmans tags: core-8-6-branch | |
| 08:16 | Fix compiler warning when compiling with -DTCL_UTF_MAX=4 or 6 check-in: 2e3855d62e user: jan.nijtmans tags: core-8-6-branch | |
| 07:52 | • Ticket [d433c0e0ad] TCL_UTF_MAX == 4 problems status still Open with 5 other changes artifact: 4eb5c62f06 user: jan.nijtmans | |
|
2019-11-12
| ||
| 22:06 | try to install libtommath 1.2.0 through homebrew on MacOS check-in: faf55f671f user: jan.nijtmans tags: digit-bit-60 | |
| 12:11 | Merge 8.7. Finish implementation. check-in: e221cdc084 user: jan.nijtmans tags: digit-bit-60 | |
|
2019-11-11
| ||
| 20:52 | Merge trunk check-in: c5c5a94711 user: jan.nijtmans tags: novem | |
| 20:52 | Merge 8.7 check-in: 4d4f9941f1 user: jan.nijtmans tags: trunk | |
| 20:51 | Merge 8.6 check-in: d8c5530e62 user: jan.nijtmans tags: core-8-branch | |
| 20:50 | Use <inttypes.h> header-file on windows when available, just as on UNIX check-in: d2da3fa813 user: jan.nijtmans tags: core-8-6-branch | |
| 16:32 | On win32, include <inttypes.h> if available, just as on UNIX. Disable compiler warning C4244 on all... check-in: 52ebc80e61 user: jan.nijtmans tags: core-8-5-branch | |
| 16:19 | Merge 8.7 check-in: d3aea608ed user: jan.nijtmans tags: utf-max | |
| 14:26 | Merge 8.7 check-in: be8ec92abb user: jan.nijtmans tags: digit-bit-60 | |
|
2019-11-09
| ||
| 20:39 | Merge 8.7 check-in: 90a1a23f37 user: jan.nijtmans tags: cplusplus | |
| 20:25 | Merge trunk check-in: 20d90bfc72 user: jan.nijtmans tags: novem | |
| 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 | |