2004-01-17  Rohan Drape  <rohan@henri.localdomain>

	* file.c: Update stat variant constructor.  Delete unused
	procedures.

2004-01-15  Rohan Drape  <rohan@henri.localdomain>

	* jack.plumbing.c: Create jack.c and file.c and move common
	procedures to correct locations.

2003-12-29  Rohan Drape  <rohan@henri.localdomain>

	* regex.c: Create file and move xreg* procedures here.

2003-12-29  Rohan Drape  <rohan@alice.localdomain>

	* jack.plumbing.c: Add error checking for regex compilation,
	previously these led to SEGV.

2003-12-27  Rohan Drape  <rohan@alice.localdomain>

	* jack.plumbing.1: Create file and write as a variant of the
	ANNOUNCE file.

	* jack.plumbing.c: Implement proper syntax for rule set file, as
	described in the original announce file.

2003-12-22  Rohan Drape  <rohan@henri.localdomain>

	* jack.plumbing.c: Implement subexpression matching for rule-sets.
	This allows rules to be written that manage connections between
	matching port numbers at source and destination easily.  The
	implementation is fragile, write rules carefully.  The regression
	is that this requires compiling the RHS of the match pair during
	the rule processing, though this could be optimized to only effect
	patterns with a substitution.

2003-12-21  Rohan Drape  <rohan@henri.localdomain>

	* configure.ac: Create file and move to autoconf.  Create also
	autogen.sh, Makefile.am and jack.plumbing.1.

