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

	* autogen.sh: Add autoheader pass to make config.h.in.

	* configure.ac: Add endian check required by byte-order.c.

	* byte-order.c: Update from common for error corrections.

	* jack.clock.1: Clarify /jck_ru description.

	* jack.clock.c: Fix so that the _tk sent on receipt of a _ru
	request is send directly to the requesting client only. 

	* byte-order.c: Fix 64bit hton and ntoh variants.

	* send_osc.c: Fix preamble/postamble argument mismatch at _tk.
	Add test for this case to postamble that causes a failure.

	* osc.c: Write osc_print_packet for debug use. 

	* byte-order.c: Add const qualifiers where appropriate.  Fix
	recently introduced error that defined hton32 and ntoh32
	incorrectly.

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

	* jack.clock.c: Add the JACK frame counter to the information send
	in a /jck_tk packet.  Add a /jck_ru request to send a /jck_tk
	packet on demand.

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

	* byte-order.c: Create file and move hton variants here.  Rewrite
	to generate a cleaner set of procedures.

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

	* jack.clock.1: Fix introductory paragraph.

	* osc.c: Create file and implement correct OSC packet
	identification.

	* network.c: Write macros for generating complete set of network
	conversion routines.  This has the advantage that everything is
	correct, see the test suite at sw-25, and the disadvantage that
	everything is defined and typos go undetected.

	* rsc-client.scm: Delete file, implement proper support at RSC.

	* jack.clock.c: Add fps to /jck_st message.  Add /jck_fc message
	and required infrastructure.  Change name of measure change to
	/jck_mc and export both numerator and denominator.

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

	* rsc-client.scm: Create file and add add printout client.

2004-01-14  Rohan Drape  <rohan@alice.localdomain>

	* jack.clock.c: Add OSC packet send infrastructure.

	* .cvsignore: Add file.

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

	* jack.clock.c: Create file and implement infrastructure.  Initial
	version writes text to stdout.

