whenjobs initial version.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 10 Feb 2012 16:47:07 +0000 (16:47 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 18 Feb 2012 17:00:24 +0000 (17:00 +0000)
commit61cad7bbaf63389b520b695eefdd735bc11a8aa6
treea6b3819570f0dd5f7abead2b4ff70f3854bf34d2
parent21298f7a45ee536800be5e771438b01089a5cb2c
whenjobs initial version.
34 files changed:
.gitignore
COPYING [new file with mode: 0644]
Makefile.am
README [new file with mode: 0644]
configure.ac
daemon/Makefile.am
daemon/daemon.ml [new file with mode: 0644]
daemon/daemon.mli [new file with mode: 0644]
daemon/syslog.ml [new file with mode: 0644]
daemon/syslog.mli [new file with mode: 0644]
daemon/syslog_c.c [new file with mode: 0644]
daemon/whenjobsd.ml [new file with mode: 0644]
daemon/whenjobsd.pod [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/config.ml.in [new file with mode: 0644]
lib/flock.c [new file with mode: 0644]
lib/pa_when.ml [new file with mode: 0644]
lib/whenfile.ml [new file with mode: 0644]
lib/whenfile.mli [new file with mode: 0644]
lib/whenlock.ml [new file with mode: 0644]
lib/whenlock.mli [new file with mode: 0644]
lib/whenproto.x [new file with mode: 0644]
lib/whenutils.ml [new file with mode: 0644]
lib/whenutils.mli [new file with mode: 0644]
tests/parsing/Makefile.am [new file with mode: 0644]
tests/parsing/t010_load.ml [new file with mode: 0644]
tests/parsing/t020_simple.ml [new file with mode: 0644]
tests/parsing/t030_jobnames.ml [new file with mode: 0644]
tests/parsing/test_load.ml [new file with mode: 0644]
tools/Makefile.am
tools/tutorial.ml [new file with mode: 0644]
tools/whenjobs.ml [new file with mode: 0644]
tools/whenjobs.pod [new file with mode: 0644]
whenjobs.spec.in [new file with mode: 0644]