summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* error, strerror-override: Support mingw64 from Fedora 17.Paolo Bonzini2012-06-031-0/+3
* error, strerror-override: Support new errno values from POSIX:2008.Bruno Haible2012-06-031-1/+7
* maint: fix typos in comments and ChangeLogJim Meyering2012-05-291-4/+4
* manywarnings: remove duplicate -Wmultichar entryPaul Eggert2012-05-271-2/+1
* gc: fix libgcrypt detection on older machines.Simon Josefsson2012-05-211-3/+11
* fsusage: fix block size returned on older Linux 2.6Pádraig Brady2012-05-161-0/+31
* fsusage: check for GNU/Linux statvfs problem dynamicallyPaul Eggert2012-05-111-8/+0
* _Noreturn: port config.h to gcc -WundefPaul Eggert2012-05-101-1/+2
* warnings.m4: provide a means to specify the program to compile.Akim Demaille2012-05-081-14/+33
* nanosleep: Fix typo in comment.Jim Meyering2012-05-051-1/+1
* nanosleep: Avoid guessing wrong when cross-compiling to Linux.Bruno Haible2012-05-051-19/+36
* link-follow: Avoid guessing wrong when cross-compiling to glibc/Linux.Bruno Haible2012-05-051-6/+15
* tzset: Avoid guessing wrong when cross-compiling to glibc systems.Bruno Haible2012-05-052-11/+20
* d-ino: Avoid guessing "no" when cross-compiling to glibc/Linux systems.Bruno Haible2012-05-051-7/+16
* fseeko-tests, ftello-tests: Avoid "guessing no" when cross-compiling.Bruno Haible2012-05-051-6/+16
* signbit: Avoid "guessing no" when cross-compiling to glibc systems.Bruno Haible2012-05-051-77/+96
* strerror: Avoid "guessing no" when cross-compiling to glibc systems.Bruno Haible2012-05-051-15/+33
* canonicalize[-lgpl]: Avoid "guessing no" when cross-compiling to glibc.Bruno Haible2012-05-051-8/+19
* gettimeofday: Avoid bad guess when cross-compiling to glibc systems.Bruno Haible2012-05-051-9/+18
* Tweak last commit.Bruno Haible2012-05-052-2/+3
* unistd_h: make it easier to avoid sys_types_hPaul Eggert2012-05-043-10/+22
* lstat: Avoid "guessing no" when cross-compiling to glibc systems.Bruno Haible2012-05-044-27/+37
* *alloc-gnu, eealloc: Avoid "guessing no" when cross-compiling to glibc.Bruno Haible2012-05-043-5/+95
* getgroups: Avoid "guessing no" when cross-compiling to glibc systems.Bruno Haible2012-05-041-28/+87
* chown: Avoid "guessing no" when cross-compiling to glibc systems.Bruno Haible2012-05-041-1/+51
* Simplify last commit.Bruno Haible2012-05-041-8/+3
* Avoid "guessing no" guesses when cross-compiling to glibc systems.Bruno Haible2012-05-0458-234/+751
* Say "guessing yes" or "guessing no" when cross-compiling.Bruno Haible2012-05-049-72/+103
* relocatable-prog: Enable ELF ORIGIN trick also on GNU/kFreeBSD.Bruno Haible2012-05-021-2/+2
* getcwd: Fix misindentation.Bruno Haible2012-05-011-10/+9
* _Noreturn: future-proof non-GNU and non-MSVC compilersPaul Eggert2012-04-291-1/+1
* pwrite: Don't replace on all platforms.Bruno Haible2012-04-221-5/+1
* Large File Support for native Windows platforms.Bruno Haible2012-04-219-10/+135
* lseek: Make configure test independent of environment.Bruno Haible2012-04-151-18/+35
* stat: Bypass buggy override in mingw64.Bruno Haible2012-04-141-3/+4
* New module 'getrusage'.Bruno Haible2012-04-132-1/+31
* New module 'sys_resource'.Bruno Haible2012-04-131-0/+31
* New module 'ilogbl'.Bruno Haible2012-04-032-2/+65
* New module 'ilogbf'.Bruno Haible2012-04-032-2/+112
* New module 'ilogb'.Bruno Haible2012-04-032-1/+117
* New module 'logbl'.Bruno Haible2012-04-032-2/+113
* New module 'logbf'.Bruno Haible2012-04-032-2/+86
* logb: Provide replacement and workarounds.Bruno Haible2012-04-032-6/+75
* logf-ieee: Fix test whether logf works.Bruno Haible2012-04-011-2/+2
* log10f-ieee: Work around test failure on NetBSD 5.1.Bruno Haible2012-04-012-1/+62
* log10-ieee: Work around test failure on NetBSD 5.1 and Solaris 11.Bruno Haible2012-04-012-1/+62
* log10l: Work around AIX 5.1, IRIX 6.5, OSF/1 5.1 bug.Bruno Haible2012-04-012-4/+66
* log10f: Work around OSF/1 5.1 bug.Bruno Haible2012-04-012-3/+50
* log10: Work around OSF/1 5.1 bug.Bruno Haible2012-04-012-3/+48
* warnings.m4: fix errors.Akim Demaille2012-03-301-3/+8