summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Pat Thoyts [Mon, 8 Dec 2008 01:17:36 +0000 (01:17 +0000)]
tms: updated the nmake build files and fixed the demo to run on vista
The mailslot enumerator may need to handle permissions issues - we should
be able to enumerate our own mailslots but there may be others without read
access whhich we must handle.
Fnotify needs nicer failure handling (eg for non-existent paths)
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Pat Thoyts [Sun, 7 Dec 2008 23:05:41 +0000 (23:05 +0000)]
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.