about summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* [ARM] add missing -funwind-tables to test case (bug 19529)Szabolcs Nagy2016-02-111-0/+1
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-4/+3
* longlong: fix sh -Wundef buildsMike Frysinger2016-01-071-2/+2
* longlong: add SH FDPIC supportAndrew Stubbs2016-01-071-0/+28
* longlong.h: Disable alpha umul_ppmm for old g++Richard Henderson2016-01-071-0/+4
* Make shebang interpreter directives consistentMarko Myllynen2016-01-072-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04162-162/+162
* Fix indentation.Steve Ellcey2015-12-111-2/+2
* Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers2015-12-041-0/+1
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-2411-48/+256
* Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers2015-11-244-3/+119
* Fix strtol in Turkish locales (bug 19242).Joseph Myers2015-11-234-6/+121
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-271-5/+1
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-2014-140/+9
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-5/+2
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-201-2/+1
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-2011-31/+14
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-195-25/+10
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1622-70/+27
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+12
* Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer2015-10-061-1/+9
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-2/+2
* Use math_narrow_eval more consistently.Joseph Myers2015-09-231-8/+5
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-171-3/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-085-5/+5
* fix missing ctype.h includeMike Frysinger2015-08-061-0/+1
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-061-2/+5
* Mention dl_load_lock by name in the commentsSiddhesh Poyarekar2015-07-241-9/+10
* Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar2015-07-234-33/+146
* Remove Linuxism from tst-tls-atexitSiddhesh Poyarekar2015-07-212-43/+55
* Whitespace fixup in cxa_thread_atexit_impl.cSiddhesh Poyarekar2015-07-161-1/+1
* Fix up typo in tst-tls-atexitSiddhesh Poyarekar2015-07-141-1/+1
* Whitespace fix in tst-tls-atexit.cSiddhesh Poyarekar2015-07-141-1/+1
* Remove unnecessary mutex locks from tst-tls-atexit test caseSiddhesh Poyarekar2015-07-101-3/+0
* Avoid boolean coercion in tst-tls-atexit test caseSiddhesh Poyarekar2015-07-101-2/+2
* S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2015-07-072-1/+42
* Fix fmtmsg addseverity namespace (bug 18539).Joseph Myers2015-06-171-1/+2
* Fix setenv.c diagnostic pragma to be compatible with GCC 4.6Roland McGrath2015-06-021-1/+5
* Fix monetary.h commentMarko Myllynen2015-05-271-2/+2
* Fix monetary.h commentSiddhesh Poyarekar2015-05-261-1/+1
* Fix stdlib/tst-setcontext3 with dash [BZ#18418]Adhemerval Zanella2015-05-171-4/+2
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-2/+0
* Bug 18125: Call exit after last linked context.Carlos O'Donell2015-05-083-1/+200
* Better fix for setenv (..., NULL, ...)Paul Eggert2015-04-191-1/+17
* Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers2015-04-103-2/+4680
* * stdlib/setenv.c (__add_to_environ): Revert previous change.Paul Eggert2015-03-151-9/+1
* * stdlib/setenv.c (__add_to_environ):Paul Eggert2015-03-131-1/+9
* S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler2015-03-122-5/+235
* setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers2015-01-071-0/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02146-146/+146