about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Update sparc ULPs for recently added acos/asin tests.David S. Miller2012-05-022-0/+104
* For PR 14055, add bounds check to _dl_show_auxv().Paul Pluzhnikov2012-05-023-3/+10
* Kill trailing whitespace.Paul Pluzhnikov2012-05-021-1/+1
* Avoid "anonymous" code in pthread_spin_lock.Paul Pluzhnikov2012-05-024-33/+64
* Use -frounding-math for math testsuiteAndreas Jaeger2012-05-022-6/+20
* Fix nexttoward bugsAdhemerval Zanella2012-05-022-10/+9
* Redirect check-localplt output to check-localplt.out.Roland McGrath2012-05-012-1/+5
* Do check-localplt test using readelf rather than a build-time C program.Roland McGrath2012-05-014-312/+90
* Do check-execstack test using readelf rather than a build-time C program.Roland McGrath2012-05-014-177/+88
* Do check-textrel test using readelf rather than a build-time C program.Roland McGrath2012-05-015-209/+70
* conformtest: Update expectations for some ISO C headers.Joseph Myers2012-05-017-146/+322
* conformtest: Check namespace within __attribute__.Joseph Myers2012-05-012-2/+7
* conformtest: Use correct keyword set for underlying C standard.Joseph Myers2012-05-012-2/+8
* conformtest: Don't test non-C90 headers for C90.Joseph Myers2012-05-013-0/+9
* conformtest: Support testing macro usability in #if.Joseph Myers2012-05-012-2/+42
* conformtest: Support specifying types before promotion.Joseph Myers2012-05-012-1/+10
* conformtest: Unify "macro" and "constant" handling.Joseph Myers2012-05-012-64/+53
* conformtest: Unify "macro" cases.Joseph Myers2012-05-013-59/+8
* conformtest: Unify "constant" and "typed-constant".Joseph Myers2012-05-013-48/+24
* conformtest: Unify handling of "optional-" and non-optional lines.Joseph Myers2012-05-012-191/+48
* conformtest: Unify variants of "constant" and "optional-constant".Joseph Myers2012-05-017-154/+106
* conformtest: Always pass C standards options to compiler.Joseph Myers2012-05-012-16/+9
* conformtest: Improve math.h tests for X/Open versions.Joseph Myers2012-05-012-19/+213
* conformtest: Use correct feature test macros for XPG4.Joseph Myers2012-05-012-1/+4
* conformtest: Handle "symbol" lines for allow-header.Joseph Myers2012-05-012-0/+4
* Remove unused localtime makefile variables.Joseph Myers2012-05-012-8/+5
* Update powerpc ABI dataAndreas Schwab2012-05-0110-14/+646
* Note bug 6959 also fixed for 2.16.Joseph Myers2012-05-012-11/+12
* Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers2012-05-0112-82/+121
* Fix missing nearbyintl@GLIBC_2.1 on powerpcAndreas Schwab2012-05-014-7/+15
* Fix x86 acos near 1 (bug 13942).Joseph Myers2012-04-308-12/+76
* Fix acos (-1) in round-downwards mode on x86 (bug 14034).Joseph Myers2012-04-308-1/+618
* Fix exp10 spurious overflows (bug 13924).Joseph Myers2012-04-306-18/+43
* Fix February month name in de_AT localeAurelien Jarno2012-04-303-6/+12
* List bug 14033 as fixed on mainline.Joseph Myers2012-04-292-1/+2
* Fix attributes for fortify functions.Marek Polacek2012-04-2927-117/+148
* Always run check-abiAndreas Jaeger2012-04-295-28/+11
* Don't use long double *_finite functions if no long double mathAndreas Schwab2012-04-282-0/+122
* Fix formatting of denormal IBM long double numbersAndreas Schwab2012-04-285-16/+115
* Don't run tests when cross-compilingAndreas Schwab2012-04-284-0/+18
* Add missed zero length files in previous abilist commit.David S. Miller2012-04-288-0/+0
* conformtest: Remove duplicate typed-constant handling.Joseph Myers2012-04-282-42/+5
* Move abilist files into sysdep dirs.David S. Miller2012-04-28136-1426/+27275
* conformtest: Fix typo in handling typed-constant from allow-header.Joseph Myers2012-04-282-1/+6
* Update README to describe current supported systems.Joseph Myers2012-04-272-30/+29
* Correct incorrect bug number ordering in resolved bug list.Ryan S. Arnold2012-04-271-1/+1
* Allow build-system programs to be built without optimization.Joseph Myers2012-04-272-1/+6
* Remove spurious '.' in math/libm-test.inc comment.Ryan S. Arnold2012-04-271-1/+1
* New test to expose erroneous negative sign on logb(1) (bug 887).Ryan S. Arnold2012-04-273-14/+56
* Fix fenv.h fallback returns (bug 14027).Joseph Myers2012-04-275-10/+18