Differences From Artifact [5d107fd93d]:
- File tuapi.c — part of check-in [59157f7f93] at 2017-01-10 21:23:54 on branch trunk — Fixed "setuid" to not return in failure when it succeeds (user: rkeene, size: 82254) [annotate] [blame] [check-ins using]
To Artifact [1378de3da1]:
- File tuapi.c — part of check-in [a8f2f386e6] at 2017-01-10 21:29:24 on branch trunk — TUAPI 0.8 (user: rkeene, size: 82254) [annotate] [blame] [check-ins using]
︙ | |||
3235 3236 3237 3238 3239 3240 3241 | 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 | - + | Tcl_ObjSetVar2(interp, Tcl_NewStringObj("::tuapi::const::HOST_NAME_MAX", -1), NULL, Tcl_NewWideIntObj(HOST_NAME_MAX), TCL_GLOBAL_ONLY); /* Create high-level user functions */ Tcl_Eval(interp, #include "tuapi.tcl.h" ); |