Differences From Artifact [5ee0d76582]:
- File kitsh/buildsrc/kitsh-0.0/pwb.c — part of check-in [9315fecb01] at 2010-09-26 04:37:13 on branch trunk — Added kitsh code (user: rkeene, size: 1160) [annotate] [blame] [check-ins using]
To Artifact [d3bbfc6849]:
- File kitdll/buildsrc/kitdll-0.0/pwb.c — part of check-in [381f0a779a] at 2010-09-30 05:43:45 on branch trunk — Added missing file from previous commit (user: rkeene, size: 1026) [annotate] [blame] [check-ins using]
- File kitsh/buildsrc/kitsh-0.0/pwb.c — part of check-in [719fef74cb] at 2010-09-26 04:45:48 on branch trunk — Updated to use Tcl_FindExecutable() to set executable path (user: rkeene, size: 1026) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - - - | { if (objc == 1) { Tcl_SetObjResult(interp, TclGetLibraryPath()); } else { Tcl_Obj *path=Tcl_DuplicateObj(objv[1]); TclSetLibraryPath(Tcl_NewListObj(1,&path)); TclpSetInitialEncodings(); |
︙ |