Differences From Artifact [252802bef6]:
- File win/tclWinSerial.c — part of check-in [ef2427283a] at 2020-09-28 10:39:50 on branch core-8-branch — Merge 8.6 (user: jan.nijtmans size: 60169) [more...]
To Artifact [2e35f536a2]:
- File win/tclWinSerial.c — part of check-in [4254aa305b] at 2020-12-08 15:31:15 on branch core-8-branch — Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet (user: jan.nijtmans size: 60165) [more...]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | /* * tclWinSerial.c -- * * This file implements the Windows-specific serial port functions, and * the "serial" channel driver. * |
| ︙ |