aboutsummaryrefslogtreecommitdiff
path: root/stdlib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-05-08Bug 18125: Call exit after last linked context.Carlos O'Donell1-1/+8
2015-03-12S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler1-5/+5
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+0
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar1-0/+1
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers1-1/+3
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-5/+0
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-12/+6
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-7/+7
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-2/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-08-26Fix dependencies for stdlib/tst-tls-atexitAndreas Schwab1-1/+1
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-1/+1
2013-04-05More tests for external charater sequences representing NaNs.Thomas Schwinge1-0/+1
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar1-2/+10
2013-02-13Install stdlib-bsearch.h headerOndrej Bilka1-1/+2
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu1-1/+1
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers1-1/+4
2012-10-24Define and use $(run-built-tests).Joseph Myers1-1/+1
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin1-2/+2
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers1-0/+1
2012-08-27Fix strtod rounding (bug 3479).Joseph Myers1-1/+1
2012-08-27Fix strtod integer/buffer overflow (bug 14459).Joseph Myers1-1/+1
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath1-4/+2
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer1-1/+3
2012-05-02Fix test-suite failues with -Wl,--as-neededAllan McRae1-0/+1
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-3/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-16Fix locking problem in fmtmsgUlrich Drepper1-2/+3
2011-04-17Fix FPU context handling in getcontext on x86-64.Ulrich Drepper1-2/+9
2009-12-24Remove tst-sigcontext test.Ulrich Drepper1-1/+1
2009-12-24Additional setcontext(), etc. conformance tests.Maciej W. Rozycki1-1/+2
2009-03-08* stdlib/Makefile (routines): Add quick_exit, at_quick_exit, andUlrich Drepper1-2/+3
2008-12-02* stdlib/Makefile (tests): Add tst-unsetenv1.Ulrich Drepper1-1/+1
2008-03-08[BZ #5774]Ulrich Drepper1-1/+1
2008-03-08* stdlib/Makefile (aux): Add tens_in_limb.Ulrich Drepper1-1/+1
2008-01-09* sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): AvoidUlrich Drepper1-2/+4
2007-10-052007-10-04 Jakub JelinekUlrich Drepper1-1/+1
2007-08-03* stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.Ulrich Drepper1-1/+2
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-4/+0
2007-07-31.Jakub Jelinek1-0/+4
2007-01-11Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ...Ulrich Drepper1-1/+2
2007-01-03* posix/execvp.c: Include alloca.h.Ulrich Drepper1-1/+2
2006-12-19* stdlib/Makefile (tests): Add tst-makecontext.Ulrich Drepper1-1/+2
2006-12-19[BZ #3747]Ulrich Drepper1-1/+1
2006-12-11* stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousandUlrich Drepper1-1/+1
2006-12-10[BZ #3664]Ulrich Drepper1-1/+1