Overview
Comment: | Post-release version increment |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5a4e7494148b3badbfb11bef6a69bf0b |
User & Date: | rkeene on 2016-06-22 19:28:53 |
Other Links: | manifest | tags |
Context
2016-09-28
| ||
15:17 | Added basic USAGE document check-in: 6b127c7938 user: rkeene tags: trunk | |
2016-06-22
| ||
19:28 | Post-release version increment check-in: 5a4e749414 user: rkeene tags: trunk | |
19:27 | TUAPI 0.6 check-in: bad649153c user: rkeene tags: 0.6, trunk | |
Changes
Modified tuapi.c from [d22c0577e8] to [c4f2028e1f].
︙ | |||
3194 3195 3196 3197 3198 3199 3200 | 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 | - + | 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" ); |