Overview
| Comment: | Post-release version increment |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
3d130feb5fc28c58e7b527eea57049fa |
| User & Date: | rkeene on 2014-10-25 03:34:36.526 |
| Other Links: | manifest | tags |
Context
|
2014-10-25
| ||
| 04:35 | Updated to install KitCreator module into correctly named directory check-in: 9a06656e8e user: rkeene tags: trunk | |
| 03:34 | Post-release version increment check-in: 3d130feb5f user: rkeene tags: trunk | |
| 03:34 | TUAPI 0.2 check-in: c6c611cebe user: rkeene tags: 0.2, trunk | |
Changes
Modified tuapi.c
from [e3478d2f6e]
to [4c88734079].
| ︙ | |||
2614 2615 2616 2617 2618 2619 2620 | 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 | - + |
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"
);
|