summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove stray "b" before a dateJim Meyering2006-10-221-1/+1
|
* * lib/canonicalize.c (ELOOP): Define if not already defined.Paul Eggert2006-10-222-0/+9
| | | | | Problem reported by Bruno Haible in <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
* b2006-10-21 Paul Eggert <eggert@cs.ucla.edu>Paul Eggert2006-10-212-2/+6
| | | | | * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>. Problem reported by Perry Smith and Ville Laurikari.
* * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.cPaul Eggert2006-10-212-2/+6
| | | | uses.
* Make getndelim2 compile on mingw.Bruno Haible2006-10-202-0/+10
|
* * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.Jim Meyering2006-10-202-0/+15
| | | | Needed for mingw.
* Cache a result.Bruno Haible2006-10-201-0/+4
|
* Cache a result.Bruno Haible2006-10-204-46/+58
|
* Cache a result.Bruno Haible2006-10-201-0/+5
|
* Don't include ftruncate and mountlist by default.Bruno Haible2006-10-202-2/+8
|
* Include the specification header.Bruno Haible2006-10-202-0/+7
|
* .Karl Berry2006-10-201-2/+2
|
* Fix from Charles Wilson.Bruno Haible2006-10-192-2/+7
|
* Make it usable by a C++ compiler.Bruno Haible2006-10-192-1/+37
|
* Remove duplicates from the gl_LIBOBJS list.Bruno Haible2006-10-192-5/+9
|
* Avoid a gcc warning.Bruno Haible2006-10-192-3/+9
|
* * lib/xstrtol.h: Include gettext.h.Paul Eggert2006-10-193-3/+14
| | | | | | (_STRTOL_ERROR): Wrap English-language formats inside gettext. Problem reported by Eric Blake. * modules/xstrtol (Depends-on): Add gettext-h.
* Give credit for patch.Paul Eggert2006-10-191-4/+4
|
* * lib/strftime.c (advance): New macro.Paul Eggert2006-10-192-1/+14
| | | | | | (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.
* * lib/readutmp.c (desirable_utmp_entry): Use "bool" as theJim Meyering2006-10-182-3/+8
| | | | type for a local, and rename it: s/up/user_proc/.
* UpdateSergey Poznyakoff2006-10-181-0/+6
|
* (READ_UTMP_USER_PROCESS): New flagSergey Poznyakoff2006-10-181-1/+2
|
* (desirable_utmp_entry): Implement new flag: READ_UTMP_USER_PROCESS.Sergey Poznyakoff2006-10-181-4/+9
|
* No need any more to check for setlocale - all systems have it.Bruno Haible2006-10-183-4/+8
|
* .Karl Berry2006-10-181-2/+2
|
* * lib/sigprocmask.c (sigprocmask): Fix typo.Eric Blake2006-10-172-1/+3
|
* * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.Eric Blake2006-10-172-2/+4
|
* * modules/clean-temp (Makefile.am): Don't add to make output...Eric Blake2006-10-172-1/+7
| | | | | (configure.ac): ...instead define SIGNAL_SAFE_LIST inside config.h.
* Introduce DEFAULT_TEXT_DOMAIN.Bruno Haible2006-10-172-4/+31
|
* Avoid a gcc warning.Bruno Haible2006-10-172-0/+7
|
* Remove 2003-10-23 hack.Bruno Haible2006-10-172-9/+7
|
* Use the system's sigset_t if present.Bruno Haible2006-10-173-2/+22
|
* * lib/xvasprintf.c (includes): Assume config.h.Eric Blake2006-10-173-7/+8
| | | | * lib/xasprintf.c (includes): Likewise.
* .Karl Berry2006-10-171-4/+15
|
* Remove unnecessary part of previous change.Paul Eggert2006-10-161-1/+1
|
* * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t isPaul Eggert2006-10-162-2/+7
| | | | at least as wide as intmax_t.
* (Imported from Automake.)Paul Eggert2006-10-162-3/+16
| | | | * build-aux/gnupload: Update to version 1.1 of directive file.
* * modules/configmake (Makefile.am): Add pkglibexecdir support, toEric Blake2006-10-162-3/+9
| | | | match Automake 1.10a.
* autoupdateKarl Berry2006-10-164-8/+9
|
* New module 'sigprocmask'.Bruno Haible2006-10-169-30/+324
|
* (gnupload): get from automake cvs.Karl Berry2006-10-151-1/+2
|
* Sync from Automake.Paul Eggert2006-10-143-7/+56
| | | | | | | | | | | | | | | | | | | | | * 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.
* gif patents expiredKarl Berry2006-10-141-3/+1
|
* Fix a bug in yesterday's change.Jim Meyering2006-10-142-1/+12
| | | | | | | * 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.
* Typo.Bruno Haible2006-10-131-4/+4
|
* gnulib-tool now synthesizes the EXTRA_DIST line.Bruno Haible2006-10-13217-219/+257
|
* .Karl Berry2006-10-131-2/+2
|
* * modules/error (Makefile.am): Distribute files throughPaul Eggert2006-10-122-1/+6
| | | | EXTRA_DIST, not lib_SOURCES.
* Typo.Bruno Haible2006-10-121-1/+1
|
* * modules/error (Makefile.am): Distribute files in /lib.Eric Blake2006-10-123-0/+7
| | | | * modules/obstack (Makefile.am): Likewise.