Differences From Artifact [c2f1ad3be2]:
- File unix/tclUnixInit.c — part of check-in [bf06e36b25] at 2018-05-22 20:53:24 on branch core-8-branch — Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF (user: jan.nijtmans size: 29877) [more...]
To Artifact [92eb643b88]:
- File unix/tclUnixInit.c — part of check-in [99d5f9c948] at 2019-07-04 06:54:24 on branch cplusplus — Experiment: compile Tcl with C++ compiler. WIP (user: jan.nijtmans size: 29885)
| ︙ | |||
535 536 537 538 539 540 541 | 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 | - + |
}
}
Tcl_DStringFree(&buffer);
*encodingPtr = Tcl_GetEncoding(NULL, NULL);
str = TclGetString(pathPtr);
*lengthPtr = pathPtr->length;
|
| ︙ |