bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] white space fixes from coreutils


From: Paul Eggert
Subject: [Bug-gnulib] white space fixes from coreutils
Date: 12 Aug 2003 16:30:45 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I checked in the following white space fixes, taken from coreutils.

2003-08-12  Paul Eggert  <address@hidden>

        * srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
        strtoul.c from libc, to merge coreutils whitespace changes.
        * regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
        (From coreutils.)

Index: config/srclist.txt
===================================================================
RCS file: /cvsroot/gnulib/gnulib/config/srclist.txt,v
retrieving revision 1.21
diff -p -u -r1.21 srclist.txt
--- config/srclist.txt  12 Aug 2003 21:16:52 -0000      1.21
+++ config/srclist.txt  12 Aug 2003 23:26:33 -0000
@@ -76,10 +76,6 @@ $LIBCSRC/argp/argp-xinl.c            lib gpl
 $LIBCSRC/argp/argp.h                   lib gpl
 $LIBCSRC/posix/getopt.h                        lib gpl
 $LIBCSRC/posix/getopt1.c               lib gpl
-$LIBCSRC/posix/regex.h                 lib gpl
-$LIBCSRC/string/strdup.c               lib gpl
-$LIBCSRC/sysdeps/generic/strtoll.c     lib gpl
-$LIBCSRC/sysdeps/generic/strtoul.c     lib gpl
 #
 # These are close, but ...
 #$LIBCSRC/crypt/md5.c                  lib gpl
@@ -96,8 +92,10 @@ $LIBCSRC/sysdeps/generic/strtoul.c   lib g
 #$LIBCSRC/posix/fnmatch.h              lib gpl (fnmatch_.h in gnulib)
 #$LIBCSRC/posix/fnmatch_loop.c         lib gpl
 #$LIBCSRC/posix/getopt.c               lib gpl
+#$LIBCSRC/posix/regex.h                        lib gpl
 #$LIBCSRC/posix/tempname.c             lib gpl
 #$LIBCSRC/stdlib/rpmatch.c             lib gpl
+#$LIBCSRC/string/strdup.c              lib gpl
 #$LIBCSRC/string/strndup.c             lib gpl
 #$LIBCSRC/string/strverscmp.c          lib gpl
 #$LIBCSRC/sysdeps/generic/memchr.c     lib gpl
@@ -110,6 +108,8 @@ $LIBCSRC/sysdeps/generic/strtoul.c  lib g
 #$LIBCSRC/sysdeps/generic/strpbrk.c    lib gpl
 #$LIBCSRC/sysdeps/generic/strstr.c     lib gpl
 #$LIBCSRC/sysdeps/generic/strtol.c     lib gpl
+#$LIBCSRC/sysdeps/generic/strtoll.c    lib gpl
+#$LIBCSRC/sysdeps/generic/strtoul.c    lib gpl
 #$LIBCSRC/sysdeps/posix/dup2.c         lib gpl
 #$LIBCSRC/sysdeps/posix/euidaccess.c   lib gpl
 #$LIBCSRC/sysdeps/unix/bsd/poll.c      lib gpl
Index: lib/regex.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/regex.h,v
retrieving revision 1.19
diff -p -u -r1.19 regex.h
--- lib/regex.h 10 Aug 2003 13:54:55 -0000      1.19
+++ lib/regex.h 12 Aug 2003 23:26:35 -0000
@@ -193,7 +193,7 @@ extern reg_syntax_t re_syntax_options;
    & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS           \
        | RE_CONTEXT_INVALID_OPS ))
 
-#define RE_SYNTAX_POSIX_AWK                                            \
+#define RE_SYNTAX_POSIX_AWK                                            \
   (RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS             \
    | RE_INTERVALS          | RE_NO_GNU_OPS)
 
Index: lib/strdup.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/strdup.c,v
retrieving revision 1.10
diff -p -u -r1.10 strdup.c
--- lib/strdup.c        26 Nov 2002 22:58:57 -0000      1.10
+++ lib/strdup.c        12 Aug 2003 23:26:35 -0000
@@ -16,7 +16,7 @@
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+# include <config.h>
 #endif
 
 #if defined _LIBC || defined  STDC_HEADERS
Index: lib/strtoll.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/strtoll.c,v
retrieving revision 1.3
diff -p -u -r1.3 strtoll.c
--- lib/strtoll.c       25 Nov 2002 14:23:38 -0000      1.3
+++ lib/strtoll.c       12 Aug 2003 23:26:35 -0000
@@ -16,7 +16,7 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#define        QUAD    1
+#define QUAD 1
 
 #include <strtol.c>
 
Index: lib/strtoul.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/strtoul.c,v
retrieving revision 1.7
diff -p -u -r1.7 strtoul.c
--- lib/strtoul.c       10 Jul 2003 05:08:48 -0000      1.7
+++ lib/strtoul.c       12 Aug 2003 23:26:35 -0000
@@ -15,6 +15,6 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#define        UNSIGNED        1
+#define UNSIGNED 1
 
 #include "strtol.c"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]