Tcl Source Code

Check-in [650574e0fb]
Login

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

Overview
Comment:Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work on win32/win64. Patch adapted from Androwish (thanks, Werner!)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | utf-max-6
Files: files | file ages | folders
SHA3-256: 650574e0fb7d77106daffa8e4853a6a509e2409120803f6faa3bcdfaf187ac0b
User & Date: jan.nijtmans 2019-03-07 22:02:41.342
Context
2019-03-08
19:51
Code cleanup: less (size_t) casts closed check-in: ab3bc46fe1 user: jan.nijtmans tags: utf-max-6
2019-03-07
22:02
Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work on win32/win64. Patch ad... check-in: 650574e0fb user: jan.nijtmans tags: utf-max-6
21:59
Fix gcc compiler warning check-in: c6f4b50fbf user: jan.nijtmans tags: core-8-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to .travis.yml.
Changes to generic/tclEncoding.c.
Changes to generic/tclMain.c.
Changes to generic/tclUtf.c.
Changes to generic/tclUtil.c.
Changes to generic/tclZipfs.c.
Changes to tests/encoding.test.
Changes to win/tclWinFile.c.