Initial revision
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 17 Jun 2005 13:11:36 +0000 (13:11 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 17 Jun 2005 13:11:36 +0000 (13:11 +0000)
commit78326ff3175dab18e92b3794f4ce682ebe4cd9ea
treebf0295a83f7f1b1c4a9b5b9068c46e2f5433477a
Initial revision
23 files changed:
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
configure [new file with mode: 0755]
configure.in [new file with mode: 0755]
demos/Fmonitor.tcl [new file with mode: 0644]
generic/tclFileMonitor.c [new file with mode: 0644]
generic/tclFileMonitor.h [new file with mode: 0644]
license.terms [new file with mode: 0644]
tclconfig/ChangeLog [new file with mode: 0644]
tclconfig/README.txt [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/filemonitor.test [new file with mode: 0644]
unix/tclUnixFileMonitor.c [new file with mode: 0644]
unix/tclUnixFileMonitorKQ.c [new file with mode: 0644]
win/Filemonitor.dsp [new file with mode: 0644]
win/Filemonitor.rc [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/tclWinFileMonitor.c [new file with mode: 0644]