Differences From Artifact [62e4ee548f]:
- File unix/tclUnixInit.c — part of check-in [a4fd5b790b] at 2017-05-04 12:28:44 on branch trunk — merge core-8-6-branch (user: jan.nijtmans size: 30139) [more...]
To Artifact [6ca94a76fd]:
- File unix/tclUnixInit.c — part of check-in [b59ef9e0d8] at 2017-12-15 21:27:14 on branch core-8-branch — Revert a few more (int -> size_t) transitions, which could effect extensions (such as Itcl 3.4) which use internal Tcl header files. Better wait until 9.0 for this. What we _can_ do is change some (internal) fields to 'unsigned': that doubles the epoch range without further danger. Thanks, Don, for pointing this out! (user: jan.nijtmans size: 30145) [more...]
| ︙ | |||
449 450 451 452 453 454 455 | 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 | - + |
*
*-------------------------------------------------------------------------
*/
void
TclpInitLibraryPath(
char **valuePtr,
|
| ︙ |