gnulib.git
17 years ago* lib/xstrndup.c: Assume config.h.
Eric Blake [Sat, 28 Oct 2006 18:21:16 +0000 (18:21 +0000)]
* lib/xstrndup.c: Assume config.h.

17 years ago.
Karl Berry [Sat, 28 Oct 2006 07:40:05 +0000 (07:40 +0000)]
.

17 years agoMove stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
Paul Eggert [Fri, 27 Oct 2006 20:46:43 +0000 (20:46 +0000)]
Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
stat-macros.h is now for our own macros, whereas stat_h is for
macros in the <sys/stat.h> name space.
* lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
(STAT_MACROS_H): Remove.
(S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
(S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
(S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
(S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
(S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
(S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
Move these macros to ...
* lib/stat_.h: here.  Don't include stat-macros.h.
* lib/canonicalize.c: Don't include stat-macros.h.
* lib/chown.c: Likewise.
* lib/euidaccess.c: Likewise.
* lib/file-type.c: Likewise.
* lib/filemode.c: Likewise.
* lib/glob.c: Likewise.
* lib/isapipe.c: Likewise.
* lib/lchown.c: Likewise.
* lib/lstat.c: Likewise.
* lib/mkdir-p.c: Likewise.
* lib/rmdir.c: Likewise.
* m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
* m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
unless mkdir isn't declared, to speed up 'configure'.
Always create sys/stat.h, since it's unlikely any real sys/stat.h
would define all the S_* symbols.
* modules/canonicalize (Depends-on):
Depend on sys_stat, not stat-macros.
* modules/chown: Likewise.
* modules/euidaccess: Likewise.
* modules/filemode: Likewise.
* modules/file-type: Likewise.
* modules/glob: Likewise.
* modules/isapipe: Likewise.
* modules/lchown: Likewise.
* modules/lstat: Likewise.
* modules/mkancesdirs: Likewise.
* modules/rmdir: Likewise.
* modules/mkdir-p (Depends-on): Also depend on sys_stat.
* modules/modechange: Likewise.
* modules/stat-macros (Files): Remove m4/stat-macros.m4.
(configure.ac): Remove gl_STAT_MACROS.
* modules/sys_stat (Depends-on): Remove stat-macros.

17 years agoUpdate after gettext-0.16 release.
Bruno Haible [Fri, 27 Oct 2006 17:16:24 +0000 (17:16 +0000)]
Update after gettext-0.16 release.

17 years agoAssume that the C compiler understands the 'signed' keyword.
Bruno Haible [Fri, 27 Oct 2006 17:11:53 +0000 (17:11 +0000)]
Assume that the C compiler understands the 'signed' keyword.

17 years agoUpdate to GNU gettext 0.16.
Bruno Haible [Fri, 27 Oct 2006 17:04:44 +0000 (17:04 +0000)]
Update to GNU gettext 0.16.

17 years agoFix email address in ChangeLog entry.
Bruno Haible [Fri, 27 Oct 2006 17:00:08 +0000 (17:00 +0000)]
Fix email address in ChangeLog entry.

17 years agoUpgrade to GNU gettext 0.16.
Bruno Haible [Fri, 27 Oct 2006 14:06:54 +0000 (14:06 +0000)]
Upgrade to GNU gettext 0.16.

17 years ago* MODULES.html.sh: Document tempname.
Eric Blake [Fri, 27 Oct 2006 13:51:23 +0000 (13:51 +0000)]
* MODULES.html.sh: Document tempname.
* modules/mkstemp (Depends-on): Add tempname, and drop transitive
dependencies.
(Files): Move lib/tempname.c...
* modules/tempname: ...to this new module.
* m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
(gl_PREREQ_TEMPNAME): Move...
* m4/tempname.m4: ...to this new file.
* lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
* modules/sys_stat (Depends-on): Add stat-macros.
* lib/stat_.h (includes): Pick up stat macros.
* m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
if stat macros are broken.
* lib/tempname.c (includes): No need to include "stat-macros.h".
(__gen_tempname) [!_LIBC]: Expose as gen_tempname.
(direxists, __path_search) [!_LIBC]: Don't compile these in
gnulib; the tmpdir module covers that.
* lib/tempname.h: New file.

17 years ago* COPYING: Explain how gnulib-tool converts licence headers.
Paul Eggert [Thu, 26 Oct 2006 16:20:28 +0000 (16:20 +0000)]
* COPYING: Explain how gnulib-tool converts licence headers.
Almost all wording by Eric Blake.

17 years agoMake read-only array really read-only. Saves a few bytes in the .data segment.
Bruno Haible [Thu, 26 Oct 2006 11:56:02 +0000 (11:56 +0000)]
Make read-only array really read-only. Saves a few bytes in the .data segment.

17 years agoAvoid a gcc warning.
Bruno Haible [Thu, 26 Oct 2006 11:36:41 +0000 (11:36 +0000)]
Avoid a gcc warning.

17 years agoOne more modif.
Bruno Haible [Wed, 25 Oct 2006 18:56:19 +0000 (18:56 +0000)]
One more modif.

17 years agoRemove incorrect comment.
Bruno Haible [Wed, 25 Oct 2006 17:00:04 +0000 (17:00 +0000)]
Remove incorrect comment.

17 years agoOnly g++ supports variable-size arrays nowadays.
Bruno Haible [Wed, 25 Oct 2006 16:56:37 +0000 (16:56 +0000)]
Only g++ supports variable-size arrays nowadays.

17 years agoAvoid compilation errors with some C++ compilers.
Bruno Haible [Wed, 25 Oct 2006 16:14:34 +0000 (16:14 +0000)]
Avoid compilation errors with some C++ compilers.

17 years agoTreat all non-GNU iconv implementations like Irix iconv.
Bruno Haible [Wed, 25 Oct 2006 11:42:18 +0000 (11:42 +0000)]
Treat all non-GNU iconv implementations like Irix iconv.

17 years ago.
Karl Berry [Wed, 25 Oct 2006 07:38:30 +0000 (07:38 +0000)]
.

17 years agoMention that vararrays.m4 is taken from diffutils.
Paul Eggert [Tue, 24 Oct 2006 22:33:32 +0000 (22:33 +0000)]
Mention that vararrays.m4 is taken from diffutils.

17 years ago* modules/vararrays: New file.
Paul Eggert [Tue, 24 Oct 2006 22:32:25 +0000 (22:32 +0000)]
* modules/vararrays: New file.
* m4/vararrays.m4: New file.
* MODULES.html.sh: New module vararrays.

17 years ago.
Karl Berry [Tue, 24 Oct 2006 22:24:52 +0000 (22:24 +0000)]
.

17 years ago* users.txt: Add Libtool.
Ralf Wildenhues [Tue, 24 Oct 2006 20:44:09 +0000 (20:44 +0000)]
* users.txt: Add Libtool.

17 years ago* lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
Ralf Wildenhues [Tue, 24 Oct 2006 20:40:29 +0000 (20:40 +0000)]
* lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
to gnulib's policy of including config.h unconditionally.

17 years agoFix compilation error on platforms without 'wint_t' type.
Bruno Haible [Tue, 24 Oct 2006 20:19:49 +0000 (20:19 +0000)]
Fix compilation error on platforms without 'wint_t' type.

17 years agoGNU/Unix -> GNU, Unix, and
Karl Berry [Tue, 24 Oct 2006 20:10:22 +0000 (20:10 +0000)]
GNU/Unix -> GNU, Unix, and

17 years ago* lib/getdate.y (yyerror): Make the arguments pointer-to-const,
Paul Eggert [Tue, 24 Oct 2006 19:54:55 +0000 (19:54 +0000)]
* lib/getdate.y (yyerror): Make the arguments pointer-to-const,
to pacify GCC with some -W flags enabled.  Problem reported by
Bruno Haible.

17 years ago* MODULES.html.sh: Remove uinttostr. It's not a module.
Jim Meyering [Tue, 24 Oct 2006 18:18:19 +0000 (18:18 +0000)]
* MODULES.html.sh: Remove uinttostr.  It's not a module.
Reported by Karl Berry.

17 years agoPure ANSI C!
Bruno Haible [Tue, 24 Oct 2006 13:31:50 +0000 (13:31 +0000)]
Pure ANSI C!

17 years ago(fts_build): Move variable declaration, for C89 compliance.
Bruno Haible [Tue, 24 Oct 2006 13:31:50 +0000 (13:31 +0000)]
(fts_build): Move variable declaration, for C89 compliance.

17 years agoPure ANSI C!
Bruno Haible [Tue, 24 Oct 2006 13:25:28 +0000 (13:25 +0000)]
Pure ANSI C!

17 years agoAdd back the spaces that Karl removed.
Bruno Haible [Tue, 24 Oct 2006 12:12:49 +0000 (12:12 +0000)]
Add back the spaces that Karl removed.

17 years ago--- instead of --; non-naive naive.
Karl Berry [Mon, 23 Oct 2006 22:37:50 +0000 (22:37 +0000)]
--- instead of --; non-naive naive.

17 years ago* lib/getaddrinfo.c (includes): Add missing include.
Eric Blake [Mon, 23 Oct 2006 22:31:11 +0000 (22:31 +0000)]
* lib/getaddrinfo.c (includes): Add missing include.

17 years agoMake it possible to rename obstack_free.
Bruno Haible [Mon, 23 Oct 2006 19:40:24 +0000 (19:40 +0000)]
Make it possible to rename obstack_free.

17 years agoAvoid clash with mingw's definition of __argc and __argv as macros.
Bruno Haible [Mon, 23 Oct 2006 12:07:37 +0000 (12:07 +0000)]
Avoid clash with mingw's definition of __argc and __argv as macros.

17 years agoAdd an introduction.
Bruno Haible [Mon, 23 Oct 2006 11:27:37 +0000 (11:27 +0000)]
Add an introduction.

17 years agoIntroduction to gnulib.
Bruno Haible [Mon, 23 Oct 2006 11:27:20 +0000 (11:27 +0000)]
Introduction to gnulib.

17 years agoSplit the chapter "Gnulib" into 3 chapters "Introduction",
Bruno Haible [Mon, 23 Oct 2006 11:26:25 +0000 (11:26 +0000)]
Split the chapter "Gnulib" into 3 chapters "Introduction",
"Miscellanous Notes", "Particular Modules".

17 years agoAvoid syntax error from bash 2.00 ... 2.05.
Bruno Haible [Mon, 23 Oct 2006 11:25:20 +0000 (11:25 +0000)]
Avoid syntax error from bash 2.00 ... 2.05.

17 years ago.
Karl Berry [Mon, 23 Oct 2006 07:39:13 +0000 (07:39 +0000)]
.

17 years ago* lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
Jim Meyering [Mon, 23 Oct 2006 06:03:01 +0000 (06:03 +0000)]
* lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
in place of snprintf.

* modules/inttostr (Files): Add lib/uinttostr.c.
* lib/uinttostr.c (inttostr): New file/function.
* lib/inttostr.h (uinttostr): Declare.
* m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
* MODULES.html.sh (Numeric conversion functions <stdlib.h>):
Add uinttostr.
* modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.

17 years agoremove stray "b" before a date
Jim Meyering [Sun, 22 Oct 2006 08:21:10 +0000 (08:21 +0000)]
remove stray "b" before a date

17 years ago* lib/canonicalize.c (ELOOP): Define if not already defined.
Paul Eggert [Sun, 22 Oct 2006 07:32:17 +0000 (07:32 +0000)]
* lib/canonicalize.c (ELOOP): Define if not already defined.
Problem reported by Bruno Haible in
<http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.

17 years agob2006-10-21 Paul Eggert <eggert@cs.ucla.edu>
Paul Eggert [Sat, 21 Oct 2006 22:10:06 +0000 (22:10 +0000)]
b2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>

* lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
Problem reported by Perry Smith and Ville Laurikari.

17 years ago* lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
Paul Eggert [Sat, 21 Oct 2006 21:56:08 +0000 (21:56 +0000)]
* lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
uses.

17 years agoMake getndelim2 compile on mingw.
Bruno Haible [Fri, 20 Oct 2006 19:59:49 +0000 (19:59 +0000)]
Make getndelim2 compile on mingw.

17 years ago* lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
Jim Meyering [Fri, 20 Oct 2006 19:38:02 +0000 (19:38 +0000)]
* lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
Needed for mingw.

17 years agoCache a result.
Bruno Haible [Fri, 20 Oct 2006 13:51:48 +0000 (13:51 +0000)]
Cache a result.

17 years agoCache a result.
Bruno Haible [Fri, 20 Oct 2006 13:50:26 +0000 (13:50 +0000)]
Cache a result.

17 years agoCache a result.
Bruno Haible [Fri, 20 Oct 2006 13:50:26 +0000 (13:50 +0000)]
Cache a result.

17 years agoDon't include ftruncate and mountlist by default.
Bruno Haible [Fri, 20 Oct 2006 13:42:39 +0000 (13:42 +0000)]
Don't include ftruncate and mountlist by default.

17 years agoInclude the specification header.
Bruno Haible [Fri, 20 Oct 2006 12:45:19 +0000 (12:45 +0000)]
Include the specification header.

17 years ago.
Karl Berry [Fri, 20 Oct 2006 07:39:41 +0000 (07:39 +0000)]
.

17 years agoFix from Charles Wilson.
Bruno Haible [Thu, 19 Oct 2006 13:24:55 +0000 (13:24 +0000)]
Fix from Charles Wilson.

17 years agoMake it usable by a C++ compiler.
Bruno Haible [Thu, 19 Oct 2006 12:27:16 +0000 (12:27 +0000)]
Make it usable by a C++ compiler.

17 years agoRemove duplicates from the gl_LIBOBJS list.
Bruno Haible [Thu, 19 Oct 2006 12:23:41 +0000 (12:23 +0000)]
Remove duplicates from the gl_LIBOBJS list.

17 years agoAvoid a gcc warning.
Bruno Haible [Thu, 19 Oct 2006 12:22:46 +0000 (12:22 +0000)]
Avoid a gcc warning.

17 years ago* lib/xstrtol.h: Include gettext.h.
Paul Eggert [Thu, 19 Oct 2006 07:51:14 +0000 (07:51 +0000)]
* lib/xstrtol.h: Include gettext.h.
(_STRTOL_ERROR): Wrap English-language formats inside gettext.
Problem reported by Eric Blake.
* modules/xstrtol (Depends-on): Add gettext-h.

17 years agoGive credit for patch.
Paul Eggert [Thu, 19 Oct 2006 07:33:29 +0000 (07:33 +0000)]
Give credit for patch.

17 years ago* lib/strftime.c (advance): New macro.
Paul Eggert [Thu, 19 Oct 2006 07:32:18 +0000 (07:32 +0000)]
* lib/strftime.c (advance): New macro.
(add): Use it to avoid adding 0 to a FILE *.  FILE can be
an incomplete type, so you can't add 0 to it.  Problem reported
by Eelco Dolstra for dietlibc.

17 years ago* lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
Jim Meyering [Wed, 18 Oct 2006 17:51:57 +0000 (17:51 +0000)]
* lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
type for a local, and rename it: s/up/user_proc/.

17 years agoUpdate
Sergey Poznyakoff [Wed, 18 Oct 2006 13:24:54 +0000 (13:24 +0000)]
Update

17 years ago(READ_UTMP_USER_PROCESS): New flag
Sergey Poznyakoff [Wed, 18 Oct 2006 13:24:37 +0000 (13:24 +0000)]
(READ_UTMP_USER_PROCESS): New flag

17 years ago(desirable_utmp_entry): Implement new flag: READ_UTMP_USER_PROCESS.
Sergey Poznyakoff [Wed, 18 Oct 2006 13:24:19 +0000 (13:24 +0000)]
(desirable_utmp_entry): Implement new flag: READ_UTMP_USER_PROCESS.

17 years agoNo need any more to check for setlocale - all systems have it.
Bruno Haible [Wed, 18 Oct 2006 12:03:51 +0000 (12:03 +0000)]
No need any more to check for setlocale - all systems have it.

17 years ago.
Karl Berry [Wed, 18 Oct 2006 07:40:07 +0000 (07:40 +0000)]
.

17 years ago* lib/sigprocmask.c (sigprocmask): Fix typo.
Eric Blake [Tue, 17 Oct 2006 15:27:32 +0000 (15:27 +0000)]
* lib/sigprocmask.c (sigprocmask): Fix typo.

17 years ago* m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
Eric Blake [Tue, 17 Oct 2006 14:54:07 +0000 (14:54 +0000)]
* m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.

17 years ago* modules/clean-temp (Makefile.am): Don't add to make output...
Eric Blake [Tue, 17 Oct 2006 13:01:43 +0000 (13:01 +0000)]
* modules/clean-temp (Makefile.am): Don't add to make output...
(configure.ac): ...instead define SIGNAL_SAFE_LIST inside
config.h.

17 years agoIntroduce DEFAULT_TEXT_DOMAIN.
Bruno Haible [Tue, 17 Oct 2006 12:50:48 +0000 (12:50 +0000)]
Introduce DEFAULT_TEXT_DOMAIN.

17 years agoAvoid a gcc warning.
Bruno Haible [Tue, 17 Oct 2006 12:47:49 +0000 (12:47 +0000)]
Avoid a gcc warning.

17 years agoRemove 2003-10-23 hack.
Bruno Haible [Tue, 17 Oct 2006 12:45:34 +0000 (12:45 +0000)]
Remove 2003-10-23 hack.

17 years agoUse the system's sigset_t if present.
Bruno Haible [Tue, 17 Oct 2006 12:43:12 +0000 (12:43 +0000)]
Use the system's sigset_t if present.

17 years ago* lib/xvasprintf.c (includes): Assume config.h.
Eric Blake [Tue, 17 Oct 2006 12:16:04 +0000 (12:16 +0000)]
* lib/xvasprintf.c (includes): Assume config.h.
* lib/xasprintf.c (includes): Likewise.

17 years ago.
Karl Berry [Tue, 17 Oct 2006 07:43:16 +0000 (07:43 +0000)]
.

17 years agoRemove unnecessary part of previous change.
Paul Eggert [Mon, 16 Oct 2006 23:43:11 +0000 (23:43 +0000)]
Remove unnecessary part of previous change.

17 years ago* lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
Paul Eggert [Mon, 16 Oct 2006 23:39:20 +0000 (23:39 +0000)]
* lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
at least as wide as intmax_t.

17 years ago(Imported from Automake.)
Paul Eggert [Mon, 16 Oct 2006 21:05:39 +0000 (21:05 +0000)]
(Imported from Automake.)
* build-aux/gnupload: Update to version 1.1 of directive file.

17 years ago* modules/configmake (Makefile.am): Add pkglibexecdir support, to
Eric Blake [Mon, 16 Oct 2006 17:43:14 +0000 (17:43 +0000)]
* modules/configmake (Makefile.am): Add pkglibexecdir support, to
match Automake 1.10a.

17 years agoautoupdate
Karl Berry [Mon, 16 Oct 2006 13:59:29 +0000 (13:59 +0000)]
autoupdate

17 years agoNew module 'sigprocmask'.
Bruno Haible [Mon, 16 Oct 2006 11:55:35 +0000 (11:55 +0000)]
New module 'sigprocmask'.

17 years ago(gnupload): get from automake cvs.
Karl Berry [Sun, 15 Oct 2006 22:38:35 +0000 (22:38 +0000)]
(gnupload): get from automake cvs.

17 years agoSync from Automake.
Paul Eggert [Sat, 14 Oct 2006 23:40:42 +0000 (23:40 +0000)]
Sync from Automake.
* build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
which incorrectly sets the mode of an existing destination
directory.  In some cases the unpatched install-sh could do the
equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
system.  We hope this is rare in practice, but it's clearly worth
fixing.  Problem reported by Alex Unleashed in
<http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
Also, don't bother to check for -m bugs unless we're using -m;
suggested by Stepan Kasal.

2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

Sync from Automake.
* build-aux/depcomp (gcc3): Put dependency extraction flags before the
`-c' flag, so they appear at the same position as in %FASTDEP%
mode in depend2.am.  Fixes build failure for FreeBSD's c89,
which ignores unknown options only after the first non-option.
Bug report against M4 by Nelson H. F. Beebe.

17 years agogif patents expired
Karl Berry [Sat, 14 Oct 2006 14:00:41 +0000 (14:00 +0000)]
gif patents expired

17 years agoFix a bug in yesterday's change.
Jim Meyering [Sat, 14 Oct 2006 06:32:48 +0000 (06:32 +0000)]
Fix a bug in yesterday's change.
* lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
p->fts_statp->st_dev would be used uninitialized.
Ensures that we always call fts_stat on the very first entry.
Miklos Szeredi reported that find -xdev stopped working.

17 years agoTypo.
Bruno Haible [Fri, 13 Oct 2006 12:44:53 +0000 (12:44 +0000)]
Typo.

17 years agognulib-tool now synthesizes the EXTRA_DIST line.
Bruno Haible [Fri, 13 Oct 2006 12:40:22 +0000 (12:40 +0000)]
gnulib-tool now synthesizes the EXTRA_DIST line.

17 years ago.
Karl Berry [Fri, 13 Oct 2006 07:41:05 +0000 (07:41 +0000)]
.

17 years ago* modules/error (Makefile.am): Distribute files through
Paul Eggert [Thu, 12 Oct 2006 21:48:01 +0000 (21:48 +0000)]
* modules/error (Makefile.am): Distribute files through
EXTRA_DIST, not lib_SOURCES.

17 years agoTypo.
Bruno Haible [Thu, 12 Oct 2006 20:46:15 +0000 (20:46 +0000)]
Typo.

17 years ago* modules/error (Makefile.am): Distribute files in /lib.
Eric Blake [Thu, 12 Oct 2006 20:04:19 +0000 (20:04 +0000)]
* modules/error (Makefile.am): Distribute files in /lib.
* modules/obstack (Makefile.am): Likewise.

17 years agoDistribute all lib/* source files through EXTRA_DIST.
Bruno Haible [Thu, 12 Oct 2006 18:52:30 +0000 (18:52 +0000)]
Distribute all lib/* source files through EXTRA_DIST.

17 years agoremove trailing blank line
Jim Meyering [Thu, 12 Oct 2006 13:41:07 +0000 (13:41 +0000)]
remove trailing blank line

17 years ago* m4/getloadavg.m4: Revert the change below.
Jim Meyering [Thu, 12 Oct 2006 13:26:06 +0000 (13:26 +0000)]
* m4/getloadavg.m4: Revert the change below.

17 years ago* m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
Jim Meyering [Thu, 12 Oct 2006 13:23:10 +0000 (13:23 +0000)]
* m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
lib/getloadavg.c using "ls -L", not "test -f".  The latter would
fail with a symlink, which is what coreutils' ./bootstrap now
creates by default.

17 years agos/^ {8}/\t/
Jim Meyering [Thu, 12 Oct 2006 13:17:48 +0000 (13:17 +0000)]
s/^ {8}/\t/

17 years agoLast patch broke _MSC_VER case.
Bruno Haible [Thu, 12 Oct 2006 12:55:07 +0000 (12:55 +0000)]
Last patch broke _MSC_VER case.

17 years agoAdd support for multiple gnulib-tool invocations in the scope of a single
Bruno Haible [Thu, 12 Oct 2006 12:33:50 +0000 (12:33 +0000)]
Add support for multiple gnulib-tool invocations in the scope of a single
configure.ac file.

17 years agoHandle mismatch between latest gettext release and current gnulib.
Bruno Haible [Thu, 12 Oct 2006 11:45:25 +0000 (11:45 +0000)]
Handle mismatch between latest gettext release and current gnulib.

17 years ago--create-testdir without module names now means to use nearly all modules.
Bruno Haible [Thu, 12 Oct 2006 11:43:46 +0000 (11:43 +0000)]
--create-testdir without module names now means to use nearly all modules.