Directory owfs/module/swig/tcl/

Directory Created:
2005-01-20 10:44
Total Files:
7
Deleted Files:
0
Lines of Code:
3304

Browse with ViewVC

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

Lines of Code

owfs/module/swig/tcl/ Lines of Code

Developers

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

Most Recent Commits

oskin 2008-10-20 08:36 Rev.: 1.28

x64_86 support (tested on RHEL & Fedora)

2 lines of code changed in 1 file:

d1mag 2008-09-12 07:22 Rev.: 1.30

Fix a memory leak in tcl-module.

7 lines of code changed in 1 file:

  • owfs/module/swig/tcl: ow.c (+7 -4)
d1mag 2008-09-10 11:03

Some changes to cross-compile owtcl on Asus routers.

10 lines of code changed in 2 files:

d1mag 2008-06-18 10:05 Rev.: 1.29

Fix many 1-line if-statements without braces.

4 lines of code changed in 1 file:

  • owfs/module/swig/tcl: ow.c (+4 -4)
d1mag 2008-06-12 09:24 Rev.: 1.26

Remove all example/$(wildcard *.pl) since there are lots of warnings on many systems.

2 lines of code changed in 1 file:

d1mag 2008-06-12 05:39 Rev.: 1.28

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:

  • owfs/module/swig/tcl: ow.c (+65 -1)
d1mag 2008-04-02 16:09 Rev.: 1.25

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:

oskin 2008-02-15 01:58 Rev.: 1.5

Return "\n".

3 lines of code changed in 1 file:

d1mag 2008-01-30 07:15

Indent all .c and .h files with code_format-script.

284 lines of code changed in 3 files:

alfille 2007-09-19 21:49 Rev.: 1.26

pn.dev becomes pn.selected_device

2 lines of code changed in 1 file:

  • owfs/module/swig/tcl: ow.c (+2 -2)
alfille 2007-09-19 21:22 Rev.: 1.25

moved from pn.ft to pn.selected_filetype for clarity

2 lines of code changed in 1 file:

  • owfs/module/swig/tcl: ow.c (+2 -2)
d1mag 2007-09-10 01:53 Rev.: 1.6

Fix compilation on x86_64 platforms

1 lines of code changed in 1 file:

  • owfs/module/swig/tcl: tcl.m4 (+1 -1)
d1mag 2007-09-09 14:39 Rev.: 1.24

Fix MacOSX compilation

5 lines of code changed in 1 file:

d1mag 2007-09-08 08:34 Rev.: 1.23

Fix tcl-module for MacOSX.

16 lines of code changed in 1 file:

d1mag 2007-07-20 15:41 Rev.: 1.3

If you want to change the owtcl-version, change it on both place.

1 lines of code changed in 1 file:

tkkasse 2007-07-20 10:46

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:

d1mag 2007-07-17 13:01 Rev.: 1.22

Add owtap to configure.ac

1 lines of code changed in 1 file:

d1mag 2007-06-18 00:45 Rev.: 1.21

Link owshell without libpthread since it doesn't need it.

4 lines of code changed in 1 file:

d1mag 2007-06-05 03:39 Rev.: 1.20

Add all examples to dist

2 lines of code changed in 1 file:

alfille 2007-05-22 13:36 Rev.: 1.19

Fix from Matthias Urlichs for tcl library path

3 lines of code changed in 1 file:

d1mag 2007-03-25 14:08 Rev.: 1.18

Add some more files to the dist

2 lines of code changed in 1 file:

d1mag 2007-01-05 04:23 Rev.: 1.17

Lots of Makefile changes to compile clean on MacOSX.

3 lines of code changed in 1 file:

d1mag 2006-12-29 09:13 Rev.: 1.3

Update more cvsignore files

1 lines of code changed in 1 file:

oskin 2006-12-05 05:57 Rev.: 1.23

owtcl bug fix

7 lines of code changed in 1 file:

  • owfs/module/swig/tcl: ow.c (+7 -3)
d1mag 2006-12-01 05:46 Rev.: 1.5

Add more search paths... Needed for fox-compilation

4 lines of code changed in 1 file:

  • owfs/module/swig/tcl: tcl.m4 (+4 -1)
d1mag 2006-10-31 07:31 Rev.: 1.2

Update some more .cvsignore files.

6 lines of code changed in 1 file:

alfille 2006-09-07 20:57 Rev.: 1.22

Fix some errors in last transaction changes, and an "incompatible pointer" in ow.c

4 lines of code changed in 1 file:

  • owfs/module/swig/tcl: ow.c (+4 -2)
oskin 2006-09-06 09:26

owtcl powered by owcapi

71 lines of code changed in 3 files:

alfille 2006-08-27 22:04 Rev.: 1.20

Added system/configuration
More stray global vars placed in Global structure

4 lines of code changed in 1 file:

  • owfs/module/swig/tcl: ow.c (+4 -5)
alfille 2006-08-27 10:45 Rev.: 1.19

Suppress con owtcl compiler warnings.

15 lines of code changed in 1 file:

  • owfs/module/swig/tcl: ow.c (+15 -4)
d1mag 2006-06-26 04:40 Rev.: 1.4

Fix compilation problem when tcl isn't found.

3 lines of code changed in 1 file:

  • owfs/module/swig/tcl: tcl.m4 (+3 -2)
alfille 2006-06-16 08:32 Rev.: 1.15

fixing compiler warnings. Get rid of "-Wconvert" and check const and signed definitions

3 lines of code changed in 1 file:

d1mag 2006-06-06 06:40 Rev.: 1.14

Change the compilation flags... those are read from owfs_config.h instead.

1 lines of code changed in 1 file:

d1mag 2006-06-01 15:22 Rev.: 1.3

Add more default paths to tcl-installation

7 lines of code changed in 1 file:

  • owfs/module/swig/tcl: tcl.m4 (+7)
d1mag 2006-06-01 09:10

Fix runtime-paths to owtcl and add example.

27 lines of code changed in 3 files:

alfille 2006-05-27 21:01 Rev.: 1.17

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:

  • owfs/module/swig/tcl: ow.c (+3 -3)
d1mag 2006-05-24 08:39 Rev.: 1.12

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:

d1mag 2006-05-17 09:15 Rev.: 1.16

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:

  • owfs/module/swig/tcl: ow.c (+2 -1)
alfille 2006-04-25 18:46 Rev.: 1.15

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:

  • owfs/module/swig/tcl: ow.c (+2 -3)
alfille 2006-04-19 21:55 Rev.: 1.14

Un-embedding dir, read, write.
Get rid of "stateinfo" structure.

1 lines of code changed in 1 file:

  • owfs/module/swig/tcl: ow.c (+1 -5)

(21 more)

Generated by StatCVS 0.6.0