aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdlib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* libc: Add getenv_r() function.Dag-Erling Smørgrav2025-04-271-0/+1
* bsd.compiler.mk: Add a blocks compiler feature.Dag-Erling Smørgrav2025-04-221-1/+1
* fts: Add blocks support.Dag-Erling Smørgrav2025-04-221-1/+1
* src: Use gnu++17 as the default C++ standardJohn Baldwin2025-04-111-2/+0
* libc: tests: add some tests for __cxa_atexit handlingKyle Evans2025-04-051-0/+2
* libc tests: Add some test cases for recursive exitingMark Johnston2024-08-071-0/+1
* libc tests: Rename the quick_exit test file, fix styleMark Johnston2024-08-071-1/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc: Add a rudimentary test for quick_exit(3).Dag-Erling Smørgrav2023-09-261-0/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* qsort_b_test: Only build on clang.John Baldwin2022-10-031-0/+2
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-0/+1
* libc: add test case for qsort_b(3)Xin LI2022-09-071-0/+7
* libc: add clearenv functionMariusz Zaborski2021-11-071-0/+1
* Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson2021-01-191-2/+0
* Enable long double tests on RISC-VMitchell Horne2020-06-241-3/+4
* Add qsort_r(3) regression test.Edward Tomasz Napierala2020-01-201-0/+1
* Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala2020-01-201-0/+1
* Unskip test cases from netbsd-tests by defining __HAVE_FENVLi-Wen Hsu2019-08-311-0/+3
* Allow users to override CSTD/CXXSTD on a per-prog basisEnji Cooper2019-03-291-2/+2
* Revert r345706: the third time will be the charmEnji Cooper2019-03-291-2/+2
* Standardize `-std=c++* as `CXXSTD`Enji Cooper2019-03-291-2/+2
* Revert r345704Enji Cooper2019-03-291-2/+2
* CXXSTD is the C++ analogue to CSTD.Enji Cooper2019-03-291-2/+2
* libc/tests: Add test case for jemalloc/libthr bug fixed in r343566Kyle Evans2019-01-311-0/+3
* Allow multi-byte thousands separators in strfmon(3)Conrad Meyer2018-12-191-0/+1
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-301-0/+1
* Remove __HAVE_LONG_DOUBLE #define from t_strtod.c and place it in MakefileEnji Cooper2017-01-121-0/+8
* Checkpoint initial integration workEnji Cooper2016-08-121-1/+1
* Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov2016-08-061-0/+10
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-221-0/+1
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-4/+2
* Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suiteEnji Cooper2015-11-081-2/+6
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...Enji Cooper2014-11-041-0/+44