Overview
| Comment: | Post-release version increment |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
0115d84b2bb945d9b3481406f98c6586 |
| User & Date: | rkeene on 2017-09-12 19:43:37.320 |
| Other Links: | manifest | tags |
Context
|
2024-03-05
| ||
| 20:44 | Merge in bug fixes for TSMF check-in: 48f82833d5 user: rkeene tags: trunk | |
| 20:04 | Create new branch named "bug/tsmf-bug-fixes" check-in: e3b90d3c3e user: rkeene tags: bug/tsmf-bug-fixes | |
|
2017-09-12
| ||
| 19:43 | Post-release version increment check-in: 0115d84b2b user: rkeene tags: trunk | |
| 19:42 | TUAPI 0.12 check-in: 32375279e7 user: rkeene tags: 0.12, trunk | |
Changes
Modified tuapi.c
from [5e4b9d11e4]
to [80d5a89597].
| ︙ | |||
3344 3345 3346 3347 3348 3349 3350 | 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 | - + |
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"
);
|