tms: Tcl Message System experimental project - initial import.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 7 Dec 2008 23:05:41 +0000 (23:05 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 7 Dec 2008 23:05:41 +0000 (23:05 +0000)
commit13e010f98679278d22b29b51696e6e272cf2675a
tree41a8d798719dba7666227964ca4e3d32e136c7fa
tms: Tcl Message System experimental project - initial import.
  This is an experiment to try creating a general subsystem for
  handling message oriented protocols in Tcl. So far this includes
  Windows support for mailslots and the file notification API.
29 files changed:
Makefile.in [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
configure.in [new file with mode: 0644]
demos/demo.tcl [new file with mode: 0644]
generic/bgeval.c [new file with mode: 0644]
generic/config.c [new file with mode: 0644]
generic/subsystem.c [new file with mode: 0644]
generic/tms.c [new file with mode: 0644]
generic/tms.decls [new file with mode: 0644]
generic/tms.h [new file with mode: 0644]
generic/tmsDecls.h [new file with mode: 0644]
generic/tmsInt.h [new file with mode: 0644]
generic/tmsPlatDecls.h [new file with mode: 0644]
generic/tmsStubInit.c [new file with mode: 0644]
generic/tmsStubLib.c [new file with mode: 0644]
tclconfig/install-sh [new file with mode: 0644]
tclconfig/tcl.m4 [new file with mode: 0644]
tests/all.tcl [new file with mode: 0644]
tests/mailslot.test [new file with mode: 0644]
tools/genStubs.tcl [new file with mode: 0644]
win/makefile.vc [new file with mode: 0644]
win/nmakehlp.c [new file with mode: 0644]
win/rules.vc [new file with mode: 0644]
win/tms.rc [new file with mode: 0644]
win/tmsWinFNotify.c [new file with mode: 0644]
win/tmsWinHandle.c [new file with mode: 0644]
win/tmsWinInit.c [new file with mode: 0644]
win/tmsWinInt.h [new file with mode: 0644]
win/tmsWinMailslot.c [new file with mode: 0644]