Timeline
Not logged in

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

38 check-ins using file win/Makefile.in version c75f6b4cbf

2019-11-15
09:41
Protect additional Tcl_UtfToUniChar() call, for the case when not enough bytes are available in the ... check-in: 9e1589c192 user: jan.nijtmans tags: core-8-6-branch
2019-11-14
19:58
merge 8.5 check-in: ac3c057355 user: sebres tags: core-8-6-branch
19:30
fixes bug [135804138e] check-in: 0107393da7 user: sebres tags: core-8-6-branch
19:22
restore verification for deleted interp Closed-Leaf check-in: 7e22d4ecf6 user: sebres tags: bug-135804138e
17:41
make oo-7.10 test more readable check-in: d8d28e562b user: sebres tags: bug-135804138e
17:06
fixed SF [135804138e] -- no call of next possible after object namespace is deleted check-in: c9e01c1cdc user: sebres tags: bug-135804138e
17:04
bug [135804138e]: test case illustrating the segfault check-in: 1b14cba0a8 user: sebres tags: bug-135804138e
14:01
Better - more complete - fix for [d433c0e0ad]: TCL_UTF_MAX == 4 problems. It allows emoji to be prod... check-in: 8a640c771e user: jan.nijtmans tags: core-8-6-branch
2019-11-13
18:11
merge 8.6 check-in: 9f6ddb37fa user: dgp tags: core-8-6-10-rc
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
12:37
Part 2 of bugfix [d433c0e0ad]: TCL_UTF_MAX == 4 problems check-in: e377ac273f user: jan.nijtmans tags: core-8-6-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
2019-11-11
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
2019-11-08
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
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
14:58
Merge 8.6 Closed-Leaf check-in: a62ec1cfee user: jan.nijtmans tags: fix-scan-no-stringrep
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
12:05
EBADFD may be undeclared on some systems (use EMFILE as fallback) Closed-Leaf check-in: 8f266c55ff user: sebres tags: bug-c6897e6e6a
2019-11-06
23:08
merge 8.5 check-in: 76450daf3e user: sebres tags: core-8-6-branch
17:12
small amend: adds new define CHECK_FD_SETSIZE_LIMIT to control prevention against violation of FD_SE... check-in: c2d030bb31 user: sebres tags: bug-c6897e6e6a
14:51
first shot of proper fix for [c6897e6e6a] + test cases covering both situations: * 2.14 - no free ... check-in: 001f178818 user: sebres tags: bug-c6897e6e6a
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
2019-11-05
14:15
Bump release date to Nov 21 check-in: 6169333860 user: dgp tags: rc1, core-8-6-10-rc
14:03
try to fix [c6897e6e6a]: unix/TcpAccept seems to ignore accepting errors silently, so it entering bu... check-in: 56620b4bd5 user: sebres tags: bug-c6897e6e6a
2019-11-04
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
2019-11-03
02:25
Updates from `make dist` check-in: 4ebae3069d user: dgp tags: core-8-6-10-rc
02:17
Fix test failures with -singleproc 1 testing check-in: 067bf929fb user: dgp tags: core-8-6-10-rc
2019-11-02
17:40
bump release date check-in: 788241733a user: dgp tags: core-8-6-10-rc
17:38
merge 8,6 check-in: 4336cf7305 user: dgp tags: core-8-6-10-rc
2019-11-01
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
2019-10-31
11:14
Merge 8.5 check-in: b87aa25811 user: jan.nijtmans tags: core-8-6-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
2019-10-30
20:33
Change mp_isodd() (back) from libtommath stub entry to macro. libtommath changed it back to macro to... check-in: 228f1b7dc7 user: jan.nijtmans tags: core-8-6-branch
2019-10-22
23:01
Update "make dist" for libtommath 1.2.0: TOMMATH_SRCS check-in: dd302d9d06 user: jan.nijtmans tags: core-8-6-branch
10:38
Update to latest libtommath, version 1.2.0 check-in: 779cd87bdc user: jan.nijtmans tags: core-8-6-branch