Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
30 check-ins using file win/configure version 1a07ba2452
|
2019-12-13
| ||
| 15:12 | Fix Travis build for MSVC Debug mode check-in: 39d0472241 user: jan.nijtmans tags: core-8-6-branch | |
|
2019-12-12
| ||
| 21:02 | Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, through TIP #538 check-in: 23016a5299 user: jan.nijtmans tags: core-8-6-branch | |
|
2019-12-10
| ||
| 13:16 | Fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtf. Also add test-cases for more corner-cases. check-in: 9792eb9013 user: jan.nijtmans tags: core-8-6-branch | |
| 12:45 | amend to [2cf1202807]: find the hooks in tcltest namespace only check-in: 3272744f81 user: sebres tags: core-8-6-branch | |
|
2019-12-09
| ||
| 19:36 | Attempt to fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtf Closed-Leaf check-in: 3e0a616f7e user: jan.nijtmans tags: bug-5f236bc67a | |
| 10:40 | merge 8.5 (timing issue avoidance, skip test in runtime feature) check-in: d111987dbe user: sebres tags: core-8-6-branch | |
| 10:26 | tcltest: hook enhancements rewritten backwards compatible now, reverts [0067db1bbf], [0f3d6f90f0], [... check-in: 2cf1202807 user: sebres tags: core-8-6-branch | |
| 10:02 | Fix [abd4abedd2]: Failed to build tk 8.6.10 with cross compile check-in: c7f3f1fd70 user: jan.nijtmans tags: core-8-6-branch | |
| 09:59 | Add special handling of lower surrogate to UtfToUtfProc(), so valgrind should't complain in that sit... check-in: b0688e52b1 user: jan.nijtmans tags: core-8-6-branch | |
|
2019-12-08
| ||
| 16:33 | Fix Valgrind problem reported as follow-up in [fc4393e9b0]. Since it happens only for TCL_UTF_MAX>3 ... check-in: 62c2c904c3 user: jan.nijtmans tags: core-8-6-branch | |
|
2019-12-07
| ||
| 18:23 | Fix 2 test-cases, which were failing when TCL_UTF_MAX=6. Add UTF_MAX=6 UNIX build to Travis as proof... check-in: e61a50d32a user: jan.nijtmans tags: core-8-6-branch | |
|
2019-12-06
| ||
| 14:35 | Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same content as in the core-8... check-in: 9cd9b0463a user: jan.nijtmans tags: core-8-6-branch | |
| 13:43 | Fix some test-cases when Tcl is compiled with -DTCL_UTF_MAX=6. Not officially supported but used by ... check-in: edce885a5c user: jan.nijtmans tags: core-8-6-branch | |
|
2019-12-04
| ||
| 12:54 | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but used by Androwish. Also alp... check-in: 8c8980b3c9 user: jan.nijtmans tags: core-8-6-branch | |
| 12:53 | Use the right encoding when converting (Unicode) messages regarding socket errors on Windows. Some c... check-in: b388e8bd4f user: jan.nijtmans tags: core-8-6-branch | |
|
2019-12-03
| ||
| 19:24 | Add build using gcc and TCL_UTF_MAX=4 to Travis build. Not officially supported but used by Androwis... check-in: 6a18f40447 user: jan.nijtmans tags: core-8-6-branch | |
| 13:20 | Fix encoding-15.6 testacase for TCL_UTF_MAX=6, due to changes escape sequences for upper/lower surro... check-in: 0e661df5bb user: jan.nijtmans tags: core-8-6-branch | |
| 12:27 | Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow surrogates in \U?????? ... check-in: 60fab362ce user: jan.nijtmans tags: core-8-6-branch | |
|
2019-12-02
| ||
| 22:04 | Add tcltest::CleanupTest to make it easier to customize behaviour. check-in: 0067db1bbf user: pooryorick tags: core-8-6-branch | |
| 20:26 | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they appear as one 4-byte UTF-8... check-in: 43032d7ba3 user: jan.nijtmans tags: core-8-6-branch | |
| 10:49 | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release. check-in: 10f3f9e47b user: jan.nijtmans tags: core-8-6-branch | |
| 10:48 | More eol-spacing check-in: e0f1e61cd9 user: jan.nijtmans tags: core-8-6-branch | |
| 10:47 | Eliminate unneccessary eol-spacing from documentation. check-in: 4690f45491 user: jan.nijtmans tags: core-8-6-branch | |
|
2019-12-01
| ||
| 19:45 | Add tcltest::EvalTest to make it easier to customize behaviour. check-in: 0f3d6f90f0 user: pooryorick tags: core-8-6-branch | |
| 13:48 | Fix tcltest::SetupTest added in previous commit. check-in: b8be012969 user: pooryorick tags: core-8-6-branch | |
| 11:59 | add tcltest::SetupTest to make it easier to customize the -setup step of a test check-in: 375a566d22 user: pooryorick tags: core-8-6-branch | |
|
2019-11-29
| ||
| 12:27 | Add some new test-cases involving e.g. Unicode 11. Backported from Tcl 8.7a3 check-in: 19b294baa3 user: jan.nijtmans tags: core-8-6-branch | |
|
2019-11-28
| ||
| 12:53 | Enhance rules.vc like already done in other configure scripts: Determine HAVE_STDINT_H/HAVE_INTTYPES... check-in: 74a066a0b3 user: jan.nijtmans tags: core-8-6-branch | |
| 11:35 | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7). Also fix installation of opt0.4 as done by makef... check-in: a669c8de33 user: jan.nijtmans tags: core-8-6-branch | |
|
2019-11-27
| ||
| 10:25 | Merge 8.5 check-in: ca372c7c7e user: jan.nijtmans tags: core-8-6-branch | |