[root]/owfs/module/swig/tcl
example
(2 files, 76 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 80 (100.0%) | 4113 (100.0%) | 51.4 |
| oskin | 25 (31.3%) | 3403 (82.7%) | 136.1 |
| d1mag | 40 (50.0%) | 508 (12.4%) | 12.7 |
| tkkasse | 2 (2.5%) | 159 (3.9%) | 79.5 |
| alfille | 12 (15.0%) | 43 (1.0%) | 3.5 |
| peterk | 1 (1.3%) | 0 (0.0%) | 0.0 |
x64_86 support (tested on RHEL & Fedora)
2 lines of code changed in 1 file:
Fix a memory leak in tcl-module.
7 lines of code changed in 1 file:
Some changes to cross-compile owtcl on Asus routers.
10 lines of code changed in 2 files:
Fix many 1-line if-statements without braces.
4 lines of code changed in 1 file:
Remove all example/$(wildcard *.pl) since there are lots of warnings on many systems.
2 lines of code changed in 1 file:
Add set_error_level and set_error_print to owcapi, and make it useable from swig/tcl-module.
65 lines of code changed in 1 file:
Add test for sem.h and semaphore.h.
Added EXTRACFLAGS which contains misc options while compiling, such as
-D_FILE_OFFSET_BITS=64, -D_XOPEN_SOURCE=500 and -pg
2 lines of code changed in 1 file:
Return "\n".
3 lines of code changed in 1 file:
Indent all .c and .h files with code_format-script.
284 lines of code changed in 3 files:
pn.dev becomes pn.selected_device
2 lines of code changed in 1 file:
moved from pn.ft to pn.selected_filetype for clarity
2 lines of code changed in 1 file:
Fix compilation on x86_64 platforms
1 lines of code changed in 1 file:
Fix MacOSX compilation
5 lines of code changed in 1 file:
Fix tcl-module for MacOSX.
16 lines of code changed in 1 file:
If you want to change the owtcl-version, change it on both place.
1 lines of code changed in 1 file:
Bug fixed: "Unknown Error 4294967295" was reported by OW::put on any error code owlib returned.
Bug fixed: "permission denied" (EPERM) was reported by OW::init, OW::get, and OW::isdir on any error code owlib returned.
Improvement: The OW:... commands now properly set Tcl's errorCode variable on error. Usually, these look like OWTCL ENOENT {no such file or directory}.
As these changes may brake legacy code checking for the old buggy error messages, owtcl version has been changed to 0.2.
159 lines of code changed in 2 files:
Add owtap to configure.ac
1 lines of code changed in 1 file:
Link owshell without libpthread since it doesn't need it.
4 lines of code changed in 1 file:
Add all examples to dist
2 lines of code changed in 1 file:
Fix from Matthias Urlichs for tcl library path
3 lines of code changed in 1 file:
Add some more files to the dist
2 lines of code changed in 1 file:
Lots of Makefile changes to compile clean on MacOSX.
3 lines of code changed in 1 file:
Update more cvsignore files
1 lines of code changed in 1 file:
owtcl bug fix
7 lines of code changed in 1 file:
Add more search paths... Needed for fox-compilation
4 lines of code changed in 1 file:
Update some more .cvsignore files.
6 lines of code changed in 1 file:
Fix some errors in last transaction changes, and an "incompatible pointer" in ow.c
4 lines of code changed in 1 file:
owtcl powered by owcapi
71 lines of code changed in 3 files:
Added system/configuration
More stray global vars placed in Global structure
4 lines of code changed in 1 file:
Suppress con owtcl compiler warnings.
15 lines of code changed in 1 file:
Fix compilation problem when tcl isn't found.
3 lines of code changed in 1 file:
fixing compiler warnings. Get rid of "-Wconvert" and check const and signed definitions
3 lines of code changed in 1 file:
Change the compilation flags... those are read from owfs_config.h instead.
1 lines of code changed in 1 file:
Add more default paths to tcl-installation
7 lines of code changed in 1 file:
Fix runtime-paths to owtcl and add example.
27 lines of code changed in 3 files:
Big change -- Improved filesize algorithm, eliminate ServerSize.
Also change read to use PresenceCheck to find the right bus, rather than reading them all.
Same change to write
Use server_mode flag to signal server vs all other invokation of libow.
remove file ow_size
3 lines of code changed in 1 file:
Fix compilation problem for Ubunto and cleaning up the makefiles.
Add owfs-devel and owfs-owcapi rpm's.
Add example-code for owcapi.
3 lines of code changed in 1 file:
Change @RM@ in makefiles.
Install two include files from now on... owfs_config.h and owcapi.h
src/include/config.h contain autogenerated configuration instead of owfs_config.h.
All *.h and *.c is updated to #include <config.h> which is normal behavior.
2 lines of code changed in 1 file:
PID changes -- now a separate flag for programs that shouldn't go in to background themselves. Hooks for setting pid file in owfs.
2 lines of code changed in 1 file:
Un-embedding dir, read, write.
Get rid of "stateinfo" structure.
1 lines of code changed in 1 file:
(21 more)