]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Thu, 26 Jan 2012 14:53:13 +0000 (15:53 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 18 Feb 2012 21:28:03 +0000 (22:28 +0100)
gnulib-local/ChangeLog
gnulib-local/lib/argmatch.h.diff
gnulib-local/lib/error.h.diff
gnulib-local/lib/fnmatch_loop.c.diff
gnulib-local/lib/getopt.in.h.diff
gnulib-local/lib/obstack.h.diff

index 38e81087843ecaadba1f03878cfbb4fb051cf01d..ec25bf049479941a2f5f6bf475c7e6d4977b11d8 100644 (file)
@@ -1,3 +1,12 @@
+2012-01-06  Bruno Haible  <bruno@clisp.org>
+
+       Update after gnulib changed.
+       * lib/argmatch.h.diff: Update.
+       * lib/error.h.diff: Update.
+       * lib/fnmatch_loop.c.diff: Update.
+       * lib/getopt.in.h.diff: Update.
+       * lib/obstack.h.diff: Update.
+
 2011-10-18  Daniel Richard G.  <skunk@iskunk.org>  (tiny change)
 
        Support for old NeXTstep 3.3 gcc.
index f47572c4f161c8781327c0d40b462540c83b628a..924e5dd12b27c78c45e41fc22ef1799f1598f31f 100644 (file)
@@ -3,7 +3,7 @@
 ***************
 *** 50,56 ****
      return.  By default, this is a function that calls ARGMATCH_DIE which
-     in turn defaults to `exit (exit_failure)'.  */
+     in turn defaults to 'exit (exit_failure)'.  */
   typedef void (*argmatch_exit_fn) (void);
 ! extern argmatch_exit_fn argmatch_die;
   
@@ -11,7 +11,7 @@
   
 --- 50,56 ----
      return.  By default, this is a function that calls ARGMATCH_DIE which
-     in turn defaults to `exit (exit_failure)'.  */
+     in turn defaults to 'exit (exit_failure)'.  */
   typedef void (*argmatch_exit_fn) (void);
 ! extern DLL_VARIABLE argmatch_exit_fn argmatch_die;
   
index 069df8d6e5dc8a9df32eab3ad0a6710799ba2012..e9f61301b41fe3403410b9b1d5502fa04ba4ce2f 100644 (file)
@@ -7,7 +7,7 @@
      function without parameters instead.  */
 ! extern void (*error_print_progname) (void);
   
-  /* This variable is incremented each time `error' is called.  */
+  /* This variable is incremented each time 'error' is called.  */
 ! extern unsigned int error_message_count;
   
   /* Sometimes we want to have at most one error per line.  This
@@ -22,7 +22,7 @@
      function without parameters instead.  */
 ! extern DLL_VARIABLE void (*error_print_progname) (void);
   
-  /* This variable is incremented each time `error' is called.  */
+  /* This variable is incremented each time 'error' is called.  */
 ! extern DLL_VARIABLE unsigned int error_message_count;
   
   /* Sometimes we want to have at most one error per line.  This
index 75c610f3dd13a6016ced6fffae7d14d79bcd63e7..1683a1433be042a415283485a4c6c92b27addf9d 100644 (file)
   
       case L_('@'):
         do
-!         /* I cannot believe it but `strcat' is actually acceptable
+!         /* I cannot believe it but 'strcat' is actually acceptable
 !            here.  Match the entire string with the prefix from the
 !            pattern list and the rest of the pattern following the
 !            pattern list.  */
 !         {
 !           struct patternlist *next;
 ! 
-!           /* I cannot believe it but `strcat' is actually acceptable
+!           /* I cannot believe it but 'strcat' is actually acceptable
 !              here.  Match the entire string with the prefix from the
 !              pattern list and the rest of the pattern following the
 !              pattern list.  */
index 573321d2c56b5416a5283369bafb6f8218bc47c5..3504f564e6c9e997044801b341825ddef453a619 100644 (file)
@@ -19,7 +19,7 @@
      defined in this header.  When this happens, include the
 ***************
 *** 111,117 ****
-     Also, when `ordering' is RETURN_IN_ORDER,
+     Also, when 'ordering' is RETURN_IN_ORDER,
      each non-option ARGV-element is returned here.  */
   
 ! extern char *optarg;
@@ -27,7 +27,7 @@
   /* Index in ARGV of the next element to be scanned.
      This is used for communication to and from the caller
 --- 119,125 ----
-     Also, when `ordering' is RETURN_IN_ORDER,
+     Also, when 'ordering' is RETURN_IN_ORDER,
      each non-option ARGV-element is returned here.  */
   
 ! extern DLL_VARIABLE char *optarg;
      This is used for communication to and from the caller
 ***************
 *** 125,140 ****
-     Otherwise, `optind' communicates from one call to the next
+     Otherwise, 'optind' communicates from one call to the next
      how much of ARGV has been scanned so far.  */
   
 ! extern int optind;
   
-  /* Callers store zero here to inhibit the error message `getopt' prints
+  /* Callers store zero here to inhibit the error message 'getopt' prints
      for unrecognized options.  */
   
 ! extern int opterr;
   #ifndef __need_getopt
   /* Describe the long-named options requested by the application.
 --- 133,148 ----
-     Otherwise, `optind' communicates from one call to the next
+     Otherwise, 'optind' communicates from one call to the next
      how much of ARGV has been scanned so far.  */
   
 ! extern DLL_VARIABLE int optind;
   
-  /* Callers store zero here to inhibit the error message `getopt' prints
+  /* Callers store zero here to inhibit the error message 'getopt' prints
      for unrecognized options.  */
   
 ! extern DLL_VARIABLE int opterr;
index e64e1db0465e9bf2ef7ad111b5a8b6f8ec350bd8..ae294b5a1425f464b41033a50c1f4f4991e483e5 100644 (file)
@@ -7,7 +7,7 @@
      return.  The default action is to print a message and abort.  */
 ! extern void (*obstack_alloc_failed_handler) (void);
   
-  /* Exit value used when `print_and_abort' is used.  */
+  /* Exit value used when 'print_and_abort' is used.  */
 ! extern int obstack_exit_failure;
   \f
   /* Pointer to beginning of object being allocated or to be allocated next.
@@ -18,7 +18,7 @@
      return.  The default action is to print a message and abort.  */
 ! extern DLL_VARIABLE void (*obstack_alloc_failed_handler) (void);
   
-  /* Exit value used when `print_and_abort' is used.  */
+  /* Exit value used when 'print_and_abort' is used.  */
 ! extern DLL_VARIABLE int obstack_exit_failure;
   \f
   /* Pointer to beginning of object being allocated or to be allocated next.