chiark / gitweb /
Expunge revision histories.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 10 Mar 2006 00:28:09 +0000 (00:28 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 10 Mar 2006 00:28:09 +0000 (00:28 +0000)
28 files changed:
Makefile.am
acconfig.h
au.c
au.h
auerr.c
auerr.h
aunum.c
aunum.h
ausys-fake.c
ausys-sdl.c
ausys-win32.c
ausys.h
configure.in
err.c
err.h
jog.h
main.c
rxglue.c
rxglue.h
serial.c
serial.h
sounds/Makefile.m4
tx-serial-unix.c
tx-serial-unix.h
tx-socket.c
tx-socket.h
txport.c
txport.h

index 722c76751a1574953717cab6735987edd357cb24..61e6ce8ce653977f7d82fac91bfbace889c81975 100644 (file)
 ## 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
index 1e538a67043c78cc54b5441fc26fed2340074ef3..4d8a1cc2532c459bdfbb9630ed178ccbae24b5cd 100644 (file)
  * 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 5c90186df89fdb2849dcb23bf1a3844c04c119ba..0c573b2593c6d162af220d465bc3ab06937b91e8 100644 (file)
--- a/au.c
+++ b/au.c
  * 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 891bdf4af6333a93a2a1f2a59da91cbb0d1d54c9..2262f1a2de51c6f642107565b2a3f191d8b8dab9 100644 (file)
--- a/au.h
+++ b/au.h
  * 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 e003afd4d12b9d87442631ed39f5bd394eef779b..4af968337e7a2e057e1988f3b36b0ece09c66dd8 100644 (file)
--- a/auerr.c
+++ b/auerr.c
  * 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 bbc15d644286b8e97873fc0b9a09a42009d00ef2..22ef659e4e629a0000679e478ca036fa94dbb2a4 100644 (file)
--- a/auerr.h
+++ b/auerr.h
  * 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 4c3cc95db6431180f3b4153397e14731ae7c7f1a..774fb27a1a29504f232284c0738ed2bdb8dfc183 100644 (file)
--- a/aunum.c
+++ b/aunum.c
  * 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 c05599df39c0a8e891ca8ee75ac2aecea550b500..c7712393b5d038ebf5fe23f7d9bca30cdf23972c 100644 (file)
--- a/aunum.h
+++ b/aunum.h
  * 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
 
index 121cb79fcba01a8ad0d4bfebb91eff3638f07e56..1c733d8f98e3379cf1760fe3f6256b3ad0b98cf1 100644 (file)
  * 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
index d4d6dcf95b05adb954e399b7f4c096bf61b1aee4..84afa0fb756a81203f9b87b6f61f8dc352d56644 100644 (file)
  * 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
index 22670e31849a0bf947440206c7659c01852052d3..74e86fadeda2dd9e5ce932a7fd371ea61df9a10d 100644 (file)
  * 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 d228bbc239c381b98d279b61718b9facfdcca316..694699044c3489eb2a1327171c5b1abb22f85bf0 100644 (file)
--- a/ausys.h
+++ b/ausys.h
  * 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
 
index beabd76eb6636c778c572dd765aaeb6f8f93f44a..d70c88e001650037c2792606f065ee988a30f4d7 100644 (file)
@@ -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 e34b5559b01aebadff8033cc830b91fc643938c9..4ae730e9bbbc1b4619babe3aa13f904fa06e34d7 100644 (file)
--- a/err.c
+++ b/err.c
  * 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 8de0800c0df10521df4c948373661acc04be9dff..658b5ef2639700af54c6168cbb26a35c90e448c5 100644 (file)
--- a/err.h
+++ b/err.h
  * 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 ce9ff8961b249852ba499f9e77a8c1a1b492c779..ace6b862030e26fcbb5929390f4f0ce22fe4206e 100644 (file)
--- a/jog.h
+++ b/jog.h
  * 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 19f40fa41de40351b94796d7df53d3ada2b16dec..f78746d9ede360c9961110b8b2f87470aa9c2eab 100644 (file)
--- a/main.c
+++ b/main.c
  * 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
index 75e0f96073cefaab0c072a58eefd8abf2719946e..c1b83d1b858bf685bbe33edc64e304dbc83825f7 100644 (file)
--- a/rxglue.c
+++ b/rxglue.c
  * 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
index ee9ad091cf4c76a58ba54dd6f575eaff8c17947d..4331af98a013ced73db3edbd2584a4965bb75c2a 100644 (file)
--- a/rxglue.h
+++ b/rxglue.h
  * 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
 
index b7294b0584b7d0d2819e5a44f81cc5b18a6cc2a1..468580c08b556672c09ff56e2ad5ecc04d7a6678 100644 (file)
--- a/serial.c
+++ b/serial.c
  * 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 <ctype.h>
index bac1a966c6470aee6fc4a136f28fb76d38a6fb7c..c21fc095fe53f17781bd05cd426f4b3f80376e8e 100644 (file)
--- a/serial.h
+++ b/serial.h
  * 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
 
index 5fae265782c931f31215034d09f9bc42d6077c00..02c6b4d1bec92989435eef9daaddd0e081bc722b 100644 (file)
 ## 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
index 8360c809a1368a04e37200a0db857f88cff94148..c4e9c5f6a0c31efc7ae0f73e2676003930127ad8 100644 (file)
  * 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
index e9abc39ea57a0c552cdfd49e5f66b7b6e5f88ff3..e555b321adeeb8dd871a17ff577217c0d4edd079 100644 (file)
  * 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
 
index 394b8b66f15b85a09be1b8063f68d3f6b6ab3bd0..9ff385bb8db99682f53874e3799c17cf5d3de55f 100644 (file)
  * 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
index 17e5c5a26f05fb24135981a81e254c94c9db377b..b1b6f95441df9a5fece7f0ac1661cfa18b1ef618 100644 (file)
  * 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
 
index 8d68bdddf230f6e8f6f015738e31a0815fc93bb0..1d35c643c65a87c3eef7a481e6fcd28a344f9dfe 100644 (file)
--- a/txport.c
+++ b/txport.c
  * 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
index 7a2e62b3e555a1ddb53a6f34fb5bbbb709b243fa..92d403244351a72c4acbe3982c01c96905985e10 100644 (file)
--- a/txport.h
+++ b/txport.h
  * 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