gnulib.git
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.

19 years agopropagate license change
Karl Berry [Wed, 26 Jan 2005 14:04:23 +0000 (14:04 +0000)]
propagate license change

19 years agomore gettext unsyncs
Karl Berry [Tue, 25 Jan 2005 14:33:30 +0000 (14:33 +0000)]
more gettext unsyncs

19 years ago(__argp_error): Check return value of __asprintf
Sergey Poznyakoff [Mon, 24 Jan 2005 13:06:58 +0000 (13:06 +0000)]
(__argp_error): Check return value of __asprintf
(__argp_failure): Translate error message

19 years agoUpdated
Sergey Poznyakoff [Mon, 24 Jan 2005 13:04:43 +0000 (13:04 +0000)]
Updated

19 years ago(Depends-on): Remove lchown.h
Sergey Poznyakoff [Mon, 24 Jan 2005 13:04:34 +0000 (13:04 +0000)]
(Depends-on): Remove lchown.h

19 years agoUpdated
Sergey Poznyakoff [Mon, 24 Jan 2005 10:15:18 +0000 (10:15 +0000)]
Updated

19 years agoAvoid using non-constant initializers for struct pentry_state.
Sergey Poznyakoff [Mon, 24 Jan 2005 10:14:36 +0000 (10:14 +0000)]
Avoid using non-constant initializers for struct pentry_state.

19 years agoRemoved braces around the expansion of N_()
Sergey Poznyakoff [Mon, 24 Jan 2005 10:06:11 +0000 (10:06 +0000)]
Removed braces around the expansion of N_()

19 years agoUpdated
Sergey Poznyakoff [Mon, 24 Jan 2005 10:02:44 +0000 (10:02 +0000)]
Updated

19 years ago(gl_SYSEXITS): Reverted logic. SYSEXITS_H
Sergey Poznyakoff [Mon, 24 Jan 2005 10:02:25 +0000 (10:02 +0000)]
(gl_SYSEXITS): Reverted logic. SYSEXITS_H
must be defined if the header file was not found, in order
to provide a replacement. Reported by Todd Vierling <tv@duh.org>

19 years ago.
Karl Berry [Sun, 23 Jan 2005 09:16:27 +0000 (09:16 +0000)]
.

19 years agoUse an all-permissive copyright notice, recommended by RMS.
Paul Eggert [Sun, 23 Jan 2005 08:06:57 +0000 (08:06 +0000)]
Use an all-permissive copyright notice, recommended by RMS.

19 years agoFix date in latest changelog entry.
Paul Eggert [Sat, 22 Jan 2005 05:38:27 +0000 (05:38 +0000)]
Fix date in latest changelog entry.

19 years ago* modules/chdir-long (Depends-on): Remove mempcpy.
Paul Eggert [Sat, 22 Jan 2005 05:37:06 +0000 (05:37 +0000)]
* modules/chdir-long (Depends-on): Remove mempcpy.

* lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
same value as for Solaris 9.

* lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
component length.  This included changing the parameter to be
of type `char *' rather than `char const *'.
* lib/chdir-long.h (chdir_long): Update prototype.

* lib/openat.c (fdopendir, fstatat): New functions.
* lib/openat.h: Include headers required for use of DIR and struct stat.
[AT_SYMLINK_NOFOLLOW]: Define.
(fdopendir, fstatat): Add prototypes.

19 years agoNew module 'classpath'.
Bruno Haible [Fri, 21 Jan 2005 13:11:05 +0000 (13:11 +0000)]
New module 'classpath'.

19 years agoRegenerate.
Paul Eggert [Fri, 21 Jan 2005 00:26:40 +0000 (00:26 +0000)]
Regenerate.

19 years ago* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert [Fri, 21 Jan 2005 00:24:52 +0000 (00:24 +0000)]
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
* modules/version-etc-fsf: New file.
* lib/version-etc-fsf.c: New file, with version_etc_copyright.
* lib/version-etc.c: Remove version_etc_copyright.
* lib/version-etc.h (version_etc_copyright): Use [] instead of * in
prototype.

19 years ago* lib/save-cwd.c (save_cwd): Remove code to support the case
Paul Eggert [Thu, 20 Jan 2005 22:21:01 +0000 (22:21 +0000)]
* lib/save-cwd.c (save_cwd): Remove code to support the case
where fchdir is missing or flaky.
* m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.

19 years ago* base64.h (isbase64): Add.
Simon Josefsson [Thu, 20 Jan 2005 12:22:11 +0000 (12:22 +0000)]
* base64.h (isbase64): Add.
* base64.c (isb64): Rename to isbase64, use to_uchar instead of
using a unsigned prototype, don't inline.
(base64_decode): Use it.

19 years agoRegenerate.
Paul Eggert [Wed, 19 Jan 2005 19:23:12 +0000 (19:23 +0000)]
Regenerate.

19 years agomempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert [Wed, 19 Jan 2005 19:21:39 +0000 (19:21 +0000)]
mempcpy update; add ullong_max to MODULES.html.sh

19 years ago(Sizes of integer types <limits.h>): New element, with new ullong_max module.
Paul Eggert [Wed, 19 Jan 2005 19:21:17 +0000 (19:21 +0000)]
(Sizes of integer types <limits.h>): New element, with new ullong_max module.

19 years ago(gl_FUNC_MEMPCPY): Use AC_LIBSOURCES.
Paul Eggert [Wed, 19 Jan 2005 19:11:15 +0000 (19:11 +0000)]
(gl_FUNC_MEMPCPY): Use AC_LIBSOURCES.

19 years ago(Makefile.am): Remove mention of mempcpy.h; AC_LIBSOURCES now does this.
Paul Eggert [Wed, 19 Jan 2005 19:10:24 +0000 (19:10 +0000)]
(Makefile.am): Remove mention of mempcpy.h; AC_LIBSOURCES now does this.

19 years agoNew module 'sh-quote'.
Bruno Haible [Wed, 19 Jan 2005 13:54:54 +0000 (13:54 +0000)]
New module 'sh-quote'.

19 years agoMerge from coreutils.
Paul Eggert [Tue, 18 Jan 2005 23:53:37 +0000 (23:53 +0000)]
Merge from coreutils.

19 years agoWork around tests/touch/empty-file failure on a system
Paul Eggert [Tue, 18 Jan 2005 23:52:18 +0000 (23:52 +0000)]
Work around tests/touch/empty-file failure on a system
(sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
NULL-means-set-to-current-time semantics.
Remove temporary file immediately, rather than waiting
for configure's at-exit trap code to do it.

19 years agoFix typo in copyright notice.
Paul Eggert [Tue, 18 Jan 2005 23:42:19 +0000 (23:42 +0000)]
Fix typo in copyright notice.

19 years ago(gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
Paul Eggert [Tue, 18 Jan 2005 23:40:57 +0000 (23:40 +0000)]
(gl_FUNC_LCHOWN): Use AC_LIBSOURCES.

19 years ago(gl_MACROS): Require gl_ULLONG_MAX.
Paul Eggert [Tue, 18 Jan 2005 23:34:45 +0000 (23:34 +0000)]
(gl_MACROS): Require gl_ULLONG_MAX.
(gl_MACROS): Assume localeconv exists.
(gl_MACROS): Require gl_FUNC_CHDIR_LONG.

19 years agoInitial version.
Paul Eggert [Tue, 18 Jan 2005 23:30:19 +0000 (23:30 +0000)]
Initial version.

19 years ago(gl_FUNC_CHOWN): When cross-compiling, assume that chown
Paul Eggert [Tue, 18 Jan 2005 23:20:16 +0000 (23:20 +0000)]
(gl_FUNC_CHOWN): When cross-compiling, assume that chown
is sane and DOES follow symlinks.

19 years ago(version_etc_copyright): Update copyright date.
Paul Eggert [Tue, 18 Jan 2005 22:08:49 +0000 (22:08 +0000)]
(version_etc_copyright): Update copyright date.

19 years ago(futimens): Account for the fact that futimes
Paul Eggert [Tue, 18 Jan 2005 22:06:23 +0000 (22:06 +0000)]
(futimens): Account for the fact that futimes
can also fail with errno == ENOENT or errno == ENOSYS.

19 years ago* modules/chdir-long, modules/openat: New files.
Paul Eggert [Tue, 18 Jan 2005 21:58:11 +0000 (21:58 +0000)]
* modules/chdir-long, modules/openat: New files.
* modules/save-cwd (Depends-on): Depend on chdir-long.
(Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
* lib/save-cwd.c: Include "save-cwd.h" before other include files.
(O_DIRECTORY): Remove; not needed here, since "." must be
a directory.  All uses removed.
(save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
universal on Suns, and we also need to test for IRIX.
Revamp code to use 'if' rather than '#if'.
Avoid unnecessary comparison of cwd->desc to 0.

Change the name of the robust chdir function from chdir to chdir_long.
* lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
(restore_cwd): Use chdir_long, not chdir.
* lib/chdir-long.c: Renamed from chdir.c.
* lib/chdir-long.h: Renamed from chdir.h.
[!defined PATH_MAX]: Define chdir_long to chdir on systems like the Hurd.

* m4/chdir-long.m4, openat.m4: New files.
* m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
save-cwd.h.  Add AC_LIBOBJ for save-cwd.

19 years agoMerge changes from coreutils.
Paul Eggert [Tue, 18 Jan 2005 21:09:14 +0000 (21:09 +0000)]
Merge changes from coreutils.
[DEFAULT_ALIGNMENT]: Use an intermediate type to simplify
offsetof() macro construct to avoid compile failure with native HP-UX
11.0 ANSI C compiler.

19 years agoUse an all-permissive copyright notice.
Bruno Haible [Tue, 18 Jan 2005 13:11:07 +0000 (13:11 +0000)]
Use an all-permissive copyright notice.

19 years agoUse an all-permissive copyright notice, recommended by RMS.
Bruno Haible [Tue, 18 Jan 2005 13:07:56 +0000 (13:07 +0000)]
Use an all-permissive copyright notice, recommended by RMS.

19 years agoMove some conditionals from the .c file to the .m4 file.
Bruno Haible [Mon, 17 Jan 2005 13:15:19 +0000 (13:15 +0000)]
Move some conditionals from the .c file to the .m4 file.