]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Upgraded to autogen-5.9.9-pre5
authorHarlan Stenn <stenn@ntp.org>
Mon, 3 Aug 2009 05:32:51 +0000 (01:32 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 3 Aug 2009 05:32:51 +0000 (01:32 -0400)
bk: 4a767683JDenqDfECo95DFk3uDB0nA

115 files changed:
ChangeLog
gsoc_sntp/libopts/ag-char-map.h
gsoc_sntp/libopts/autoopts.c
gsoc_sntp/libopts/autoopts.h
gsoc_sntp/libopts/autoopts/options.h
gsoc_sntp/libopts/autoopts/usage-txt.h
gsoc_sntp/libopts/boolean.c
gsoc_sntp/libopts/compat/compat.h
gsoc_sntp/libopts/compat/pathfind.c
gsoc_sntp/libopts/compat/windows-config.h
gsoc_sntp/libopts/configfile.c
gsoc_sntp/libopts/cook.c
gsoc_sntp/libopts/enumeration.c
gsoc_sntp/libopts/environment.c
gsoc_sntp/libopts/file.c
gsoc_sntp/libopts/genshell.c
gsoc_sntp/libopts/genshell.h
gsoc_sntp/libopts/load.c
gsoc_sntp/libopts/m4/libopts.m4
gsoc_sntp/libopts/m4/liboptschk.m4
gsoc_sntp/libopts/makeshell.c
gsoc_sntp/libopts/nested.c
gsoc_sntp/libopts/numeric.c
gsoc_sntp/libopts/pgusage.c
gsoc_sntp/libopts/proto.h
gsoc_sntp/libopts/putshell.c
gsoc_sntp/libopts/reset.c
gsoc_sntp/libopts/restore.c
gsoc_sntp/libopts/save.c
gsoc_sntp/libopts/sort.c
gsoc_sntp/libopts/stack.c
gsoc_sntp/libopts/streqvcmp.c
gsoc_sntp/libopts/text_mmap.c
gsoc_sntp/libopts/time.c
gsoc_sntp/libopts/tokenize.c
gsoc_sntp/libopts/usage.c
gsoc_sntp/libopts/value-type.h
gsoc_sntp/libopts/version.c
gsoc_sntp/libopts/xat-attribute.h
libopts/ag-char-map.h
libopts/autoopts.c
libopts/autoopts.h
libopts/autoopts/options.h
libopts/autoopts/usage-txt.h
libopts/boolean.c
libopts/compat/compat.h
libopts/compat/pathfind.c
libopts/compat/windows-config.h
libopts/configfile.c
libopts/cook.c
libopts/enumeration.c
libopts/environment.c
libopts/file.c
libopts/genshell.c
libopts/genshell.h
libopts/load.c
libopts/m4/libopts.m4
libopts/m4/liboptschk.m4
libopts/makeshell.c
libopts/nested.c
libopts/numeric.c
libopts/pgusage.c
libopts/proto.h
libopts/putshell.c
libopts/reset.c
libopts/restore.c
libopts/save.c
libopts/sort.c
libopts/stack.c
libopts/streqvcmp.c
libopts/text_mmap.c
libopts/time.c
libopts/tokenize.c
libopts/usage.c
libopts/value-type.h
libopts/version.c
libopts/xat-attribute.h
sntp/libopts/ag-char-map.h
sntp/libopts/autoopts.c
sntp/libopts/autoopts.h
sntp/libopts/autoopts/options.h
sntp/libopts/autoopts/usage-txt.h
sntp/libopts/boolean.c
sntp/libopts/compat/compat.h
sntp/libopts/compat/pathfind.c
sntp/libopts/compat/windows-config.h
sntp/libopts/configfile.c
sntp/libopts/cook.c
sntp/libopts/enumeration.c
sntp/libopts/environment.c
sntp/libopts/file.c
sntp/libopts/genshell.c
sntp/libopts/genshell.h
sntp/libopts/load.c
sntp/libopts/m4/libopts.m4
sntp/libopts/m4/liboptschk.m4
sntp/libopts/makeshell.c
sntp/libopts/nested.c
sntp/libopts/numeric.c
sntp/libopts/pgusage.c
sntp/libopts/proto.h
sntp/libopts/putshell.c
sntp/libopts/reset.c
sntp/libopts/restore.c
sntp/libopts/save.c
sntp/libopts/sort.c
sntp/libopts/stack.c
sntp/libopts/streqvcmp.c
sntp/libopts/text_mmap.c
sntp/libopts/time.c
sntp/libopts/tokenize.c
sntp/libopts/usage.c
sntp/libopts/value-type.h
sntp/libopts/version.c
sntp/libopts/xat-attribute.h

index 4d7e7f122fae77782e120f8162fb923cb4aa9845..1174aab44aa91c0000951a602c791c5f21c23076 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Upgrade to autogen-5.9.9-pre5.
 (4.2.5p197) 2009/07/30 Released by Harlan Stenn <stenn@ntp.org>
 * The build script now has . at the end of PATH for config.guess.
 (4.2.5p196) 2009/07/29 Released by Harlan Stenn <stenn@ntp.org>
index dcdd8b7d7bd899aec95eb785d0542a1bc8fed3a3..85e384117f3d2c30f1bfdb374d6a11245eb8d292 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Character mapping generated 07/23/09 17:36:47
+ *   Character mapping generated 08/01/09 11:21:22
  *
  *  This file contains the character classifications
  *  used by AutoGen and AutoOpts for identifying tokens.
 #  include <inttypes.h>
 # elif defined(HAVE_STDINT_H)
 #  include <stdint.h>
+
 # else
-#  error "no int-types header."
-#  choke-me-now.
-# endif
-#else
+#   ifndef HAVE_INT8_T
+        typedef signed char     int8_t;
+#   endif
+#   ifndef HAVE_UINT8_T
+        typedef unsigned char   uint8_t;
+#   endif
+#   ifndef HAVE_INT16_T
+        typedef signed short    int16_t;
+#   endif
+#   ifndef HAVE_UINT16_T
+        typedef unsigned short  uint16_t;
+#   endif
+#   ifndef HAVE_UINT_T
+        typedef unsigned int    uint_t;
+#   endif
+
+#   ifndef HAVE_INT32_T
+#    if SIZEOF_INT == 4
+        typedef signed int      int32_t;
+#    elif SIZEOF_LONG == 4
+        typedef signed long     int32_t;
+#    endif
+#   endif
+
+#   ifndef HAVE_UINT32_T
+#    if SIZEOF_INT == 4
+        typedef unsigned int    uint32_t;
+#    elif SIZEOF_LONG == 4
+        typedef unsigned long   uint32_t;
+#    endif
+#   endif
+# endif /* HAVE_*INT*_H header */
+
+#else /* not HAVE_CONFIG_H -- */
 # ifdef __sun
 #  include <inttypes.h>
 # else
 #  include <stdint.h>
 # endif
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #if 0 /* mapping specification source (from autogen.map) */
 // 
index 9fcc95adffd0d9b89805fc4d8d1b7cac2c3452bb..417d469ad0c7a019aa5f9e0b06f10486aeffd06d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: autoopts.c,v 4.44 2009/01/25 19:31:56 bkorb Exp $
+ *  $Id: autoopts.c,v 4.40 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-01-12 02:49:49 bkorb"
  *
  *  This file contains all of the routines that must be linked into
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 38edd3e9f7a7aa3f52509d5dd64841c524326b8d..108bcb7ac1f440d8ffae55f4720a121aa02c9452 100644 (file)
@@ -2,7 +2,7 @@
 /*
  *  Time-stamp:      "2008-11-01 20:08:06 bkorb"
  *
- *  autoopts.h  $Id: autoopts.h,v 4.41 2009/01/01 16:49:26 bkorb Exp $
+ *  autoopts.h  $Id: autoopts.h,v 4.31 2009/08/01 17:44:36 bkorb Exp $
  *
  *  This file defines all the global structures and special values
  *  used in the automated option processing library.
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 4aad8f1182ead5038d0af9df090543f383e834ef..e84bd8646874fa526f86e2fdaa795a85bd7d48a4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (options.h)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:34 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:11 AM by AutoGen 5.9.9pre4
  *  From the definitions    funcs.def
  *  and the template file   options_h
  *
@@ -144,7 +144,7 @@ typedef enum {
     OPTST_DEPRECATED_ID      =  26  /* support is being removed      */
 } opt_state_enum_t;
 
-#define OPTST_INIT           0U
+#define OPTST_INIT               0U
 #define OPTST_SET            (1U << OPTST_SET_ID)
 #define OPTST_PRESET         (1U << OPTST_PRESET_ID)
 #define OPTST_DEFINED        (1U << OPTST_DEFINED_ID)
@@ -173,40 +173,34 @@ typedef enum {
 #define OPTST_DEPRECATED     (1U << OPTST_DEPRECATED_ID)
 #define OPT_STATE_MASK       0x07FFFF7FU
 
-#define OPTST_SET_MASK       (  \
-        OPTST_SET | \
-        OPTST_PRESET | \
-        OPTST_RESET | \
-        OPTST_DEFINED )
-
-#define OPTST_MUTABLE_MASK   (  \
-        OPTST_SET | \
-        OPTST_PRESET | \
-        OPTST_RESET | \
-        OPTST_DEFINED | \
-        OPTST_EQUIVALENCE | \
-        OPTST_DISABLED | \
-        OPTST_ALLOC_ARG )
-
-#define OPTST_SELECTED_MASK  (  \
-        OPTST_SET | \
-        OPTST_DEFINED )
-
-#define OPTST_ARG_TYPE_MASK  (  \
-        OPTST_ARG_TYPE_1 | \
-        OPTST_ARG_TYPE_2 | \
-        OPTST_ARG_TYPE_3 | \
-        OPTST_ARG_TYPE_4 )
-
-#define OPTST_DO_NOT_SAVE_MASK   (  \
-        OPTST_NO_INIT | \
-        OPTST_DOCUMENT | \
-        OPTST_OMITTED )
-
-#define OPTST_NO_USAGE_MASK  (  \
-        OPTST_OMITTED | \
-        OPTST_NO_COMMAND | \
-        OPTST_DEPRECATED )
+#define OPTST_SET_MASK       ( \
+        OPTST_DEFINED | OPTST_PRESET |  OPTST_RESET | \
+        OPTST_SET \
+        /* 0x0000000FU */ )
+
+#define OPTST_MUTABLE_MASK   ( \
+        OPTST_ALLOC_ARG |   OPTST_DEFINED | \
+        OPTST_DISABLED |    OPTST_EQUIVALENCE | \
+        OPTST_PRESET |      OPTST_RESET | \
+        OPTST_SET \
+        /* 0x0000007FU */ )
+
+#define OPTST_SELECTED_MASK  ( \
+        OPTST_DEFINED | OPTST_SET \
+        /* 0x00000005U */ )
+
+#define OPTST_ARG_TYPE_MASK  ( \
+        OPTST_ARG_TYPE_1 | OPTST_ARG_TYPE_2 | OPTST_ARG_TYPE_3 | \
+        OPTST_ARG_TYPE_4 \
+        /* 0x0000F000U */ )
+
+#define OPTST_DO_NOT_SAVE_MASK   ( \
+        OPTST_DOCUMENT | OPTST_NO_INIT |  OPTST_OMITTED \
+        /* 0x00280100U */ )
+
+#define OPTST_NO_USAGE_MASK  ( \
+        OPTST_DEPRECATED | OPTST_NO_COMMAND | OPTST_OMITTED \
+        /* 0x06080000U */ )
 
 #ifdef NO_OPTIONAL_OPT_ARGS
 # undef  OPTST_ARG_OPTIONAL
@@ -253,7 +247,7 @@ typedef enum {
     OPTPROC_PRESETTING_ID      =  19  /* opt processing in preset state */
 } optproc_state_enum_t;
 
-#define OPTPROC_NONE           0U
+#define OPTPROC_NONE               0U
 #define OPTPROC_LONGOPT        (1U << OPTPROC_LONGOPT_ID)
 #define OPTPROC_SHORTOPT       (1U << OPTPROC_SHORTOPT_ID)
 #define OPTPROC_ERRSTOP        (1U << OPTPROC_ERRSTOP_ID)
@@ -273,9 +267,9 @@ typedef enum {
 #define OPTPROC_PRESETTING     (1U << OPTPROC_PRESETTING_ID)
 #define OPTPROC_STATE_MASK     0x000B3FFFU
 
-#define OPTPROC_NO_XLAT_MASK   (  \
-        OPTPROC_NXLAT_OPT_CFG | \
-        OPTPROC_NXLAT_OPT )
+#define OPTPROC_NO_XLAT_MASK   ( \
+        OPTPROC_NXLAT_OPT |     OPTPROC_NXLAT_OPT_CFG \
+        /* 0x00030000U */ )
 
 #define STMTS(s)  do { s; } while (0)
 
index 83081d5f56a0cbf994158a3ec614dad4b3248472..826da53eb7a5f924b92bcc0841ba1dfa1780d81c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (usage-txt.h)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:33 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:10 AM by AutoGen 5.9.9pre4
  *  From the definitions    usage-txt.def
  *  and the template file   usage-txt.tpl
  *
index 5f944691217fd5afc2b47b513ba2fb0701d47854..58a59d02396320519fd6feb786d5c5a463c7dbb7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: boolean.c,v 4.15 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: boolean.c,v 4.17 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-08-03 13:06:02 bkorb"
  *
  *   Automated Options Paged Usage module.
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 27c1eb45f171295ab6176280aeca742cfdbe9fed..5c73ae8e429dfe1dcb0929135fda09666131dbd9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  Time-stamp:      "2008-06-14 09:36:25 bkorb"
  *
- * $Id: compat.h,v 4.22 2009/01/01 16:49:26 bkorb Exp $
+ * $Id: compat.h,v 4.21 2009/01/01 16:51:52 bkorb Exp $
  *
  *  compat.h is free software.
  *  This file is part of AutoGen.
index d87bada3a756612960d3713cc80cc1e7b6d86a13..480674dda630308c77beb008b35707af2abb96df 100644 (file)
@@ -5,10 +5,10 @@
 /*
  * Author:           Gary V Vaughan <gvaughan@oranda.demon.co.uk>
  * Time-stamp:       "2006-09-23 19:46:16 bkorb"
- * Last Modified:    $Date: 2007/10/07 16:54:54 $
+ * Last Modified:    $Date: 2007/07/04 20:51:18 $
  *            by: bkorb
  *
- * $Id: pathfind.c,v 4.12 2007/10/07 16:54:54 bkorb Exp $
+ * $Id: pathfind.c,v 4.11 2007/07/04 20:51:18 bkorb Exp $
  */
 
 /* Code: */
index 1594f28cabbc070d2a39b0775102b4cc977857d7..76a9956f03f1b1214f33e0d00811392e67788b6e 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Time-stamp:        "2009-07-22 18:53:59 bkorb"
  *             by: bkorb
- * Last Committed:    $Date: 2009/07/23 02:05:55 $
+ * Last Committed:    $Date: 2009/07/23 02:07:46 $
  *
  *  This file is part of AutoGen.
  *
index 92b59860cf812f34823f042c3b0b0f40014d4eff..b8fdb6904b4ced2d9f72e783f79c371473656afa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  $Id: configfile.c,v 4.46 2009/01/18 22:48:51 bkorb Exp $
+ *  $Id: configfile.c,v 1.36 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-01-18 10:21:58 bkorb"
  *
  *  configuration/rc/ini file handling.
@@ -20,8 +20,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 3a66751ba3050944336c426622f00b0a40e5293e..baf9d81df9dd03abdd468f23588942bbd62ee4b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  $Id: cook.c,v 4.16 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: cook.c,v 4.18 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2007-11-16 22:49:11 bkorb"
  *
  *  This file contains the routines that deal with processing quoted strings
@@ -21,8 +21,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 6c5bad05a1d1da864339eabdc41f3ef12c838b49..1c67679b41bd3ead0d5f10e127b9bff33551bd6d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: enumeration.c,v 4.25 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: enumeration.c,v 4.26 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-27 12:28:01 bkorb"
  *
  *   Automated Options Paged Usage module.
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 03714041990db1d21fe1a0943be27f9886456487..d201e22fd1c8030445e234c5d078d7a522fb8f3d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: environment.c,v 4.20 2009/07/21 03:21:57 bkorb Exp $
+ *  $Id: environment.c,v 4.21 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2009-07-20 20:12:24 bkorb"
  *
  *  This file contains all of the routines that must be linked into
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 287119a3d43af3f0481b14d75b4748eaa31eae90..2224c8b4ef035c63d6b7c9d39a79ef860062cb22 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: file.c,v 4.7 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: file.c,v 1.9 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-07-23 17:23:46 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 54dddb06afe25f3cbb80afb760e87dd8c09ef04a..5d4e35432ac73ab5ede3ee695f9fd8e63e157b8e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.c)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:35 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:11 AM by AutoGen 5.9.9pre4
  *  From the definitions    genshell.def
  *  and the template file   options
  *
@@ -20,7 +20,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * genshellopt copyright 1999-2009 Bruce Korb - all rights reserved
+ * genshellopt copyright (c) 1999-2009 Bruce Korb - all rights reserved
  *
  * genshellopt is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
index d075431b0b6f27c192c9b075c8753eb27ebf5441..6891c9a9ee7e9e5317a5347196f25e7a6732609c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.h)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:35 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:11 AM by AutoGen 5.9.9pre4
  *  From the definitions    genshell.def
  *  and the template file   options
  *
@@ -20,7 +20,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * genshellopt copyright 1999-2009 Bruce Korb - all rights reserved
+ * genshellopt copyright (c) 1999-2009 Bruce Korb - all rights reserved
  *
  * genshellopt is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
index 2d8d8b07400c612763db7fc0b0a524038d973902..f2982a7be0d683b41fc2a207f9c2c7fbe5d08efc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: load.c,v 4.37 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: load.c,v 4.29 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-12-06 10:16:05 bkorb"
  *
  *  This file contains the routines that deal with processing text strings
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 8124af14707cd39ddb2f523e29175cc937de5831..13083120aaeceba7c581675b0d04099f389937d0 100644 (file)
@@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
 dnl 
 dnl DO NOT EDIT THIS FILE   (libopts.m4)
 dnl 
-dnl It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:36 PM PDT
+dnl It has been AutoGen-ed  August  1, 2009 at 11:21:13 AM by AutoGen 5.9.9pre4
 dnl From the definitions    libopts.def
 dnl and the template file   conftest.tpl
 dnl
@@ -444,7 +444,7 @@ AC_DEFUN([INVOKE_LIBOPTS_MACROS],[
 dnl @synopsis  LIBOPTS_CHECK
 dnl
 dnl Time-stamp:        "2009-07-22 18:50:49 bkorb"
-dnl Last Committed:    $Date: 2009/07/23 02:05:55 $
+dnl Last Committed:    $Date: 2009/07/23 02:07:47 $
 dnl
 dnl If autoopts-config works, add the linking information to LIBS.
 dnl Otherwise, add ``libopts-${ao_rev}'' to SUBDIRS and run all
index a2df33c932f113efe236b36fda5460342c102025..db3ce4a68c9e0f836eaeb74b3bc312b26ad77357 100644 (file)
@@ -6,7 +6,7 @@ dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
 dnl Time-stamp:        "2009-07-22 18:53:27 bkorb"
-dnl Last Committed:    $Date: 2009/07/23 02:05:55 $
+dnl Last Committed:    $Date: 2009/07/23 02:07:46 $
 
 dnl This file can can be used in projects which are not available under
 dnl the GNU General Public License or the GNU Library General Public
index dc7627d9a302a59872a154a11cf3fb94d437d51f..4d9271bfbc44f0c08134df82961f64aca4ac04f3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: makeshell.c,v 4.29 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: makeshell.c,v 4.29 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-26 16:10:51 bkorb"
  *
  *  This module will interpret the options set in the tOptions
@@ -22,8 +22,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 40033573457b03735e52de025ae7fac72f11c4e8..fddb572dae4402d37c57ad188af8e4b18a05f3c2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: nested.c,v 4.31 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: nested.c,v 4.28 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-07-28 19:18:28 bkorb"
  *
  *   Automated Options Nested Values module.
@@ -21,8 +21,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index e336ba15116cf794ec41106a6e0ba7af9656297d..1c8a4926a95b7a1d9849c9fd902c64fec7d77267 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: numeric.c,v 4.20 2009/01/17 22:08:09 bkorb Exp $
+ *  $Id: numeric.c,v 4.23 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-07-23 17:25:39 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 5f103cdd3fbb1296883ed13a97a4cb5065656888..d59b107ab275f854e972a16289257a273e7cdbc4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: pgusage.c,v 4.17 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: pgusage.c,v 4.18 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-27 21:08:42 bkorb"
  *
  *   Automated Options Paged Usage module.
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index af35d1808fdce24e71f1a28f76e0f3825f1a26ae..10673c9aae8e9ec2f1c80e8888a14d58586560eb 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro:
  *
  * Prototypes for autoopts
- * Generated Thu Jul 23 17:36:35 PDT 2009
+ * Generated Sat Aug  1 11:21:12 PDT 2009
  */
 #ifndef AUTOOPTS_PROTO_H_GUARD
 #define AUTOOPTS_PROTO_H_GUARD 1
index 9aeaacd5203433d81d56b50f3a9e6374ec55436b..c0aac05d16811024bccf693b1f76df3bcd3e10c2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: putshell.c,v 4.26 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: putshell.c,v 4.27 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-27 12:14:38 bkorb"
  *
  *  This module will interpret the options set in the tOptions
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index d23786349a47b0a1986fec1738f3cbc2c663ffd3..7f6dec967068a7b35547e051e3fc0459ca75d6b7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: reset.c,v 4.6 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: reset.c,v 4.4 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-08-02 12:25:18 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 2481a02ffaff94d9e0e99e1e292da39dd032ac8b..28b16576eb1c91c3b67f8ce13a81b980d55c204e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  restore.c  $Id: restore.c,v 4.13 2009/01/01 16:49:26 bkorb Exp $
+ *  restore.c  $Id: restore.c,v 4.15 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2007-07-04 11:34:40 bkorb"
  *
  *  This module's routines will save the current option state to memory
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 3b49b69ca77df4234cda1bcb49ba33e42b3b3fc5..4a9d76e5d2feffda1ab947aded457855df91dc9d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  save.c  $Id: save.c,v 4.35 2009/07/21 04:01:30 bkorb Exp $
+ *  save.c  $Id: save.c,v 4.32 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2009-07-20 20:40:28 bkorb"
  *
  *  This module's routines will take the currently set options and
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 4294382f875916fc16e78e60afc74ae3179fd950..900581d497abb65578f6db89c070fcb38b42aa4b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  sort.c  $Id: sort.c,v 4.16 2009/01/01 16:49:26 bkorb Exp $
+ *  sort.c  $Id: sort.c,v 4.16 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2007-07-04 11:34:52 bkorb"
  *
  *  This module implements argument sorting.
@@ -21,8 +21,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 10cf18a4916a53610db38ade658cca090f7caea0..a0ac11be578a3dccb4cf853ef46007082cb63223 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  *  stack.c
- *  $Id: stack.c,v 4.18 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: stack.c,v 4.19 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-07-30 16:56:32 bkorb"
  *
  *  This is a special option processing routine that will save the
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index b5971d84591dfc767ce6defc21f9274a55d44dd7..8360797444f722c8eabb1a8c0a9c2ef6b1efcd6a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: streqvcmp.c,v 4.16 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: streqvcmp.c,v 4.16 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-12-26 10:15:46 bkorb"
  *
  *  String Equivalence Comparison
@@ -26,8 +26,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  *
  * This array is designed for mapping upper and lower case letter
index 5666441321dff69e559e0b79307211903c429255..34d29d03f6b190f962fea5e6cf8826f8cfd29916 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: text_mmap.c,v 4.20 2009/01/01 16:49:26 bkorb Exp $
+ * $Id: text_mmap.c,v 4.20 2009/08/01 17:44:36 bkorb Exp $
  *
  * Time-stamp:      "2007-07-04 11:35:49 bkorb"
  *
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 484fc27e92a3649f25e2f97998942144f62bd4a6..2d9a1d0733ec4d37c01b8aa3252ba6852d62a525 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: time.c,v 4.4 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: time.c,v 4.4 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-11-16 14:51:48 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index bc7edfba10a4ae584545d1fdec8b3ae8d8152b6a..74295674a8a5d30e8544ea0885d316b14eb0a923 100644 (file)
@@ -18,8 +18,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index bd64a594976881f22cc1e872865d33eded1fed18..ba6782d732b38a3d29cd371aaa419504e17fca49 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  usage.c  $Id: usage.c,v 4.29 2009/01/17 22:08:09 bkorb Exp $
+ *  usage.c  $Id: usage.c,v 4.31 2009/08/01 17:44:37 bkorb Exp $
  * Time-stamp:      "2009-01-17 13:18:23 bkorb"
  *
  *  This module implements the default usage procedure for
@@ -29,8 +29,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 45a36048ec0a5b278b36baeb43691bf3a5f82af7..2eff3dbd0231a1778f2b94054e2755c41885ebdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Thu Jul 23 17:36:47 PDT 2009
+ *  Generated header for gperf generated source Sat Aug  1 11:21:22 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index a091da51c25f350e930517f25957d2e2952b115a..0005c9f7d125bb188b04f085aaa1f04abdb7b519 100644 (file)
@@ -1,5 +1,5 @@
 
-/*  $Id: version.c,v 4.18 2009/01/01 16:49:26 bkorb Exp $
+/*  $Id: version.c,v 4.17 2009/08/01 17:44:37 bkorb Exp $
  * Time-stamp:      "2008-07-27 10:11:30 bkorb"
  *
  *  This module implements the default usage procedure for
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index e081b54f6a3ca0128e98b5abdcf2e494712e3362..ae87eacaeb2e141cddd85a60a8b43447c3f50c08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Thu Jul 23 17:36:47 PDT 2009
+ *  Generated header for gperf generated source Sat Aug  1 11:21:22 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index dcdd8b7d7bd899aec95eb785d0542a1bc8fed3a3..85e384117f3d2c30f1bfdb374d6a11245eb8d292 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Character mapping generated 07/23/09 17:36:47
+ *   Character mapping generated 08/01/09 11:21:22
  *
  *  This file contains the character classifications
  *  used by AutoGen and AutoOpts for identifying tokens.
 #  include <inttypes.h>
 # elif defined(HAVE_STDINT_H)
 #  include <stdint.h>
+
 # else
-#  error "no int-types header."
-#  choke-me-now.
-# endif
-#else
+#   ifndef HAVE_INT8_T
+        typedef signed char     int8_t;
+#   endif
+#   ifndef HAVE_UINT8_T
+        typedef unsigned char   uint8_t;
+#   endif
+#   ifndef HAVE_INT16_T
+        typedef signed short    int16_t;
+#   endif
+#   ifndef HAVE_UINT16_T
+        typedef unsigned short  uint16_t;
+#   endif
+#   ifndef HAVE_UINT_T
+        typedef unsigned int    uint_t;
+#   endif
+
+#   ifndef HAVE_INT32_T
+#    if SIZEOF_INT == 4
+        typedef signed int      int32_t;
+#    elif SIZEOF_LONG == 4
+        typedef signed long     int32_t;
+#    endif
+#   endif
+
+#   ifndef HAVE_UINT32_T
+#    if SIZEOF_INT == 4
+        typedef unsigned int    uint32_t;
+#    elif SIZEOF_LONG == 4
+        typedef unsigned long   uint32_t;
+#    endif
+#   endif
+# endif /* HAVE_*INT*_H header */
+
+#else /* not HAVE_CONFIG_H -- */
 # ifdef __sun
 #  include <inttypes.h>
 # else
 #  include <stdint.h>
 # endif
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #if 0 /* mapping specification source (from autogen.map) */
 // 
index 9fcc95adffd0d9b89805fc4d8d1b7cac2c3452bb..417d469ad0c7a019aa5f9e0b06f10486aeffd06d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: autoopts.c,v 4.44 2009/01/25 19:31:56 bkorb Exp $
+ *  $Id: autoopts.c,v 4.40 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-01-12 02:49:49 bkorb"
  *
  *  This file contains all of the routines that must be linked into
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 38edd3e9f7a7aa3f52509d5dd64841c524326b8d..108bcb7ac1f440d8ffae55f4720a121aa02c9452 100644 (file)
@@ -2,7 +2,7 @@
 /*
  *  Time-stamp:      "2008-11-01 20:08:06 bkorb"
  *
- *  autoopts.h  $Id: autoopts.h,v 4.41 2009/01/01 16:49:26 bkorb Exp $
+ *  autoopts.h  $Id: autoopts.h,v 4.31 2009/08/01 17:44:36 bkorb Exp $
  *
  *  This file defines all the global structures and special values
  *  used in the automated option processing library.
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 4aad8f1182ead5038d0af9df090543f383e834ef..e84bd8646874fa526f86e2fdaa795a85bd7d48a4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (options.h)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:34 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:11 AM by AutoGen 5.9.9pre4
  *  From the definitions    funcs.def
  *  and the template file   options_h
  *
@@ -144,7 +144,7 @@ typedef enum {
     OPTST_DEPRECATED_ID      =  26  /* support is being removed      */
 } opt_state_enum_t;
 
-#define OPTST_INIT           0U
+#define OPTST_INIT               0U
 #define OPTST_SET            (1U << OPTST_SET_ID)
 #define OPTST_PRESET         (1U << OPTST_PRESET_ID)
 #define OPTST_DEFINED        (1U << OPTST_DEFINED_ID)
@@ -173,40 +173,34 @@ typedef enum {
 #define OPTST_DEPRECATED     (1U << OPTST_DEPRECATED_ID)
 #define OPT_STATE_MASK       0x07FFFF7FU
 
-#define OPTST_SET_MASK       (  \
-        OPTST_SET | \
-        OPTST_PRESET | \
-        OPTST_RESET | \
-        OPTST_DEFINED )
-
-#define OPTST_MUTABLE_MASK   (  \
-        OPTST_SET | \
-        OPTST_PRESET | \
-        OPTST_RESET | \
-        OPTST_DEFINED | \
-        OPTST_EQUIVALENCE | \
-        OPTST_DISABLED | \
-        OPTST_ALLOC_ARG )
-
-#define OPTST_SELECTED_MASK  (  \
-        OPTST_SET | \
-        OPTST_DEFINED )
-
-#define OPTST_ARG_TYPE_MASK  (  \
-        OPTST_ARG_TYPE_1 | \
-        OPTST_ARG_TYPE_2 | \
-        OPTST_ARG_TYPE_3 | \
-        OPTST_ARG_TYPE_4 )
-
-#define OPTST_DO_NOT_SAVE_MASK   (  \
-        OPTST_NO_INIT | \
-        OPTST_DOCUMENT | \
-        OPTST_OMITTED )
-
-#define OPTST_NO_USAGE_MASK  (  \
-        OPTST_OMITTED | \
-        OPTST_NO_COMMAND | \
-        OPTST_DEPRECATED )
+#define OPTST_SET_MASK       ( \
+        OPTST_DEFINED | OPTST_PRESET |  OPTST_RESET | \
+        OPTST_SET \
+        /* 0x0000000FU */ )
+
+#define OPTST_MUTABLE_MASK   ( \
+        OPTST_ALLOC_ARG |   OPTST_DEFINED | \
+        OPTST_DISABLED |    OPTST_EQUIVALENCE | \
+        OPTST_PRESET |      OPTST_RESET | \
+        OPTST_SET \
+        /* 0x0000007FU */ )
+
+#define OPTST_SELECTED_MASK  ( \
+        OPTST_DEFINED | OPTST_SET \
+        /* 0x00000005U */ )
+
+#define OPTST_ARG_TYPE_MASK  ( \
+        OPTST_ARG_TYPE_1 | OPTST_ARG_TYPE_2 | OPTST_ARG_TYPE_3 | \
+        OPTST_ARG_TYPE_4 \
+        /* 0x0000F000U */ )
+
+#define OPTST_DO_NOT_SAVE_MASK   ( \
+        OPTST_DOCUMENT | OPTST_NO_INIT |  OPTST_OMITTED \
+        /* 0x00280100U */ )
+
+#define OPTST_NO_USAGE_MASK  ( \
+        OPTST_DEPRECATED | OPTST_NO_COMMAND | OPTST_OMITTED \
+        /* 0x06080000U */ )
 
 #ifdef NO_OPTIONAL_OPT_ARGS
 # undef  OPTST_ARG_OPTIONAL
@@ -253,7 +247,7 @@ typedef enum {
     OPTPROC_PRESETTING_ID      =  19  /* opt processing in preset state */
 } optproc_state_enum_t;
 
-#define OPTPROC_NONE           0U
+#define OPTPROC_NONE               0U
 #define OPTPROC_LONGOPT        (1U << OPTPROC_LONGOPT_ID)
 #define OPTPROC_SHORTOPT       (1U << OPTPROC_SHORTOPT_ID)
 #define OPTPROC_ERRSTOP        (1U << OPTPROC_ERRSTOP_ID)
@@ -273,9 +267,9 @@ typedef enum {
 #define OPTPROC_PRESETTING     (1U << OPTPROC_PRESETTING_ID)
 #define OPTPROC_STATE_MASK     0x000B3FFFU
 
-#define OPTPROC_NO_XLAT_MASK   (  \
-        OPTPROC_NXLAT_OPT_CFG | \
-        OPTPROC_NXLAT_OPT )
+#define OPTPROC_NO_XLAT_MASK   ( \
+        OPTPROC_NXLAT_OPT |     OPTPROC_NXLAT_OPT_CFG \
+        /* 0x00030000U */ )
 
 #define STMTS(s)  do { s; } while (0)
 
index 83081d5f56a0cbf994158a3ec614dad4b3248472..826da53eb7a5f924b92bcc0841ba1dfa1780d81c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (usage-txt.h)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:33 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:10 AM by AutoGen 5.9.9pre4
  *  From the definitions    usage-txt.def
  *  and the template file   usage-txt.tpl
  *
index 5f944691217fd5afc2b47b513ba2fb0701d47854..58a59d02396320519fd6feb786d5c5a463c7dbb7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: boolean.c,v 4.15 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: boolean.c,v 4.17 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-08-03 13:06:02 bkorb"
  *
  *   Automated Options Paged Usage module.
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 27c1eb45f171295ab6176280aeca742cfdbe9fed..5c73ae8e429dfe1dcb0929135fda09666131dbd9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  Time-stamp:      "2008-06-14 09:36:25 bkorb"
  *
- * $Id: compat.h,v 4.22 2009/01/01 16:49:26 bkorb Exp $
+ * $Id: compat.h,v 4.21 2009/01/01 16:51:52 bkorb Exp $
  *
  *  compat.h is free software.
  *  This file is part of AutoGen.
index d87bada3a756612960d3713cc80cc1e7b6d86a13..480674dda630308c77beb008b35707af2abb96df 100644 (file)
@@ -5,10 +5,10 @@
 /*
  * Author:           Gary V Vaughan <gvaughan@oranda.demon.co.uk>
  * Time-stamp:       "2006-09-23 19:46:16 bkorb"
- * Last Modified:    $Date: 2007/10/07 16:54:54 $
+ * Last Modified:    $Date: 2007/07/04 20:51:18 $
  *            by: bkorb
  *
- * $Id: pathfind.c,v 4.12 2007/10/07 16:54:54 bkorb Exp $
+ * $Id: pathfind.c,v 4.11 2007/07/04 20:51:18 bkorb Exp $
  */
 
 /* Code: */
index 1594f28cabbc070d2a39b0775102b4cc977857d7..76a9956f03f1b1214f33e0d00811392e67788b6e 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Time-stamp:        "2009-07-22 18:53:59 bkorb"
  *             by: bkorb
- * Last Committed:    $Date: 2009/07/23 02:05:55 $
+ * Last Committed:    $Date: 2009/07/23 02:07:46 $
  *
  *  This file is part of AutoGen.
  *
index 92b59860cf812f34823f042c3b0b0f40014d4eff..b8fdb6904b4ced2d9f72e783f79c371473656afa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  $Id: configfile.c,v 4.46 2009/01/18 22:48:51 bkorb Exp $
+ *  $Id: configfile.c,v 1.36 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-01-18 10:21:58 bkorb"
  *
  *  configuration/rc/ini file handling.
@@ -20,8 +20,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 3a66751ba3050944336c426622f00b0a40e5293e..baf9d81df9dd03abdd468f23588942bbd62ee4b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  $Id: cook.c,v 4.16 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: cook.c,v 4.18 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2007-11-16 22:49:11 bkorb"
  *
  *  This file contains the routines that deal with processing quoted strings
@@ -21,8 +21,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 6c5bad05a1d1da864339eabdc41f3ef12c838b49..1c67679b41bd3ead0d5f10e127b9bff33551bd6d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: enumeration.c,v 4.25 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: enumeration.c,v 4.26 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-27 12:28:01 bkorb"
  *
  *   Automated Options Paged Usage module.
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 03714041990db1d21fe1a0943be27f9886456487..d201e22fd1c8030445e234c5d078d7a522fb8f3d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: environment.c,v 4.20 2009/07/21 03:21:57 bkorb Exp $
+ *  $Id: environment.c,v 4.21 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2009-07-20 20:12:24 bkorb"
  *
  *  This file contains all of the routines that must be linked into
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 287119a3d43af3f0481b14d75b4748eaa31eae90..2224c8b4ef035c63d6b7c9d39a79ef860062cb22 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: file.c,v 4.7 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: file.c,v 1.9 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-07-23 17:23:46 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 54dddb06afe25f3cbb80afb760e87dd8c09ef04a..5d4e35432ac73ab5ede3ee695f9fd8e63e157b8e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.c)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:35 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:11 AM by AutoGen 5.9.9pre4
  *  From the definitions    genshell.def
  *  and the template file   options
  *
@@ -20,7 +20,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * genshellopt copyright 1999-2009 Bruce Korb - all rights reserved
+ * genshellopt copyright (c) 1999-2009 Bruce Korb - all rights reserved
  *
  * genshellopt is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
index d075431b0b6f27c192c9b075c8753eb27ebf5441..6891c9a9ee7e9e5317a5347196f25e7a6732609c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.h)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:35 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:11 AM by AutoGen 5.9.9pre4
  *  From the definitions    genshell.def
  *  and the template file   options
  *
@@ -20,7 +20,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * genshellopt copyright 1999-2009 Bruce Korb - all rights reserved
+ * genshellopt copyright (c) 1999-2009 Bruce Korb - all rights reserved
  *
  * genshellopt is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
index 2d8d8b07400c612763db7fc0b0a524038d973902..f2982a7be0d683b41fc2a207f9c2c7fbe5d08efc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: load.c,v 4.37 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: load.c,v 4.29 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-12-06 10:16:05 bkorb"
  *
  *  This file contains the routines that deal with processing text strings
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 8124af14707cd39ddb2f523e29175cc937de5831..13083120aaeceba7c581675b0d04099f389937d0 100644 (file)
@@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
 dnl 
 dnl DO NOT EDIT THIS FILE   (libopts.m4)
 dnl 
-dnl It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:36 PM PDT
+dnl It has been AutoGen-ed  August  1, 2009 at 11:21:13 AM by AutoGen 5.9.9pre4
 dnl From the definitions    libopts.def
 dnl and the template file   conftest.tpl
 dnl
@@ -444,7 +444,7 @@ AC_DEFUN([INVOKE_LIBOPTS_MACROS],[
 dnl @synopsis  LIBOPTS_CHECK
 dnl
 dnl Time-stamp:        "2009-07-22 18:50:49 bkorb"
-dnl Last Committed:    $Date: 2009/07/23 02:05:55 $
+dnl Last Committed:    $Date: 2009/07/23 02:07:47 $
 dnl
 dnl If autoopts-config works, add the linking information to LIBS.
 dnl Otherwise, add ``libopts-${ao_rev}'' to SUBDIRS and run all
index a2df33c932f113efe236b36fda5460342c102025..db3ce4a68c9e0f836eaeb74b3bc312b26ad77357 100644 (file)
@@ -6,7 +6,7 @@ dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
 dnl Time-stamp:        "2009-07-22 18:53:27 bkorb"
-dnl Last Committed:    $Date: 2009/07/23 02:05:55 $
+dnl Last Committed:    $Date: 2009/07/23 02:07:46 $
 
 dnl This file can can be used in projects which are not available under
 dnl the GNU General Public License or the GNU Library General Public
index dc7627d9a302a59872a154a11cf3fb94d437d51f..4d9271bfbc44f0c08134df82961f64aca4ac04f3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: makeshell.c,v 4.29 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: makeshell.c,v 4.29 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-26 16:10:51 bkorb"
  *
  *  This module will interpret the options set in the tOptions
@@ -22,8 +22,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 40033573457b03735e52de025ae7fac72f11c4e8..fddb572dae4402d37c57ad188af8e4b18a05f3c2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: nested.c,v 4.31 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: nested.c,v 4.28 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-07-28 19:18:28 bkorb"
  *
  *   Automated Options Nested Values module.
@@ -21,8 +21,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index e336ba15116cf794ec41106a6e0ba7af9656297d..1c8a4926a95b7a1d9849c9fd902c64fec7d77267 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: numeric.c,v 4.20 2009/01/17 22:08:09 bkorb Exp $
+ *  $Id: numeric.c,v 4.23 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-07-23 17:25:39 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 5f103cdd3fbb1296883ed13a97a4cb5065656888..d59b107ab275f854e972a16289257a273e7cdbc4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: pgusage.c,v 4.17 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: pgusage.c,v 4.18 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-27 21:08:42 bkorb"
  *
  *   Automated Options Paged Usage module.
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index af35d1808fdce24e71f1a28f76e0f3825f1a26ae..10673c9aae8e9ec2f1c80e8888a14d58586560eb 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro:
  *
  * Prototypes for autoopts
- * Generated Thu Jul 23 17:36:35 PDT 2009
+ * Generated Sat Aug  1 11:21:12 PDT 2009
  */
 #ifndef AUTOOPTS_PROTO_H_GUARD
 #define AUTOOPTS_PROTO_H_GUARD 1
index 9aeaacd5203433d81d56b50f3a9e6374ec55436b..c0aac05d16811024bccf693b1f76df3bcd3e10c2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: putshell.c,v 4.26 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: putshell.c,v 4.27 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-27 12:14:38 bkorb"
  *
  *  This module will interpret the options set in the tOptions
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index d23786349a47b0a1986fec1738f3cbc2c663ffd3..7f6dec967068a7b35547e051e3fc0459ca75d6b7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: reset.c,v 4.6 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: reset.c,v 4.4 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-08-02 12:25:18 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 2481a02ffaff94d9e0e99e1e292da39dd032ac8b..28b16576eb1c91c3b67f8ce13a81b980d55c204e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  restore.c  $Id: restore.c,v 4.13 2009/01/01 16:49:26 bkorb Exp $
+ *  restore.c  $Id: restore.c,v 4.15 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2007-07-04 11:34:40 bkorb"
  *
  *  This module's routines will save the current option state to memory
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 3b49b69ca77df4234cda1bcb49ba33e42b3b3fc5..4a9d76e5d2feffda1ab947aded457855df91dc9d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  save.c  $Id: save.c,v 4.35 2009/07/21 04:01:30 bkorb Exp $
+ *  save.c  $Id: save.c,v 4.32 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2009-07-20 20:40:28 bkorb"
  *
  *  This module's routines will take the currently set options and
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 4294382f875916fc16e78e60afc74ae3179fd950..900581d497abb65578f6db89c070fcb38b42aa4b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  sort.c  $Id: sort.c,v 4.16 2009/01/01 16:49:26 bkorb Exp $
+ *  sort.c  $Id: sort.c,v 4.16 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2007-07-04 11:34:52 bkorb"
  *
  *  This module implements argument sorting.
@@ -21,8 +21,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 10cf18a4916a53610db38ade658cca090f7caea0..a0ac11be578a3dccb4cf853ef46007082cb63223 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  *  stack.c
- *  $Id: stack.c,v 4.18 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: stack.c,v 4.19 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-07-30 16:56:32 bkorb"
  *
  *  This is a special option processing routine that will save the
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index b5971d84591dfc767ce6defc21f9274a55d44dd7..8360797444f722c8eabb1a8c0a9c2ef6b1efcd6a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: streqvcmp.c,v 4.16 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: streqvcmp.c,v 4.16 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-12-26 10:15:46 bkorb"
  *
  *  String Equivalence Comparison
@@ -26,8 +26,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  *
  * This array is designed for mapping upper and lower case letter
index 5666441321dff69e559e0b79307211903c429255..34d29d03f6b190f962fea5e6cf8826f8cfd29916 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: text_mmap.c,v 4.20 2009/01/01 16:49:26 bkorb Exp $
+ * $Id: text_mmap.c,v 4.20 2009/08/01 17:44:36 bkorb Exp $
  *
  * Time-stamp:      "2007-07-04 11:35:49 bkorb"
  *
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 484fc27e92a3649f25e2f97998942144f62bd4a6..2d9a1d0733ec4d37c01b8aa3252ba6852d62a525 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: time.c,v 4.4 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: time.c,v 4.4 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-11-16 14:51:48 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index bc7edfba10a4ae584545d1fdec8b3ae8d8152b6a..74295674a8a5d30e8544ea0885d316b14eb0a923 100644 (file)
@@ -18,8 +18,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index bd64a594976881f22cc1e872865d33eded1fed18..ba6782d732b38a3d29cd371aaa419504e17fca49 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  usage.c  $Id: usage.c,v 4.29 2009/01/17 22:08:09 bkorb Exp $
+ *  usage.c  $Id: usage.c,v 4.31 2009/08/01 17:44:37 bkorb Exp $
  * Time-stamp:      "2009-01-17 13:18:23 bkorb"
  *
  *  This module implements the default usage procedure for
@@ -29,8 +29,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 45a36048ec0a5b278b36baeb43691bf3a5f82af7..2eff3dbd0231a1778f2b94054e2755c41885ebdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Thu Jul 23 17:36:47 PDT 2009
+ *  Generated header for gperf generated source Sat Aug  1 11:21:22 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index a091da51c25f350e930517f25957d2e2952b115a..0005c9f7d125bb188b04f085aaa1f04abdb7b519 100644 (file)
@@ -1,5 +1,5 @@
 
-/*  $Id: version.c,v 4.18 2009/01/01 16:49:26 bkorb Exp $
+/*  $Id: version.c,v 4.17 2009/08/01 17:44:37 bkorb Exp $
  * Time-stamp:      "2008-07-27 10:11:30 bkorb"
  *
  *  This module implements the default usage procedure for
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index e081b54f6a3ca0128e98b5abdcf2e494712e3362..ae87eacaeb2e141cddd85a60a8b43447c3f50c08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Thu Jul 23 17:36:47 PDT 2009
+ *  Generated header for gperf generated source Sat Aug  1 11:21:22 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index dcdd8b7d7bd899aec95eb785d0542a1bc8fed3a3..85e384117f3d2c30f1bfdb374d6a11245eb8d292 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Character mapping generated 07/23/09 17:36:47
+ *   Character mapping generated 08/01/09 11:21:22
  *
  *  This file contains the character classifications
  *  used by AutoGen and AutoOpts for identifying tokens.
 #  include <inttypes.h>
 # elif defined(HAVE_STDINT_H)
 #  include <stdint.h>
+
 # else
-#  error "no int-types header."
-#  choke-me-now.
-# endif
-#else
+#   ifndef HAVE_INT8_T
+        typedef signed char     int8_t;
+#   endif
+#   ifndef HAVE_UINT8_T
+        typedef unsigned char   uint8_t;
+#   endif
+#   ifndef HAVE_INT16_T
+        typedef signed short    int16_t;
+#   endif
+#   ifndef HAVE_UINT16_T
+        typedef unsigned short  uint16_t;
+#   endif
+#   ifndef HAVE_UINT_T
+        typedef unsigned int    uint_t;
+#   endif
+
+#   ifndef HAVE_INT32_T
+#    if SIZEOF_INT == 4
+        typedef signed int      int32_t;
+#    elif SIZEOF_LONG == 4
+        typedef signed long     int32_t;
+#    endif
+#   endif
+
+#   ifndef HAVE_UINT32_T
+#    if SIZEOF_INT == 4
+        typedef unsigned int    uint32_t;
+#    elif SIZEOF_LONG == 4
+        typedef unsigned long   uint32_t;
+#    endif
+#   endif
+# endif /* HAVE_*INT*_H header */
+
+#else /* not HAVE_CONFIG_H -- */
 # ifdef __sun
 #  include <inttypes.h>
 # else
 #  include <stdint.h>
 # endif
-#endif
+#endif /* HAVE_CONFIG_H */
 
 #if 0 /* mapping specification source (from autogen.map) */
 // 
index 9fcc95adffd0d9b89805fc4d8d1b7cac2c3452bb..417d469ad0c7a019aa5f9e0b06f10486aeffd06d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: autoopts.c,v 4.44 2009/01/25 19:31:56 bkorb Exp $
+ *  $Id: autoopts.c,v 4.40 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-01-12 02:49:49 bkorb"
  *
  *  This file contains all of the routines that must be linked into
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 38edd3e9f7a7aa3f52509d5dd64841c524326b8d..108bcb7ac1f440d8ffae55f4720a121aa02c9452 100644 (file)
@@ -2,7 +2,7 @@
 /*
  *  Time-stamp:      "2008-11-01 20:08:06 bkorb"
  *
- *  autoopts.h  $Id: autoopts.h,v 4.41 2009/01/01 16:49:26 bkorb Exp $
+ *  autoopts.h  $Id: autoopts.h,v 4.31 2009/08/01 17:44:36 bkorb Exp $
  *
  *  This file defines all the global structures and special values
  *  used in the automated option processing library.
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 4aad8f1182ead5038d0af9df090543f383e834ef..e84bd8646874fa526f86e2fdaa795a85bd7d48a4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (options.h)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:34 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:11 AM by AutoGen 5.9.9pre4
  *  From the definitions    funcs.def
  *  and the template file   options_h
  *
@@ -144,7 +144,7 @@ typedef enum {
     OPTST_DEPRECATED_ID      =  26  /* support is being removed      */
 } opt_state_enum_t;
 
-#define OPTST_INIT           0U
+#define OPTST_INIT               0U
 #define OPTST_SET            (1U << OPTST_SET_ID)
 #define OPTST_PRESET         (1U << OPTST_PRESET_ID)
 #define OPTST_DEFINED        (1U << OPTST_DEFINED_ID)
@@ -173,40 +173,34 @@ typedef enum {
 #define OPTST_DEPRECATED     (1U << OPTST_DEPRECATED_ID)
 #define OPT_STATE_MASK       0x07FFFF7FU
 
-#define OPTST_SET_MASK       (  \
-        OPTST_SET | \
-        OPTST_PRESET | \
-        OPTST_RESET | \
-        OPTST_DEFINED )
-
-#define OPTST_MUTABLE_MASK   (  \
-        OPTST_SET | \
-        OPTST_PRESET | \
-        OPTST_RESET | \
-        OPTST_DEFINED | \
-        OPTST_EQUIVALENCE | \
-        OPTST_DISABLED | \
-        OPTST_ALLOC_ARG )
-
-#define OPTST_SELECTED_MASK  (  \
-        OPTST_SET | \
-        OPTST_DEFINED )
-
-#define OPTST_ARG_TYPE_MASK  (  \
-        OPTST_ARG_TYPE_1 | \
-        OPTST_ARG_TYPE_2 | \
-        OPTST_ARG_TYPE_3 | \
-        OPTST_ARG_TYPE_4 )
-
-#define OPTST_DO_NOT_SAVE_MASK   (  \
-        OPTST_NO_INIT | \
-        OPTST_DOCUMENT | \
-        OPTST_OMITTED )
-
-#define OPTST_NO_USAGE_MASK  (  \
-        OPTST_OMITTED | \
-        OPTST_NO_COMMAND | \
-        OPTST_DEPRECATED )
+#define OPTST_SET_MASK       ( \
+        OPTST_DEFINED | OPTST_PRESET |  OPTST_RESET | \
+        OPTST_SET \
+        /* 0x0000000FU */ )
+
+#define OPTST_MUTABLE_MASK   ( \
+        OPTST_ALLOC_ARG |   OPTST_DEFINED | \
+        OPTST_DISABLED |    OPTST_EQUIVALENCE | \
+        OPTST_PRESET |      OPTST_RESET | \
+        OPTST_SET \
+        /* 0x0000007FU */ )
+
+#define OPTST_SELECTED_MASK  ( \
+        OPTST_DEFINED | OPTST_SET \
+        /* 0x00000005U */ )
+
+#define OPTST_ARG_TYPE_MASK  ( \
+        OPTST_ARG_TYPE_1 | OPTST_ARG_TYPE_2 | OPTST_ARG_TYPE_3 | \
+        OPTST_ARG_TYPE_4 \
+        /* 0x0000F000U */ )
+
+#define OPTST_DO_NOT_SAVE_MASK   ( \
+        OPTST_DOCUMENT | OPTST_NO_INIT |  OPTST_OMITTED \
+        /* 0x00280100U */ )
+
+#define OPTST_NO_USAGE_MASK  ( \
+        OPTST_DEPRECATED | OPTST_NO_COMMAND | OPTST_OMITTED \
+        /* 0x06080000U */ )
 
 #ifdef NO_OPTIONAL_OPT_ARGS
 # undef  OPTST_ARG_OPTIONAL
@@ -253,7 +247,7 @@ typedef enum {
     OPTPROC_PRESETTING_ID      =  19  /* opt processing in preset state */
 } optproc_state_enum_t;
 
-#define OPTPROC_NONE           0U
+#define OPTPROC_NONE               0U
 #define OPTPROC_LONGOPT        (1U << OPTPROC_LONGOPT_ID)
 #define OPTPROC_SHORTOPT       (1U << OPTPROC_SHORTOPT_ID)
 #define OPTPROC_ERRSTOP        (1U << OPTPROC_ERRSTOP_ID)
@@ -273,9 +267,9 @@ typedef enum {
 #define OPTPROC_PRESETTING     (1U << OPTPROC_PRESETTING_ID)
 #define OPTPROC_STATE_MASK     0x000B3FFFU
 
-#define OPTPROC_NO_XLAT_MASK   (  \
-        OPTPROC_NXLAT_OPT_CFG | \
-        OPTPROC_NXLAT_OPT )
+#define OPTPROC_NO_XLAT_MASK   ( \
+        OPTPROC_NXLAT_OPT |     OPTPROC_NXLAT_OPT_CFG \
+        /* 0x00030000U */ )
 
 #define STMTS(s)  do { s; } while (0)
 
index 83081d5f56a0cbf994158a3ec614dad4b3248472..826da53eb7a5f924b92bcc0841ba1dfa1780d81c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (usage-txt.h)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:33 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:10 AM by AutoGen 5.9.9pre4
  *  From the definitions    usage-txt.def
  *  and the template file   usage-txt.tpl
  *
index 5f944691217fd5afc2b47b513ba2fb0701d47854..58a59d02396320519fd6feb786d5c5a463c7dbb7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: boolean.c,v 4.15 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: boolean.c,v 4.17 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-08-03 13:06:02 bkorb"
  *
  *   Automated Options Paged Usage module.
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 27c1eb45f171295ab6176280aeca742cfdbe9fed..5c73ae8e429dfe1dcb0929135fda09666131dbd9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  Time-stamp:      "2008-06-14 09:36:25 bkorb"
  *
- * $Id: compat.h,v 4.22 2009/01/01 16:49:26 bkorb Exp $
+ * $Id: compat.h,v 4.21 2009/01/01 16:51:52 bkorb Exp $
  *
  *  compat.h is free software.
  *  This file is part of AutoGen.
index d87bada3a756612960d3713cc80cc1e7b6d86a13..480674dda630308c77beb008b35707af2abb96df 100644 (file)
@@ -5,10 +5,10 @@
 /*
  * Author:           Gary V Vaughan <gvaughan@oranda.demon.co.uk>
  * Time-stamp:       "2006-09-23 19:46:16 bkorb"
- * Last Modified:    $Date: 2007/10/07 16:54:54 $
+ * Last Modified:    $Date: 2007/07/04 20:51:18 $
  *            by: bkorb
  *
- * $Id: pathfind.c,v 4.12 2007/10/07 16:54:54 bkorb Exp $
+ * $Id: pathfind.c,v 4.11 2007/07/04 20:51:18 bkorb Exp $
  */
 
 /* Code: */
index 1594f28cabbc070d2a39b0775102b4cc977857d7..76a9956f03f1b1214f33e0d00811392e67788b6e 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Time-stamp:        "2009-07-22 18:53:59 bkorb"
  *             by: bkorb
- * Last Committed:    $Date: 2009/07/23 02:05:55 $
+ * Last Committed:    $Date: 2009/07/23 02:07:46 $
  *
  *  This file is part of AutoGen.
  *
index 92b59860cf812f34823f042c3b0b0f40014d4eff..b8fdb6904b4ced2d9f72e783f79c371473656afa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  $Id: configfile.c,v 4.46 2009/01/18 22:48:51 bkorb Exp $
+ *  $Id: configfile.c,v 1.36 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-01-18 10:21:58 bkorb"
  *
  *  configuration/rc/ini file handling.
@@ -20,8 +20,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 3a66751ba3050944336c426622f00b0a40e5293e..baf9d81df9dd03abdd468f23588942bbd62ee4b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  $Id: cook.c,v 4.16 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: cook.c,v 4.18 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2007-11-16 22:49:11 bkorb"
  *
  *  This file contains the routines that deal with processing quoted strings
@@ -21,8 +21,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 6c5bad05a1d1da864339eabdc41f3ef12c838b49..1c67679b41bd3ead0d5f10e127b9bff33551bd6d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: enumeration.c,v 4.25 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: enumeration.c,v 4.26 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-27 12:28:01 bkorb"
  *
  *   Automated Options Paged Usage module.
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 03714041990db1d21fe1a0943be27f9886456487..d201e22fd1c8030445e234c5d078d7a522fb8f3d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: environment.c,v 4.20 2009/07/21 03:21:57 bkorb Exp $
+ *  $Id: environment.c,v 4.21 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2009-07-20 20:12:24 bkorb"
  *
  *  This file contains all of the routines that must be linked into
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 287119a3d43af3f0481b14d75b4748eaa31eae90..2224c8b4ef035c63d6b7c9d39a79ef860062cb22 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: file.c,v 4.7 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: file.c,v 1.9 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-07-23 17:23:46 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 54dddb06afe25f3cbb80afb760e87dd8c09ef04a..5d4e35432ac73ab5ede3ee695f9fd8e63e157b8e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.c)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:35 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:11 AM by AutoGen 5.9.9pre4
  *  From the definitions    genshell.def
  *  and the template file   options
  *
@@ -20,7 +20,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * genshellopt copyright 1999-2009 Bruce Korb - all rights reserved
+ * genshellopt copyright (c) 1999-2009 Bruce Korb - all rights reserved
  *
  * genshellopt is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
index d075431b0b6f27c192c9b075c8753eb27ebf5441..6891c9a9ee7e9e5317a5347196f25e7a6732609c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.h)
  *  
- *  It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:35 PM PDT
+ *  It has been AutoGen-ed  August  1, 2009 at 11:21:11 AM by AutoGen 5.9.9pre4
  *  From the definitions    genshell.def
  *  and the template file   options
  *
@@ -20,7 +20,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * genshellopt copyright 1999-2009 Bruce Korb - all rights reserved
+ * genshellopt copyright (c) 1999-2009 Bruce Korb - all rights reserved
  *
  * genshellopt is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
index 2d8d8b07400c612763db7fc0b0a524038d973902..f2982a7be0d683b41fc2a207f9c2c7fbe5d08efc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: load.c,v 4.37 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: load.c,v 4.29 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-12-06 10:16:05 bkorb"
  *
  *  This file contains the routines that deal with processing text strings
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 8124af14707cd39ddb2f523e29175cc937de5831..13083120aaeceba7c581675b0d04099f389937d0 100644 (file)
@@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
 dnl 
 dnl DO NOT EDIT THIS FILE   (libopts.m4)
 dnl 
-dnl It has been AutoGen-ed  Thursday July 23, 2009 at 05:36:36 PM PDT
+dnl It has been AutoGen-ed  August  1, 2009 at 11:21:13 AM by AutoGen 5.9.9pre4
 dnl From the definitions    libopts.def
 dnl and the template file   conftest.tpl
 dnl
@@ -444,7 +444,7 @@ AC_DEFUN([INVOKE_LIBOPTS_MACROS],[
 dnl @synopsis  LIBOPTS_CHECK
 dnl
 dnl Time-stamp:        "2009-07-22 18:50:49 bkorb"
-dnl Last Committed:    $Date: 2009/07/23 02:05:55 $
+dnl Last Committed:    $Date: 2009/07/23 02:07:47 $
 dnl
 dnl If autoopts-config works, add the linking information to LIBS.
 dnl Otherwise, add ``libopts-${ao_rev}'' to SUBDIRS and run all
index a2df33c932f113efe236b36fda5460342c102025..db3ce4a68c9e0f836eaeb74b3bc312b26ad77357 100644 (file)
@@ -6,7 +6,7 @@ dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
 dnl Time-stamp:        "2009-07-22 18:53:27 bkorb"
-dnl Last Committed:    $Date: 2009/07/23 02:05:55 $
+dnl Last Committed:    $Date: 2009/07/23 02:07:46 $
 
 dnl This file can can be used in projects which are not available under
 dnl the GNU General Public License or the GNU Library General Public
index dc7627d9a302a59872a154a11cf3fb94d437d51f..4d9271bfbc44f0c08134df82961f64aca4ac04f3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: makeshell.c,v 4.29 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: makeshell.c,v 4.29 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-26 16:10:51 bkorb"
  *
  *  This module will interpret the options set in the tOptions
@@ -22,8 +22,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 40033573457b03735e52de025ae7fac72f11c4e8..fddb572dae4402d37c57ad188af8e4b18a05f3c2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: nested.c,v 4.31 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: nested.c,v 4.28 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-07-28 19:18:28 bkorb"
  *
  *   Automated Options Nested Values module.
@@ -21,8 +21,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index e336ba15116cf794ec41106a6e0ba7af9656297d..1c8a4926a95b7a1d9849c9fd902c64fec7d77267 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: numeric.c,v 4.20 2009/01/17 22:08:09 bkorb Exp $
+ *  $Id: numeric.c,v 4.23 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2009-07-23 17:25:39 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 5f103cdd3fbb1296883ed13a97a4cb5065656888..d59b107ab275f854e972a16289257a273e7cdbc4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: pgusage.c,v 4.17 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: pgusage.c,v 4.18 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-27 21:08:42 bkorb"
  *
  *   Automated Options Paged Usage module.
@@ -24,8 +24,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index af35d1808fdce24e71f1a28f76e0f3825f1a26ae..10673c9aae8e9ec2f1c80e8888a14d58586560eb 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro:
  *
  * Prototypes for autoopts
- * Generated Thu Jul 23 17:36:35 PDT 2009
+ * Generated Sat Aug  1 11:21:12 PDT 2009
  */
 #ifndef AUTOOPTS_PROTO_H_GUARD
 #define AUTOOPTS_PROTO_H_GUARD 1
index 9aeaacd5203433d81d56b50f3a9e6374ec55436b..c0aac05d16811024bccf693b1f76df3bcd3e10c2 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: putshell.c,v 4.26 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: putshell.c,v 4.27 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-07-27 12:14:38 bkorb"
  *
  *  This module will interpret the options set in the tOptions
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index d23786349a47b0a1986fec1738f3cbc2c663ffd3..7f6dec967068a7b35547e051e3fc0459ca75d6b7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: reset.c,v 4.6 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: reset.c,v 4.4 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-08-02 12:25:18 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 2481a02ffaff94d9e0e99e1e292da39dd032ac8b..28b16576eb1c91c3b67f8ce13a81b980d55c204e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  restore.c  $Id: restore.c,v 4.13 2009/01/01 16:49:26 bkorb Exp $
+ *  restore.c  $Id: restore.c,v 4.15 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2007-07-04 11:34:40 bkorb"
  *
  *  This module's routines will save the current option state to memory
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 3b49b69ca77df4234cda1bcb49ba33e42b3b3fc5..4a9d76e5d2feffda1ab947aded457855df91dc9d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  save.c  $Id: save.c,v 4.35 2009/07/21 04:01:30 bkorb Exp $
+ *  save.c  $Id: save.c,v 4.32 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2009-07-20 20:40:28 bkorb"
  *
  *  This module's routines will take the currently set options and
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 4294382f875916fc16e78e60afc74ae3179fd950..900581d497abb65578f6db89c070fcb38b42aa4b 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  sort.c  $Id: sort.c,v 4.16 2009/01/01 16:49:26 bkorb Exp $
+ *  sort.c  $Id: sort.c,v 4.16 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2007-07-04 11:34:52 bkorb"
  *
  *  This module implements argument sorting.
@@ -21,8 +21,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 10cf18a4916a53610db38ade658cca090f7caea0..a0ac11be578a3dccb4cf853ef46007082cb63223 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  *  stack.c
- *  $Id: stack.c,v 4.18 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: stack.c,v 4.19 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-07-30 16:56:32 bkorb"
  *
  *  This is a special option processing routine that will save the
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index b5971d84591dfc767ce6defc21f9274a55d44dd7..8360797444f722c8eabb1a8c0a9c2ef6b1efcd6a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: streqvcmp.c,v 4.16 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: streqvcmp.c,v 4.16 2009/08/01 17:44:36 bkorb Exp $
  * Time-stamp:      "2008-12-26 10:15:46 bkorb"
  *
  *  String Equivalence Comparison
@@ -26,8 +26,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  *
  * This array is designed for mapping upper and lower case letter
index 5666441321dff69e559e0b79307211903c429255..34d29d03f6b190f962fea5e6cf8826f8cfd29916 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: text_mmap.c,v 4.20 2009/01/01 16:49:26 bkorb Exp $
+ * $Id: text_mmap.c,v 4.20 2009/08/01 17:44:36 bkorb Exp $
  *
  * Time-stamp:      "2007-07-04 11:35:49 bkorb"
  *
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 484fc27e92a3649f25e2f97998942144f62bd4a6..2d9a1d0733ec4d37c01b8aa3252ba6852d62a525 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  $Id: time.c,v 4.4 2009/01/01 16:49:26 bkorb Exp $
+ *  $Id: time.c,v 4.4 2009/08/01 17:44:36 bkorb Exp $
  *  Time-stamp:      "2008-11-16 14:51:48 bkorb"
  *
  *  This file is part of AutoOpts, a companion to AutoGen.
@@ -19,8 +19,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index bc7edfba10a4ae584545d1fdec8b3ae8d8152b6a..74295674a8a5d30e8544ea0885d316b14eb0a923 100644 (file)
@@ -18,8 +18,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index bd64a594976881f22cc1e872865d33eded1fed18..ba6782d732b38a3d29cd371aaa419504e17fca49 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- *  usage.c  $Id: usage.c,v 4.29 2009/01/17 22:08:09 bkorb Exp $
+ *  usage.c  $Id: usage.c,v 4.31 2009/08/01 17:44:37 bkorb Exp $
  * Time-stamp:      "2009-01-17 13:18:23 bkorb"
  *
  *  This module implements the default usage procedure for
@@ -29,8 +29,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index 45a36048ec0a5b278b36baeb43691bf3a5f82af7..2eff3dbd0231a1778f2b94054e2755c41885ebdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Thu Jul 23 17:36:47 PDT 2009
+ *  Generated header for gperf generated source Sat Aug  1 11:21:22 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index a091da51c25f350e930517f25957d2e2952b115a..0005c9f7d125bb188b04f085aaa1f04abdb7b519 100644 (file)
@@ -1,5 +1,5 @@
 
-/*  $Id: version.c,v 4.18 2009/01/01 16:49:26 bkorb Exp $
+/*  $Id: version.c,v 4.17 2009/08/01 17:44:37 bkorb Exp $
  * Time-stamp:      "2008-07-27 10:11:30 bkorb"
  *
  *  This module implements the default usage procedure for
@@ -23,8 +23,8 @@
  *
  *  These files have the following md5sums:
  *
- *  239588c55c22c60ffe159946a760a33e pkg/libopts/COPYING.gplv3
- *  fa82ca978890795162346e661b47161a pkg/libopts/COPYING.lgplv3
+ *  43b91e8ca915626ed3818ffb1b71248b pkg/libopts/COPYING.gplv3
+ *  06a1a2e4760c90ea5e1dad8dfaac4d39 pkg/libopts/COPYING.lgplv3
  *  66a5cedaf62c4b2637025f049f9b826f pkg/libopts/COPYING.mbsd
  */
 
index e081b54f6a3ca0128e98b5abdcf2e494712e3362..ae87eacaeb2e141cddd85a60a8b43447c3f50c08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Thu Jul 23 17:36:47 PDT 2009
+ *  Generated header for gperf generated source Sat Aug  1 11:21:22 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */