Overview
Comment: | TUAPI 0.12 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.12 |
Files: | files | file ages | folders |
SHA1: |
32375279e7e72a50ba05782b7e6a4d9b |
User & Date: | rkeene on 2017-09-12 19:42:41 |
Other Links: | manifest | tags |
Context
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 | |
19:41 | Added "adjtime" support check-in: bf927c2247 user: rkeene tags: trunk | |
Changes
Modified test.tcl from [b4d36d4339] to [b64003e320].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | #! /usr/bin/env tclsh puts [exec ./build-dyn.sh] load ./tuapi.so |
︙ | |||
35 36 37 38 39 40 41 | 35 36 37 38 39 40 41 42 | - + | puts "\t[string trim $secondline]" if {[info exists ifaceinfo(hwaddr)]} { puts "\tether $ifaceinfo(hwaddr)" } } #tuapi::syscall::route add 1.2.3.4 255.255.255.255 |
Modified tuapi.c from [6f7b792413] to [5e4b9d11e4].
︙ | |||
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" ); |