summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* stdio: don't assume gets any moreEric Blake2012-03-292-9/+7
* warnings.m4: check the compiler, not the preprocessorAkim Demaille2012-03-291-6/+6
* New module 'localeconv'.Bruno Haible2012-03-252-1/+25
* locale: Provide a complete 'struct lconv'.Bruno Haible2012-03-251-3/+6
* locale: Provide a complete 'struct lconv' on Solaris 10, 11.Bruno Haible2012-03-251-1/+10
* locale: Provide a working 'struct lconv'.Bruno Haible2012-03-251-6/+26
* hypotl: Bypass broken implementation in OpenBSD 5.1/SPARC.Bruno Haible2012-03-141-1/+63
* remainderl: Bypass broken implementation in OpenBSD 5.1/SPARC.Bruno Haible2012-03-141-1/+54
* Oops, fix regression on AIX through recent commit.Bruno Haible2012-03-141-0/+2
* Oops, fix cross-compilation guess in recent commits.Bruno Haible2012-03-142-4/+4
* sqrtl: Bypass broken implementation in OpenBSD 5.1/SPARC.Bruno Haible2012-03-142-2/+67
* cbrtl: Bypass broken implementation in OpenBSD 5.1/SPARC.Bruno Haible2012-03-141-1/+48
* log2f-ieee: Work around test failure on NetBSD 5.1 and Solaris 10.Bruno Haible2012-03-112-1/+69
* log2-ieee: Work around test failure on NetBSD 5.1 and Solaris 10.Bruno Haible2012-03-112-1/+69
* New module 'log2l'.Bruno Haible2012-03-112-2/+113
* New module 'log2f'.Bruno Haible2012-03-112-2/+122
* New module 'log2'.Bruno Haible2012-03-112-2/+114
* log1pl-ieee: Work around test failure on IRIX 6.5.Bruno Haible2012-03-113-2/+56
* log1pf-ieee: Work around test failure on OpenBSD 4.9 and AIX 7.1.Bruno Haible2012-03-112-1/+55
* log1p-ieee: Work around test failure on AIX 7.1 and HP-UX 11.Bruno Haible2012-03-113-3/+61
* New module 'log1pl'.Bruno Haible2012-03-112-2/+56
* New module 'log1pf'.Bruno Haible2012-03-112-2/+78
* log1p: Provide replacement for Minix and MSVC.Bruno Haible2012-03-112-2/+49
* regex: allow inclusion of <regex.h> before <limits.h>Paul Eggert2012-03-101-1/+4
* Remove unused variables.Bruno Haible2012-03-102-4/+2
* logf-ieee: Work around test failure on NetBSD 5.1.Bruno Haible2012-03-102-1/+63
* log-ieee: Work around test failure on NetBSD 5.1 and Solaris 11.Bruno Haible2012-03-102-1/+62
* log: Fix bug introduced on 2012-03-09.Bruno Haible2012-03-101-0/+2
* timer-time: link explicitly with pthreads on glibcPádraig Brady2012-03-101-0/+16
* logl: Work around OSF/1 5.1 bug.Bruno Haible2012-03-102-21/+66
* logf: Work around OSF/1 5.1 bug.Bruno Haible2012-03-102-3/+49
* log: Work around OSF/1 5.1 bug.Bruno Haible2012-03-102-3/+46
* exp2l-ieee: Work around test failure on OpenBSD 4.9 and IRIX 6.5.Bruno Haible2012-03-093-2/+66
* New module 'exp2l'.Bruno Haible2012-03-092-2/+61
* New module 'exp2f'.Bruno Haible2012-03-092-2/+39
* New module 'exp2'.Bruno Haible2012-03-092-2/+149
* fma, fmaf, fmal: Override undeclared system functions on IRIX 6.5.Bruno Haible2012-03-083-18/+54
* remainderf: Override buggy system function on IRIX 6.5.Bruno Haible2012-03-081-1/+66
* expm1l: Don't override undeclared system function on IRIX 6.5.Bruno Haible2012-03-082-5/+21
* remainderl: Don't override undeclared system function on IRIX 6.5.Bruno Haible2012-03-082-3/+18
* rintf: Don't override undeclared system function on IRIX 6.5.Bruno Haible2012-03-082-6/+18
* roundl: Don't override undeclared system function on IRIX 6.5.Bruno Haible2012-03-081-8/+21
* roundf: Don't override undeclared system function on IRIX 6.5.Bruno Haible2012-03-081-28/+47