Differences From Artifact [67c1c97325]:
- File unix/tclLoadDyld.c — part of check-in [c5d4ba510a] at 2023-07-20 16:22:24 on branch tip-657 — Make "cd" encoding-error-aware (user: jan.nijtmans size: 20107) [more...]
To Artifact [5c56b6c928]:
- File unix/tclLoadDyld.c — part of check-in [e85a6745f5] at 2023-11-02 17:00:55 on branch tip-657 — Merge main (user: oehhar size: 20115) [more...]
| ︙ | |||
414 415 416 417 418 419 420 | 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 | - + |
#endif /* TCL_DYLD_USE_NSMODULE */
}
Tcl_DStringFree(&ds);
if (errMsg && (interp != NULL)) {
Tcl_SetObjResult(interp, Tcl_ObjPrintf(
"cannot find symbol \"%s\": %s", symbol, errMsg));
Tcl_SetErrorCode(interp, "TCL", "LOOKUP", "LOAD_SYMBOL", symbol,
|
| ︙ |