gnulib.git
19 years agoRemove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert [Mon, 21 Mar 2005 22:07:25 +0000 (22:07 +0000)]
Remove lib_SOURCES line from Makefile.am section of modules where this
is now done automatically by the corresponding Autoconf macro.

19 years agoUse AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert [Mon, 21 Mar 2005 22:06:27 +0000 (22:06 +0000)]
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.

19 years ago(Depends-on): Add mempcpy.
Paul Eggert [Mon, 21 Mar 2005 20:50:10 +0000 (20:50 +0000)]
(Depends-on): Add mempcpy.

19 years ago(gl_FUNC_MEMRCHR): Check for memrchr decl.
Paul Eggert [Mon, 21 Mar 2005 20:49:41 +0000 (20:49 +0000)]
(gl_FUNC_MEMRCHR): Check for memrchr decl.

19 years ago(gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
Paul Eggert [Mon, 21 Mar 2005 20:49:26 +0000 (20:49 +0000)]
(gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.

19 years ago* path-concat.c: Don't include assert.h.
Paul Eggert [Mon, 21 Mar 2005 20:49:01 +0000 (20:49 +0000)]
* path-concat.c: Don't include assert.h.
(path_concat): Remove assertion that would have triggered
for ABASE starting with more than one slash.
Reported by Andreas Schwab.

* path-concat.c (path_concat): Set *BASE_IN_RESULT
properly when ABASE is an absolute file name.
Correct the description of this function.
Include <assert.h>.
Add an assertion and a test driver.
This fixes a bug introduced on 2004-07-02.
Andreas Schwab reported the resulting failure of cp --parents:
http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html

19 years agoDon't include xalloc.h.
Paul Eggert [Mon, 21 Mar 2005 20:48:44 +0000 (20:48 +0000)]
Don't include xalloc.h.

19 years ago* strftime.c (my_strftime): If the underlying strftime returns 0
Paul Eggert [Sat, 19 Mar 2005 05:34:47 +0000 (05:34 +0000)]
* strftime.c (my_strftime): If the underlying strftime returns 0
(which shouldn't happen), generate nothing instead of returning 0
immediately, so that nstrftime (NULL, ...) doesn't return 0.

19 years ago(my_strftime): If the underlying strftime returns 0
Paul Eggert [Sat, 19 Mar 2005 05:34:28 +0000 (05:34 +0000)]
(my_strftime): If the underlying strftime returns 0
(which shouldn't happen), generate nothing instead of returning 0
immediately, so that nstrftime (NULL, ...) doesn't return 0.

19 years agoRename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible [Thu, 17 Mar 2005 18:31:09 +0000 (18:31 +0000)]
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.

19 years ago* strftime.c (my_strftime): Prepend space to format.
Paul Eggert [Wed, 16 Mar 2005 01:05:10 +0000 (01:05 +0000)]
* strftime.c (my_strftime): Prepend space to format.

19 years ago(my_strftime): Prepend space to format so that we can
Paul Eggert [Wed, 16 Mar 2005 01:02:49 +0000 (01:02 +0000)]
(my_strftime): Prepend space to format so that we can
reliably distinguish strftime failure from empty output on POSIX
hosts.

19 years agoSync with libc.
Simon Josefsson [Tue, 15 Mar 2005 22:31:05 +0000 (22:31 +0000)]
Sync with libc.

19 years agoconfig.rpath update
Karl Berry [Tue, 15 Mar 2005 22:08:36 +0000 (22:08 +0000)]
config.rpath update

19 years agoCast the malloc/realloc results. Needed when CC=g++.
Bruno Haible [Tue, 15 Mar 2005 12:04:08 +0000 (12:04 +0000)]
Cast the malloc/realloc results. Needed when CC=g++.

19 years agoAvoid goto-ing inside the scope of a local variable. Needed when CC=g++.
Bruno Haible [Tue, 15 Mar 2005 12:01:41 +0000 (12:01 +0000)]
Avoid goto-ing inside the scope of a local variable. Needed when CC=g++.

19 years agoRename local variable 'not'. Needed when CC=g++.
Bruno Haible [Tue, 15 Mar 2005 12:00:04 +0000 (12:00 +0000)]
Rename local variable 'not'. Needed when CC=g++.

19 years agoFix comments and indenting.
Paul Eggert [Tue, 15 Mar 2005 00:43:37 +0000 (00:43 +0000)]
Fix comments and indenting.

19 years ago* mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
Paul Eggert [Tue, 15 Mar 2005 00:39:17 +0000 (00:39 +0000)]
* mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
intprops.h.
* strtol.c: Likewise.

19 years ago*** empty log message ***
Simon Josefsson [Mon, 14 Mar 2005 23:52:27 +0000 (23:52 +0000)]
*** empty log message ***

19 years agoUse proper prototype CPP guards, reported by Dave Love <fx@gnu.org>.
Simon Josefsson [Mon, 14 Mar 2005 23:51:24 +0000 (23:51 +0000)]
Use proper prototype CPP guards, reported by Dave Love <fx@gnu.org>.

19 years ago* strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
Paul Eggert [Mon, 14 Mar 2005 23:23:43 +0000 (23:23 +0000)]
* strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
&& HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[].

19 years agoUpgrade to GNU gettext 0.14.3.
Bruno Haible [Mon, 14 Mar 2005 21:57:31 +0000 (21:57 +0000)]
Upgrade to GNU gettext 0.14.3.

19 years agomktime.c unsync
Karl Berry [Sun, 13 Mar 2005 14:22:21 +0000 (14:22 +0000)]
mktime.c unsync

19 years ago*** empty log message ***
Jim Meyering [Thu, 10 Mar 2005 08:55:50 +0000 (08:55 +0000)]
*** empty log message ***

19 years ago(gl_SAVE_CWD): Check for fchdir.
Jim Meyering [Thu, 10 Mar 2005 08:55:38 +0000 (08:55 +0000)]
(gl_SAVE_CWD): Check for fchdir.

19 years ago.
Karl Berry [Thu, 10 Mar 2005 08:32:52 +0000 (08:32 +0000)]
.

19 years agoreplace leading spaces with TABs
Jim Meyering [Wed, 9 Mar 2005 23:23:58 +0000 (23:23 +0000)]
replace leading spaces with TABs

19 years agoAdd TYPE_ONES_COMPLEMENT and TYPE_SIGNED_MAGNITUDE, and use
Paul Eggert [Wed, 9 Mar 2005 23:22:50 +0000 (23:22 +0000)]
Add TYPE_ONES_COMPLEMENT and TYPE_SIGNED_MAGNITUDE, and use
less-tricky TYPE_MINIMUM and TYPE_MAXIMUM.

19 years ago*** empty log message ***
Jim Meyering [Wed, 9 Mar 2005 23:22:24 +0000 (23:22 +0000)]
*** empty log message ***

19 years ago[!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
Jim Meyering [Wed, 9 Mar 2005 23:22:08 +0000 (23:22 +0000)]
[!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
so that this module works on systems without fchdir.

19 years agoFactor int-properties macros into a single file, except for
Paul Eggert [Wed, 9 Mar 2005 19:11:23 +0000 (19:11 +0000)]
Factor int-properties macros into a single file, except for
glibc-related files.
* lib/intprops.h: New file.
* lib/getloadavg.c: Include it instead of limits.h.
(INT_STRLEN_BOUND): Remove.
* lib/human.c: Include intprops.h.
(group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
* lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than 302/1000.
* lib/inttostr.h: Include intprops.h instead of limits.h.
(INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
* lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
for consistency with intprops.h.
(time_t_is_integer, twos_complement_arithmetic): Use them.
* lib/sig2str.h: Include <signal.h>, intprops.h.
(INT_STRLEN_BOUND): Remove.
* lib/strftime.c (TYPE_SIGNED): Remove.
(INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
* lib/strtol.c: Adjust comments to match intprops.h.
* lib/userspec.c: Include intprops.h.
(TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
* lib/utimecmp.c, lib/xnanosleep.c, lib/xstrtol.c: Likewise.
* lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
instead of rolling our own expressions.
* lib/xstrtol.c: Include xstrtol.h first, to test interface.
* modules/getloadavg (Files): Add lib/intprops.h.
* modules/human (Files): Likewise.
* modules/inttostr (Files): Likewise.
* modules/sig2str (Files): Likewise.
* modules/userspec (Files): Likewise.
* modules/utimecmp (Files): Likewise.
* modules/xnanosleep (Files): Likewise.
* modules/xstrtol (Files): Likewise.

19 years agoInclude <stdbool.h>. Use bool where appropriate,
Paul Eggert [Wed, 9 Mar 2005 18:39:39 +0000 (18:39 +0000)]
Include <stdbool.h>.  Use bool where appropriate,
instead of int.
(my_strftime): Do not mishandle years close to INT_MAX, by doing
the right thing even if adding 1900 would overflow.  Similarly
for tm_mon + 1 and tm_yday + 1.
Make %Y always equivalent to %C%y, and similarly for %G and %g.
(DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
(DO_SIGNED_NUMBER): New macro.
(my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.

19 years agoautoupdate
Karl Berry [Tue, 8 Mar 2005 13:25:38 +0000 (13:25 +0000)]
autoupdate

19 years agoDon't define MAP_FILE and MAP_FAILED before <sys/mman.h> has been included.
Bruno Haible [Mon, 7 Mar 2005 17:29:29 +0000 (17:29 +0000)]
Don't define MAP_FILE and MAP_FAILED before <sys/mman.h> has been included.

19 years agoglibcsync
Karl Berry [Sat, 5 Mar 2005 13:56:37 +0000 (13:56 +0000)]
glibcsync

19 years ago.
Karl Berry [Sat, 5 Mar 2005 08:32:15 +0000 (08:32 +0000)]
.

19 years agoPreserve timestamps of files that have not changed.
Bruno Haible [Fri, 4 Mar 2005 19:36:42 +0000 (19:36 +0000)]
Preserve timestamps of files that have not changed.

19 years ago* gnulib-tool: Only replace files via --import when they have
Paul Eggert [Fri, 4 Mar 2005 19:28:13 +0000 (19:28 +0000)]
* gnulib-tool: Only replace files via --import when they have
actually changed.

19 years agoSet errno when malloc() fails.
Bruno Haible [Fri, 4 Mar 2005 12:28:13 +0000 (12:28 +0000)]
Set errno when malloc() fails.

19 years agoNew module 'pagealign_alloc'.
Bruno Haible [Fri, 4 Mar 2005 12:10:04 +0000 (12:10 +0000)]
New module 'pagealign_alloc'.

19 years ago.
Karl Berry [Fri, 4 Mar 2005 08:33:08 +0000 (08:33 +0000)]
.

19 years agoUse an all-permissive copyright notice.
Bruno Haible [Thu, 3 Mar 2005 20:59:01 +0000 (20:59 +0000)]
Use an all-permissive copyright notice.

19 years agoFrom Derek Price:
Bruno Haible [Thu, 3 Mar 2005 20:38:38 +0000 (20:38 +0000)]
From Derek Price:
(pagealign_alloc): Set var to const as possible.
Check for MAP_FAILED return from mmap.  Set errno on failure of
posix_memalign().  Catch munmap failure.

19 years agoNote pagealign_alloc() sets errno on failure.
Bruno Haible [Thu, 3 Mar 2005 20:38:05 +0000 (20:38 +0000)]
Note pagealign_alloc() sets errno on failure.

19 years agoFrom Derek Price: Define MAP_FAILED when necessary.
Bruno Haible [Thu, 3 Mar 2005 20:33:06 +0000 (20:33 +0000)]
From Derek Price: Define MAP_FAILED when necessary.

19 years agoInternationalize an error message.
Bruno Haible [Thu, 3 Mar 2005 16:39:16 +0000 (16:39 +0000)]
Internationalize an error message.

19 years agoCheck or don't check for allocation failure? Provide both alternatives.
Bruno Haible [Thu, 3 Mar 2005 16:21:00 +0000 (16:21 +0000)]
Check or don't check for allocation failure? Provide both alternatives.

19 years agoRename gl_FUNC_MMAP to gl_FUNC_MMAP_ANON.
Bruno Haible [Thu, 3 Mar 2005 16:06:03 +0000 (16:06 +0000)]
Rename gl_FUNC_MMAP to gl_FUNC_MMAP_ANON.

19 years agoNew module 'pagealign_alloc'.
Bruno Haible [Thu, 3 Mar 2005 14:07:04 +0000 (14:07 +0000)]
New module 'pagealign_alloc'.

19 years agoFix for AIX.
Bruno Haible [Wed, 2 Mar 2005 17:19:44 +0000 (17:19 +0000)]
Fix for AIX.

19 years agovasprintf.h from gettext-tools not gettext-runtime
Karl Berry [Wed, 2 Mar 2005 16:51:18 +0000 (16:51 +0000)]
vasprintf.h from gettext-tools not gettext-runtime

19 years agosync (copyright years)
Karl Berry [Wed, 2 Mar 2005 14:56:43 +0000 (14:56 +0000)]
sync (copyright years)

19 years ago.
Karl Berry [Wed, 2 Mar 2005 08:33:37 +0000 (08:33 +0000)]
.

19 years agoreenable all gettext entries since 0.14.2 has been released
Karl Berry [Wed, 2 Mar 2005 01:39:26 +0000 (01:39 +0000)]
reenable all gettext entries since 0.14.2 has been released

19 years ago* modules/gettime (Makefile.am): Remove lib_SOURCES line.
Paul Eggert [Tue, 1 Mar 2005 21:23:07 +0000 (21:23 +0000)]
* modules/gettime (Makefile.am): Remove lib_SOURCES line.
(Include): Add "timespec.h".

19 years ago(Makefile.am): Remove lib_SOURCES line.
Paul Eggert [Tue, 1 Mar 2005 21:22:53 +0000 (21:22 +0000)]
(Makefile.am): Remove lib_SOURCES line.
(Include): Add "timespec.h".

19 years agoRemove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert [Tue, 1 Mar 2005 17:25:09 +0000 (17:25 +0000)]
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
The workaround isn't strictly needed for POSIX conformance, and
it's too much of a pain to configure and maintain.  We'll ask
people to fix their kernels instead.
* modules/xnanosleep (Depends-on): Remove gethrxtime.
* lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
(NANOSLEEP_BUG_WORKAROUND): Remove.
(xnanosleep): Remove the workaround.
* m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
to detect nanosleep bug.

19 years agoUpdate from gettext 0.14.2.
Bruno Haible [Tue, 1 Mar 2005 15:36:36 +0000 (15:36 +0000)]
Update from gettext 0.14.2.

19 years ago.
Karl Berry [Sat, 26 Feb 2005 08:32:36 +0000 (08:32 +0000)]
.

19 years ago* modules/gethrxtime: New file.
Paul Eggert [Sat, 26 Feb 2005 08:18:27 +0000 (08:18 +0000)]
* modules/gethrxtime: New file.
* modules/xnanosleep (Files): Add m4/xnanosleep.m4.
(Depends-on): Add gethrxtime.
(configure.ac): Add gl_XNANOSLEEP.
(Makefile.am): Remove lib_SOURCES line.

* lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
* lib/timespec.h (gettime): Return void, since it always
succeeds now.  All uses changed.
* lib/gettime.c (gettime) Likewise.
[HAVE_NANOTIME]: Prefer nanotime.
Assume gettimeofday succeeds, as POSIX requires.
Assime time () succeeds, since other code already does.
* lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
(timespec_subtract): Remove.
(NANOSLEEP_BUG_WORKAROUND): New constant.
(xnanosleep): Use gethrxtime rather than gettime; this simplifies
things considerably.  Use it only on GNU/Linux hosts, since the
workaround shouldn't be needed elsewhere.

* m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
* m4/gettime.m4 (gl_GETTIME): Check for nanotime.

19 years ago.
Karl Berry [Fri, 25 Feb 2005 08:33:07 +0000 (08:33 +0000)]
.

19 years agoModule 'gettext': New file glibc2.m4.
Bruno Haible [Thu, 24 Feb 2005 20:14:40 +0000 (20:14 +0000)]
Module 'gettext': New file glibc2.m4.

19 years agoUpdate from GNU gettext 0.14.2.
Bruno Haible [Thu, 24 Feb 2005 20:12:45 +0000 (20:12 +0000)]
Update from GNU gettext 0.14.2.

19 years agoUpdate from GNU gettext 0.14.2.
Bruno Haible [Thu, 24 Feb 2005 19:54:14 +0000 (19:54 +0000)]
Update from GNU gettext 0.14.2.

19 years ago.
Karl Berry [Thu, 24 Feb 2005 08:33:17 +0000 (08:33 +0000)]
.

19 years ago2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 23 Feb 2005 23:33:41 +0000 (23:33 +0000)]
2005-02-22  Simon Josefsson  <jas@extundo.com>

* srclist.txt: Sync iconvme.h, iconvme.c from libc.

19 years ago2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 23 Feb 2005 23:32:59 +0000 (23:32 +0000)]
2005-02-22  Simon Josefsson  <jas@extundo.com>

* modules/iconvme: New file.

* MODULES.html.sh: Add iconvme.

19 years ago2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 23 Feb 2005 23:31:39 +0000 (23:31 +0000)]
2005-02-22  Simon Josefsson  <jas@extundo.com>

* iconvme.m4: New file.

19 years agoRemove (accidentally prematurely added).
Simon Josefsson [Wed, 23 Feb 2005 23:31:01 +0000 (23:31 +0000)]
Remove (accidentally prematurely added).

19 years ago2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 23 Feb 2005 23:30:10 +0000 (23:30 +0000)]
2005-02-22  Simon Josefsson  <jas@extundo.com>

* iconvme.h, iconvme.c: New files, from libc.

19 years ago*** empty log message ***
Jim Meyering [Wed, 23 Feb 2005 13:50:51 +0000 (13:50 +0000)]
*** empty log message ***

19 years ago(gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change.
Jim Meyering [Wed, 23 Feb 2005 13:49:36 +0000 (13:49 +0000)]
(gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change.
Thanks to Bruno Haible for catching it.

19 years ago*** empty log message ***
Jim Meyering [Tue, 22 Feb 2005 14:29:09 +0000 (14:29 +0000)]
*** empty log message ***

19 years ago(gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/.
Jim Meyering [Tue, 22 Feb 2005 14:28:57 +0000 (14:28 +0000)]
(gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/.

19 years ago*** empty log message ***
Jim Meyering [Sun, 20 Feb 2005 16:37:57 +0000 (16:37 +0000)]
*** empty log message ***

19 years ago(xgethostname): Check for ENOMEM, which is
Jim Meyering [Sun, 20 Feb 2005 16:35:32 +0000 (16:35 +0000)]
(xgethostname): Check for ENOMEM, which is
returned by OSX/Darwin if the specified buffer is not large
enough for the hostname.

19 years agoupdate from texinfo
Karl Berry [Sun, 20 Feb 2005 13:39:04 +0000 (13:39 +0000)]
update from texinfo

19 years agolastupdate
Karl Berry [Tue, 15 Feb 2005 22:21:15 +0000 (22:21 +0000)]
lastupdate

19 years agoupdate from texinfo
Karl Berry [Tue, 15 Feb 2005 01:34:46 +0000 (01:34 +0000)]
update from texinfo

19 years agoupdate from gnustandards
Karl Berry [Sun, 13 Feb 2005 19:18:31 +0000 (19:18 +0000)]
update from gnustandards

19 years agoChangeLog entry optics.
Bruno Haible [Sat, 12 Feb 2005 15:30:49 +0000 (15:30 +0000)]
ChangeLog entry optics.

19 years agoautoupdate
Karl Berry [Thu, 10 Feb 2005 13:15:52 +0000 (13:15 +0000)]
autoupdate

19 years agoauto update
Karl Berry [Sun, 6 Feb 2005 13:08:17 +0000 (13:08 +0000)]
auto update

19 years ago.
Karl Berry [Fri, 4 Feb 2005 08:53:03 +0000 (08:53 +0000)]
.

19 years ago* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert [Thu, 3 Feb 2005 20:38:14 +0000 (20:38 +0000)]
* modules/chdir-long (Depends-on): Add memrchr.
* modules/memrchr (Files): Add lib/memrchr.h.
(Include): "memrchr.h".
* lib/memrchr.h: New file.
* lib/chdir-long.c: Include it.
* lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
Don't bother including stddef.h.
* m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.

19 years agoUpdated
Sergey Poznyakoff [Wed, 2 Feb 2005 23:29:01 +0000 (23:29 +0000)]
Updated

19 years ago(update copyright year)
Sergey Poznyakoff [Wed, 2 Feb 2005 23:28:03 +0000 (23:28 +0000)]
(update copyright year)

19 years ago(__argp_help): Create a fake struct argp_state and
Sergey Poznyakoff [Wed, 2 Feb 2005 23:26:56 +0000 (23:26 +0000)]
(__argp_help): Create a fake struct argp_state and
pass it to _help, otherwise the latter coredumps trying to
dereference state.root_argp.

19 years agoupdate from autoconf
Karl Berry [Wed, 2 Feb 2005 12:32:04 +0000 (12:32 +0000)]
update from autoconf

19 years ago* mountlist.h (MOUNTLIST_H_): New macro, to protect against double
Paul Eggert [Tue, 1 Feb 2005 23:56:46 +0000 (23:56 +0000)]
* mountlist.h (MOUNTLIST_H_): New macro, to protect against double
inclusion.
Include <sys/types.h>, for dev_t.
(ME_DUMMY, ME_REMOTE): Move from here....
* mountlist.c (ME_DUMMY, ME_REMOTE): To here.
(ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
Dmitry V. Levin.
Include mountlist.h first, to test the interface.

19 years agoupdate from texinfo
Karl Berry [Mon, 31 Jan 2005 01:07:36 +0000 (01:07 +0000)]
update from texinfo

19 years agoFix a link error on MacOS X.
Bruno Haible [Sat, 29 Jan 2005 15:11:35 +0000 (15:11 +0000)]
Fix a link error on MacOS X.

19 years agoSync from coreutils.
Paul Eggert [Fri, 28 Jan 2005 23:23:32 +0000 (23:23 +0000)]
Sync from coreutils.
* modules/getloadavg (Files): Remove m4/getloadavg.m4.
(Depends-on): Add c-strtod.
(configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
* m4/getloadavg.m4, m4/glibc.m4, m4/search-libs.m4: Remove.

* m4/check-decl.m4, m4/jm-macros.m4, m4/lib-check.m4, m4/prereq.m4:
Remove files that are specific to coreutils.

19 years agoNew module 'javacomp'.
Bruno Haible [Fri, 28 Jan 2005 12:08:30 +0000 (12:08 +0000)]
New module 'javacomp'.

19 years agoNew module 'javaexec'.
Bruno Haible [Fri, 28 Jan 2005 12:05:12 +0000 (12:05 +0000)]
New module 'javaexec'.

19 years agognustandards sync
Karl Berry [Fri, 28 Jan 2005 01:35:16 +0000 (01:35 +0000)]
gnustandards sync

19 years ago.
Karl Berry [Thu, 27 Jan 2005 08:33:23 +0000 (08:33 +0000)]
.

19 years agoNew module 'javaexec'.
Bruno Haible [Wed, 26 Jan 2005 17:01:02 +0000 (17:01 +0000)]
New module 'javaexec'.

19 years agogai_strerror.c: Use GPL in header.
Simon Josefsson [Wed, 26 Jan 2005 16:45:02 +0000 (16:45 +0000)]
gai_strerror.c: Use GPL in header.