From: Mark Wooding Date: Fri, 10 Mar 2006 00:28:09 +0000 (+0000) Subject: Expunge revision histories. X-Git-Url: https://git.distorted.org.uk/~mdw/jog/commitdiff_plain/fc68367d2a863d41d11032fa1a6e92708c379f5f Expunge revision histories. --- diff --git a/Makefile.am b/Makefile.am index 722c767..61e6ce8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,19 +25,6 @@ ## along with Jog; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -##----- Revision history ---------------------------------------------------- -## -## $Log: Makefile.am,v $ -## Revision 1.3 2002/02/02 19:15:46 mdw -## All the new audio stuff. -## -## Revision 1.2 2002/01/30 09:28:06 mdw -## New header file. -## -## Revision 1.1 2002/01/25 19:34:45 mdw -## Initial revision -## - AUTOMAKE_OPTIONS = foreign SUBDIRS = sounds diff --git a/acconfig.h b/acconfig.h index 1e538a6..4d8a1cc 100644 --- a/acconfig.h +++ b/acconfig.h @@ -26,17 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: acconfig.h,v $ - * Revision 1.2 2002/02/02 19:16:13 mdw - * Add tracing options and compiled-in paths. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - #ifndef ACCONFIG_H #define ACCONFIG_H diff --git a/au.c b/au.c index 5c90186..0c573b2 100644 --- a/au.c +++ b/au.c @@ -26,18 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: au.c,v $ - * Revision 1.2 2002/02/02 22:43:50 mdw - * Provide a decent interface for finding out about the audio cache and - * configuring its capacity. - * - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/au.h b/au.h index 891bdf4..2262f1a 100644 --- a/au.h +++ b/au.h @@ -26,18 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: au.h,v $ - * Revision 1.2 2002/02/02 22:43:50 mdw - * Provide a decent interface for finding out about the audio cache and - * configuring its capacity. - * - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - #ifndef AU_H #define AU_H diff --git a/auerr.c b/auerr.c index e003afd..4af9683 100644 --- a/auerr.c +++ b/auerr.c @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: auerr.c,v $ - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/auerr.h b/auerr.h index bbc15d6..22ef659 100644 --- a/auerr.h +++ b/auerr.h @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: auerr.h,v $ - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - #ifndef AUERR_H #define AUERR_H diff --git a/aunum.c b/aunum.c index 4c3cc95..774fb27 100644 --- a/aunum.c +++ b/aunum.c @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: aunum.c,v $ - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/aunum.h b/aunum.h index c05599d..c771239 100644 --- a/aunum.h +++ b/aunum.h @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: aunum.h,v $ - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - #ifndef AU_NUM_H #define AU_NUM_H diff --git a/ausys-fake.c b/ausys-fake.c index 121cb79..1c733d8 100644 --- a/ausys-fake.c +++ b/ausys-fake.c @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: ausys-fake.c,v $ - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/ausys-sdl.c b/ausys-sdl.c index d4d6dcf..84afa0f 100644 --- a/ausys-sdl.c +++ b/ausys-sdl.c @@ -26,17 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: ausys-sdl.c,v $ - * Revision 1.2 2002/02/02 22:43:17 mdw - * Remove bogus debugging. Reduce output buffer size for faster response. - * - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/ausys-win32.c b/ausys-win32.c index 22670e3..74e86fa 100644 --- a/ausys-win32.c +++ b/ausys-win32.c @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: ausys-win32.c,v $ - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/ausys.h b/ausys.h index d228bbc..6946990 100644 --- a/ausys.h +++ b/ausys.h @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: ausys.h,v $ - * Revision 1.1 2002/02/02 19:16:28 mdw - * New audio subsystem. - * - */ - #ifndef AUSYS_H #define AUSYS_H diff --git a/configure.in b/configure.in index beabd76..d70c88e 100644 --- a/configure.in +++ b/configure.in @@ -25,16 +25,6 @@ dnl You should have received a copy of the GNU General Public License dnl along with Jog; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -dnl ----- Revision history -------------------------------------------------- -dnl -dnl $Log: configure.in,v $ -dnl Revision 1.2 2002/02/02 19:20:36 mdw -dnl Fetch SDL. Define configurable paths. -dnl -dnl Revision 1.1 2002/01/25 19:34:45 mdw -dnl Initial revision -dnl - AC_INIT(rxglue.c) AM_INIT_AUTOMAKE(jog, 1.0.0) AM_CONFIG_HEADER(config.h) diff --git a/err.c b/err.c index e34b555..4ae730e 100644 --- a/err.c +++ b/err.c @@ -26,17 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: err.c,v $ - * Revision 1.2 2002/02/02 19:16:46 mdw - * New audio subsystem. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/err.h b/err.h index 8de0800..658b5ef 100644 --- a/err.h +++ b/err.h @@ -26,17 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: err.h,v $ - * Revision 1.2 2002/02/02 19:16:46 mdw - * New audio subsystem. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - #ifndef ERR_H #define ERR_H diff --git a/jog.h b/jog.h index ce9ff89..ace6b86 100644 --- a/jog.h +++ b/jog.h @@ -26,17 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: jog.h,v $ - * Revision 1.2 2002/02/02 19:16:57 mdw - * New audio subsystem. - * - * Revision 1.1 2002/01/30 09:27:38 mdw - * New global header file, declares trace codes. - * - */ - #ifndef JOG_H #define JOG_H diff --git a/main.c b/main.c index 19f40fa..f78746d 100644 --- a/main.c +++ b/main.c @@ -26,20 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: main.c,v $ - * Revision 1.3 2002/02/02 19:21:53 mdw - * New audio subsystem. - * - * Revision 1.2 2002/01/30 09:27:55 mdw - * Parse tracing options on the command-line. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/rxglue.c b/rxglue.c index 75e0f96..c1b83d1 100644 --- a/rxglue.c +++ b/rxglue.c @@ -26,27 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: rxglue.c,v $ - * Revision 1.4 2002/02/02 22:43:50 mdw - * Provide a decent interface for finding out about the audio cache and - * configuring its capacity. - * - * Revision 1.3 2002/02/02 19:17:41 mdw - * New audio subsystem. - * - * Revision 1.2 2002/01/30 09:22:48 mdw - * Use memory-allocation functions provided by the REXX interpreter. - * Now that configuration can be applied after initialization, allow - * @txconf@ to set parameters. Make @txsend@ add a newline to its output, - * unless forbidden. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/rxglue.h b/rxglue.h index ee9ad09..4331af9 100644 --- a/rxglue.h +++ b/rxglue.h @@ -26,14 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: rxglue.h,v $ - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - #ifndef RXGLUE_H #define RXGLUE_H diff --git a/serial.c b/serial.c index b7294b0..468580c 100644 --- a/serial.c +++ b/serial.c @@ -26,19 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: serial.c,v $ - * Revision 1.2 2002/01/30 09:23:58 mdw - * Follow new transport configuration interface. Add parameters for flow - * control. Break the format into separate parameters for independent - * configuration. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ #include diff --git a/serial.h b/serial.h index bac1a96..c21fc09 100644 --- a/serial.h +++ b/serial.h @@ -26,19 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: serial.h,v $ - * Revision 1.2 2002/01/30 09:23:58 mdw - * Follow new transport configuration interface. Add parameters for flow - * control. Break the format into separate parameters for independent - * configuration. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - #ifndef SERIAL_H #define SERIAL_H diff --git a/sounds/Makefile.m4 b/sounds/Makefile.m4 index 5fae265..02c6b4d 100644 --- a/sounds/Makefile.m4 +++ b/sounds/Makefile.m4 @@ -25,16 +25,6 @@ ## along with Jog; if not, write to the Free Software Foundation, ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -##----- Revision history ---------------------------------------------------- -## -## $Log: Makefile.m4,v $ -## Revision 1.2 2002/02/02 19:23:06 mdw -## Don't distribute the text samples. Generating them is too easy. -## -## Revision 1.1 2002/02/02 19:18:01 mdw -## Construct text `samples' automatically. -## - AUTOMAKE_OPTIONS = foreign changecom diff --git a/tx-serial-unix.c b/tx-serial-unix.c index 8360c80..c4e9c5f 100644 --- a/tx-serial-unix.c +++ b/tx-serial-unix.c @@ -26,20 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: tx-serial-unix.c,v $ - * Revision 1.3 2002/02/02 19:17:33 mdw - * Missing header. - * - * Revision 1.2 2002/01/30 09:24:24 mdw - * Restructure for new transport configuration interface. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/tx-serial-unix.h b/tx-serial-unix.h index e9abc39..e555b32 100644 --- a/tx-serial-unix.h +++ b/tx-serial-unix.h @@ -26,18 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: tx-serial-unix.h,v $ - * Revision 1.2 2002/01/30 09:25:15 mdw - * Modify for new transport configuration. Set PowerJog parameters as the - * default. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - #ifndef TX_SERIAL_UNIX_H #define TX_SERIAL_UNIX_H diff --git a/tx-socket.c b/tx-socket.c index 394b8b6..9ff385b 100644 --- a/tx-socket.c +++ b/tx-socket.c @@ -26,17 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: tx-socket.c,v $ - * Revision 1.2 2002/01/30 09:25:35 mdw - * Minor modifications for the transport configuration change. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/tx-socket.h b/tx-socket.h index 17e5c5a..b1b6f95 100644 --- a/tx-socket.h +++ b/tx-socket.h @@ -26,20 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: tx-socket.h,v $ - * Revision 1.3 2002/02/02 19:17:25 mdw - * Use configurable path. - * - * Revision 1.2 2002/01/30 09:25:35 mdw - * Minor modifications for the transport configuration change. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - #ifndef TX_SOCKET_H #define TX_SOCKET_H diff --git a/txport.c b/txport.c index 8d68bdd..1d35c64 100644 --- a/txport.c +++ b/txport.c @@ -26,20 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: txport.c,v $ - * Revision 1.2 2002/01/30 09:27:10 mdw - * Transport configuration overhaul. Configuration string is now a list of - * `;'-separated `key=value' strings, which can be handled either by the - * core or the transport module. The newline character(s) are a core - * parameter now. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H diff --git a/txport.h b/txport.h index 7a2e62b..92d4032 100644 --- a/txport.h +++ b/txport.h @@ -26,20 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: txport.h,v $ - * Revision 1.2 2002/01/30 09:27:10 mdw - * Transport configuration overhaul. Configuration string is now a list of - * `;'-separated `key=value' strings, which can be handled either by the - * core or the transport module. The newline character(s) are a core - * parameter now. - * - * Revision 1.1 2002/01/25 19:34:45 mdw - * Initial revision - * - */ - #ifndef TXPORTSW_H #define TXPORTSW_H