Differences From Artifact [8f99d96975]:
- File unix/tclUnixInit.c — part of check-in [38b35b5cf5] at 2017-05-04 12:01:23 on branch core-8-5-branch — Cherry-pick/backport [65cc894ac5c24495|65cc894ac5]: fix off-by-one possible buffer overrun when looking for encodings; found by coverity Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already loaded by Cygwin. (user: jan.nijtmans size: 37253) [more...]
To Artifact [967ec2deff]:
- File unix/tclUnixInit.c — part of check-in [978c80ef75] at 2019-08-22 12:19:04 on branch core-8-5-branch — Fix [8566dc22f9]: various spelling fixes in comments (user: jan.nijtmans size: 37253)
| ︙ | |||
397 398 399 400 401 402 403 | 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 | - + | /* *--------------------------------------------------------------------------- * * TclpInitPlatform -- * |
| ︙ |