about summary refs log tree commit diff
path: root/stdlib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add pretty-printer for errno. zack/errno-prettyprintZack Weinberg2017-06-221-0/+38
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-121-0/+1
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-7/+10
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-1/+2
* Fix environment traversal when an envvar value is emptySiddhesh Poyarekar2017-01-201-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2016-12-121-3/+4
* Add tests for strfrom functionsRajalakshmi Srinivasaraghavan2016-10-251-1/+3
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-251-0/+7
* Add <stdint.h> integer width macros.Joseph Myers2016-09-211-1/+2
* Add <limits.h> integer width macros.Joseph Myers2016-09-191-1/+1
* Bug 20198: quick_exit should not call destructors.Carlos O'Donell2016-06-061-1/+11
* Register extra test objectsAndreas Schwab2016-04-131-0/+1
* strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer2016-04-041-2/+4
* [ARM] add missing -funwind-tables to test case (bug 19529)Szabolcs Nagy2016-02-111-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-241-0/+1
* Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers2015-11-241-1/+3
* Fix strtol in Turkish locales (bug 19242).Joseph Myers2015-11-231-2/+5
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+12
* Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar2015-07-231-1/+4
* S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2015-07-071-0/+2
* Bug 18125: Call exit after last linked context.Carlos O'Donell2015-05-081-1/+8
* S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler2015-03-121-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+0
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-0/+1
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-061-1/+3
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-5/+0
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-12/+6
* Enumerate tests with special rules in tests-special variable.Joseph Myers2014-03-061-7/+7
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Generate .test-result files for tests with special rules.Joseph Myers2014-02-211-2/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix dependencies for stdlib/tst-tls-atexitAndreas Schwab2013-08-261-1/+1
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-1/+1
* More tests for external charater sequences representing NaNs.Thomas Schwinge2013-04-051-0/+1
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-181-2/+10
* Install stdlib-bsearch.h headerOndrej Bilka2013-02-131-1/+2
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu2012-11-021-1/+1
* Fix strtod handling of underflow (bug 14047).Joseph Myers2012-10-301-1/+4
* Define and use $(run-built-tests).Joseph Myers2012-10-241-1/+1
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-251-2/+2
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-121-0/+1
* Fix strtod rounding (bug 3479).Joseph Myers2012-08-271-1/+1
* Fix strtod integer/buffer overflow (bug 14459).Joseph Myers2012-08-271-1/+1
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-171-4/+2
* Rename __secure_getenv to secure_getenvFlorian Weimer2012-07-251-1/+3