Tcl Source Code

Check-in [1df1b22fad]
Login

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

Overview
Comment:Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: 1df1b22fad1a33fbca20c7616c179cdc8c68cd88afd8acba6920ffc49d381627
User & Date: jan.nijtmans 2019-03-08 21:27:42.298
Context
2019-03-10
20:18
re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 new utility functions. ... check-in: 9eb437a15d user: jan.nijtmans tags: core-8-branch
2019-03-08
22:51
Merge 8.7 check-in: fe02c8898e user: jan.nijtmans tags: trunk
21:27
Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it. check-in: 1df1b22fad user: jan.nijtmans tags: core-8-branch
19:54
Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions are macro's currently, bu... check-in: 0d77fb2374 user: jan.nijtmans tags: core-8-branch
19:51
Code cleanup: less (size_t) casts closed check-in: ab3bc46fe1 user: jan.nijtmans tags: utf-max-6
Changes
Unified Diff Side-by-Side Diff Patch
Changes to .travis.yml.
Changes to generic/regcomp.c.
Changes to generic/regexec.c.
Changes to generic/tclEncoding.c.
Changes to generic/tclMain.c.
Changes to generic/tclStubInit.c.
Changes to generic/tclUtf.c.
Changes to generic/tclUtil.c.
Changes to tests/encoding.test.
Changes to win/tclWinFile.c.