Age | Commit message (Expand) | Author |
2016-01-07 | Make shebang interpreter directives consistent | Marko Myllynen |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-12-11 | Fix indentation. | Steve Ellcey |
2015-12-04 | Fix nan functions handling of payload strings (bug 16961, bug 16962). | Joseph Myers |
2015-11-24 | Refactor strtod parsing of NaN payloads. | Joseph Myers |
2015-11-24 | Fix strtod ("NAN(I)") in Turkish locales (bug 19266). | Joseph Myers |
2015-11-23 | Fix strtol in Turkish locales (bug 19242). | Joseph Myers |
2015-10-27 | Remove GCC version conditionals on -Wmaybe-uninitialized pragmas. | Joseph Myers |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers |
2015-10-20 | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers |
2015-10-20 | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers |
2015-10-12 | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab |
2015-10-06 | Harden tls_dtor_list with pointer mangling [BZ #19018] | Florian Weimer |
2015-09-23 | Refactor code forcing underflow exceptions. | Joseph Myers |
2015-09-23 | Use math_narrow_eval more consistently. | Joseph Myers |
2015-09-17 | Use __pthread_setcancelstate in libc.a | H.J. Lu |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-08-06 | fix missing ctype.h include | Mike Frysinger |
2015-08-06 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2015-07-24 | Mention dl_load_lock by name in the comments | Siddhesh Poyarekar |
2015-07-23 | Also use l_tls_dtor_count to decide on object unload (BZ #18657) | Siddhesh Poyarekar |
2015-07-21 | Remove Linuxism from tst-tls-atexit | Siddhesh Poyarekar |
2015-07-16 | Whitespace fixup in cxa_thread_atexit_impl.c | Siddhesh Poyarekar |
2015-07-14 | Fix up typo in tst-tls-atexit | Siddhesh Poyarekar |
2015-07-14 | Whitespace fix in tst-tls-atexit.c | Siddhesh Poyarekar |
2015-07-10 | Remove unnecessary mutex locks from tst-tls-atexit test case | Siddhesh Poyarekar |
2015-07-10 | Avoid boolean coercion in tst-tls-atexit test case | Siddhesh Poyarekar |
2015-07-07 | S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(... | Stefan Liebler |
2015-06-17 | Fix fmtmsg addseverity namespace (bug 18539). | Joseph Myers |
2015-06-02 | Fix setenv.c diagnostic pragma to be compatible with GCC 4.6 | Roland McGrath |
2015-05-27 | Fix monetary.h comment | Marko Myllynen |
2015-05-26 | Fix monetary.h comment | Siddhesh Poyarekar |
2015-05-17 | Fix stdlib/tst-setcontext3 with dash [BZ#18418] | Adhemerval Zanella |
2015-05-15 | Remove various ABS macros and replace uses with fabs (or in one case abs) | Wilco Dijkstra |
2015-05-08 | Bug 18125: Call exit after last linked context. | Carlos O'Donell |
2015-04-19 | Better fix for setenv (..., NULL, ...) | Paul Eggert |
2015-04-10 | Fix strtof decimal rounding close to half least subnormal (bug 18247). | Joseph Myers |
2015-03-15 | * stdlib/setenv.c (__add_to_environ): Revert previous change. | Paul Eggert |
2015-03-13 | * stdlib/setenv.c (__add_to_environ): | Paul Eggert |
2015-03-12 | S/390: Fix setcontext/swapcontext which are not restoring sigmask. | Stefan Liebler |
2015-01-07 | setenv fix memory leak when setting large, duplicate string (BZ #17658) | Eric Biggers |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-30 | Fix some warnings in the absence of FP round/exception support | Chris Metcalf |
2014-12-29 | Fix a couple of -Wundef warnings. | Chris Metcalf |
2014-12-16 | Modify stdlib/tst-bsearch.c to use test-skeleton.c | Arjun Shankar |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar |