summaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdlib/Makefile
AgeCommit message (Expand)Author
2025-08-15libc: Drop incorrect qsort optimizationDag-Erling Smørgrav
2025-04-27libc: Add getenv_r() function.Dag-Erling Smørgrav
2025-04-22bsd.compiler.mk: Add a blocks compiler feature.Dag-Erling Smørgrav
2025-04-22fts: Add blocks support.Dag-Erling Smørgrav
2025-04-11src: Use gnu++17 as the default C++ standardJohn Baldwin
2025-04-04libc: tests: add some tests for __cxa_atexit handlingKyle Evans
2024-08-07libc tests: Add some test cases for recursive exitingMark Johnston
2024-08-07libc tests: Rename the quick_exit test file, fix styleMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-09-26libc: Add a rudimentary test for quick_exit(3).Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-10-03qsort_b_test: Only build on clang.John Baldwin
2022-09-30Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten
2022-09-06libc: add test case for qsort_b(3)Xin LI
2021-11-07libc: add clearenv functionMariusz Zaborski
2021-01-19Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson
2020-06-24Enable long double tests on RISC-VMitchell Horne
2020-01-20Add qsort_r(3) regression test.Edward Tomasz Napierala
2020-01-20Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala
2019-08-31Unskip test cases from netbsd-tests by defining __HAVE_FENVLi-Wen Hsu
2019-03-29Allow users to override CSTD/CXXSTD on a per-prog basisEnji Cooper
2019-03-29Revert r345706: the third time will be the charmEnji Cooper
2019-03-29Standardize `-std=c++* as `CXXSTD`Enji Cooper
2019-03-29Revert r345704Enji Cooper
2019-03-29CXXSTD is the C++ analogue to CSTD.Enji Cooper
2019-01-31libc/tests: Add test case for jemalloc/libthr bug fixed in r343566Kyle Evans
2018-12-19Allow multi-byte thousands separators in strfmon(3)Conrad Meyer
2017-03-30Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov
2017-01-12Remove __HAVE_LONG_DOUBLE #define from t_strtod.c and place it in MakefileEnji Cooper
2016-08-12Checkpoint initial integration workEnji Cooper
2016-08-06Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-22Let tsearch()/tdelete() use an AVL tree.Ed Schouten
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-11-08Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suiteEnji Cooper
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2014-11-04Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...Enji Cooper