bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] minor module-related corrections


From: Jim Meyering
Subject: [bug-gnulib] minor module-related corrections
Date: Wed, 23 Mar 2005 14:16:46 +0100

There were a few modules with missing dependencies and a few
with missing "Files:" entries.  I've fixed them like this:

2005-03-23  Jim Meyering  <address@hidden>

        * modules/c-strtold (Depends-on): Add xalloc.
        * modules/c-strtod (Depends-on): Add xalloc.
        * modules/hash (Depends-on): Add xalloc.
        (Files): Remove lib/xalloc.h.

        * modules/gethrxtime (Files): Add lib/gethrxtime.h.
        * modules/userspec (Files): Add lib/inttostr.h.

Index: c-strtod
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/c-strtod,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -u -r1.4 -r1.5
--- c-strtod    21 Mar 2005 22:07:25 -0000      1.4
+++ c-strtod    23 Mar 2005 13:09:23 -0000      1.5
@@ -2,12 +2,13 @@ Description:
 Convert string to double in C locale.
 
 Files:
-lib/c-strtod.h
 lib/c-strtod.c
+lib/c-strtod.h
 m4/c-strtod.m4
 
 Depends-on:
 extensions
+xalloc
 
 configure.ac:
 gl_C_STRTOD
Index: c-strtold
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/c-strtold,v
retrieving revision 1.4
retrieving revision 1.6
diff -u -p -r1.4 -r1.6
--- c-strtold   21 Mar 2005 22:07:25 -0000      1.4
+++ c-strtold   23 Mar 2005 13:08:10 -0000      1.6
@@ -9,6 +9,7 @@ m4/c-strtod.m4
 
 Depends-on:
 extensions
+xalloc
 
 configure.ac:
 gl_C_STRTOLD
Index: hash
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/hash,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -u -r1.8 -r1.9
--- hash        21 Mar 2005 22:07:25 -0000      1.8
+++ hash        23 Mar 2005 13:08:53 -0000      1.9
@@ -2,13 +2,13 @@ Description:
 Parametrizable hash table.
 
 Files:
-lib/hash.h
 lib/hash.c
+lib/hash.h
 m4/hash.m4
-lib/xalloc.h
 
 Depends-on:
 stdbool
+xalloc
 
 configure.ac:
 gl_HASH
Index: gethrxtime
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/gethrxtime,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -u -r1.1 -r1.2
--- gethrxtime  26 Feb 2005 08:18:27 -0000      1.1
+++ gethrxtime  23 Mar 2005 11:51:30 -0000      1.2
@@ -4,6 +4,7 @@ Get high resolution real time.
 Files:
 lib/xtime.h
 lib/gethrxtime.c
+lib/gethrxtime.h
 m4/gethrxtime.m4
 m4/clock_time.m4
 m4/longlong.m4
Index: userspec
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/userspec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -u -r1.10 -r1.11
--- userspec    21 Mar 2005 22:07:25 -0000      1.10
+++ userspec    23 Mar 2005 11:51:18 -0000      1.11
@@ -2,6 +2,7 @@ Description:
 Parse a `user:group' specifier (e.g. the first argument of chown utility).
 
 Files:
+lib/inttostr.h
 lib/intprops.h
 lib/userspec.c
 lib/userspec.h




reply via email to

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