Age | Commit message (Expand) | Author | Files | Lines |
2016-04-15 | Suppress GCC 6 warning about ambiguous 'else' with -Wparentheses | Yvan Roux | 1 | -12/+14 |
2016-04-14 | Remove union wait [BZ #19613] | Florian Weimer | 1 | -46/+7 |
2016-04-13 | Register extra test objects | Andreas Schwab | 1 | -0/+1 |
2016-04-04 | strfmon_l: Use specified locale for number formatting [BZ #19633] | Florian Weimer | 3 | -6/+225 |
2016-02-11 | [ARM] add missing -funwind-tables to test case (bug 19529) | Szabolcs Nagy | 1 | -0/+1 |
2016-01-15 | Fix build failures with -DDEBUG. | Martin Sebor | 1 | -4/+3 |
2016-01-07 | longlong: fix sh -Wundef builds | Mike Frysinger | 1 | -2/+2 |
2016-01-07 | longlong: add SH FDPIC support | Andrew Stubbs | 1 | -0/+28 |
2016-01-07 | longlong.h: Disable alpha umul_ppmm for old g++ | Richard Henderson | 1 | -0/+4 |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen | 2 | -2/+2 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 162 | -162/+162 |
2015-12-11 | Fix indentation. | Steve Ellcey | 1 | -2/+2 |
2015-12-04 | Fix nan functions handling of payload strings (bug 16961, bug 16962). | Joseph Myers | 1 | -0/+1 |
2015-11-24 | Refactor strtod parsing of NaN payloads. | Joseph Myers | 11 | -48/+256 |
2015-11-24 | Fix strtod ("NAN(I)") in Turkish locales (bug 19266). | Joseph Myers | 4 | -3/+119 |
2015-11-23 | Fix strtol in Turkish locales (bug 19242). | Joseph Myers | 4 | -6/+121 |
2015-10-27 | Remove GCC version conditionals on -Wmaybe-uninitialized pragmas. | Joseph Myers | 1 | -5/+1 |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 14 | -140/+9 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 1 | -5/+2 |
2015-10-20 | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers | 1 | -2/+1 |
2015-10-20 | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers | 11 | -31/+14 |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 5 | -25/+10 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 22 | -70/+27 |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 1 | -0/+12 |
2015-10-06 | Harden tls_dtor_list with pointer mangling [BZ #19018] | Florian Weimer | 1 | -1/+9 |
2015-09-23 | Refactor code forcing underflow exceptions. | Joseph Myers | 1 | -2/+2 |
2015-09-23 | Use math_narrow_eval more consistently. | Joseph Myers | 1 | -8/+5 |
2015-09-17 | Use __pthread_setcancelstate in libc.a | H.J. Lu | 1 | -3/+3 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 5 | -5/+5 |
2015-08-06 | fix missing ctype.h include | Mike Frysinger | 1 | -0/+1 |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar | 1 | -2/+5 |
2015-07-24 | Mention dl_load_lock by name in the comments | Siddhesh Poyarekar | 1 | -9/+10 |
2015-07-23 | Also use l_tls_dtor_count to decide on object unload (BZ #18657) | Siddhesh Poyarekar | 4 | -33/+146 |
2015-07-21 | Remove Linuxism from tst-tls-atexit | Siddhesh Poyarekar | 2 | -43/+55 |
2015-07-16 | Whitespace fixup in cxa_thread_atexit_impl.c | Siddhesh Poyarekar | 1 | -1/+1 |
2015-07-14 | Fix up typo in tst-tls-atexit | Siddhesh Poyarekar | 1 | -1/+1 |
2015-07-14 | Whitespace fix in tst-tls-atexit.c | Siddhesh Poyarekar | 1 | -1/+1 |
2015-07-10 | Remove unnecessary mutex locks from tst-tls-atexit test case | Siddhesh Poyarekar | 1 | -3/+0 |
2015-07-10 | Avoid boolean coercion in tst-tls-atexit test case | Siddhesh Poyarekar | 1 | -2/+2 |
2015-07-07 | S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(... | Stefan Liebler | 2 | -1/+42 |
2015-06-17 | Fix fmtmsg addseverity namespace (bug 18539). | Joseph Myers | 1 | -1/+2 |
2015-06-02 | Fix setenv.c diagnostic pragma to be compatible with GCC 4.6 | Roland McGrath | 1 | -1/+5 |
2015-05-27 | Fix monetary.h comment | Marko Myllynen | 1 | -2/+2 |
2015-05-26 | Fix monetary.h comment | Siddhesh Poyarekar | 1 | -1/+1 |
2015-05-17 | Fix stdlib/tst-setcontext3 with dash [BZ#18418] | Adhemerval Zanella | 1 | -4/+2 |
2015-05-15 | Remove various ABS macros and replace uses with fabs (or in one case abs) | Wilco Dijkstra | 1 | -2/+0 |
2015-05-08 | Bug 18125: Call exit after last linked context. | Carlos O'Donell | 3 | -1/+200 |
2015-04-19 | Better fix for setenv (..., NULL, ...) | Paul Eggert | 1 | -1/+17 |
2015-04-10 | Fix strtof decimal rounding close to half least subnormal (bug 18247). | Joseph Myers | 3 | -2/+4680 |
2015-03-15 | * stdlib/setenv.c (__add_to_environ): Revert previous change. | Paul Eggert | 1 | -9/+1 |