Differences From Artifact [1cbeb15f9b]:
- File win/cat.c — part of check-in [50a7f8cea5] at 2012-03-15 08:33:40 on branch private — x (user: jan.nijtmans size: 593) [more...]
To Artifact [5d7cbdee19]:
- File win/cat.c — part of check-in [0d1e989a11] at 2019-07-26 12:43:46 on branch core-8-5-branch — Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/jobs/562935948]. Also, use _read/_write on Windows whenever possible, as read/write is deprecated there. (user: jan.nijtmans size: 603) [more...]
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + - + - + |
main(void)
{
char buf[1024];
int n;
const char *err;
while (1) {
|