Differences From Artifact [c90bf21356]:
- File win/tclWinConsole.c — part of check-in [2c8f3c4653] at 2020-03-09 16:13:11 on branch core-8-branch — TCL_UNUSED for win sources. (user: dgp size: 44741) [more...]
To Artifact [799a350075]:
- File win/tclWinConsole.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: 44737) [more...]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | /* * tclWinConsole.c -- * * This file implements the Windows-specific console functions, and the * "console" channel driver. * |
| ︙ |