aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* getenv_r tests: Fix getenv_r_erangeMark Johnston2025-05-061-1/+1
* libc: Add getenv_r() function.Dag-Erling Smørgrav2025-04-272-0/+70
* 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-054-0/+212
* libc tests: Add some test cases for recursive exitingMark Johnston2024-08-072-0/+70
* libc tests: Rename the quick_exit test file, fix styleMark Johnston2024-08-072-8/+12
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* pkgbase: install all libc test files into the tests packageBaptiste Daroussin2024-03-201-0/+1
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0114-14/+0
* libc: Add a rudimentary test for quick_exit(3).Dag-Erling Smørgrav2023-09-262-0/+82
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1614-28/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-10-291-2/+2
* strfmon_test: Add a test for strfmon_lJose Luis Duran2022-10-291-0/+33
* strfmon_test: Reserve space for the null terminatorJose Luis Duran2022-10-291-5/+5
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-10-251-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-10-251-1/+1
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-10-251-2/+2
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-10-251-2/+2
* strfmon: Avoid an out-of-bounds accessJose Luis Duran2022-10-251-1/+1
* strfmon_test: Add some testsJose Luis Duran2022-10-251-0/+151
* strfmon_test: Fix typo and remove extra spaceJose Luis Duran2022-10-251-2/+2
* 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-303-3/+96
* libc: add test case for qsort_b(3)Xin LI2022-09-072-0/+83
* libc/tests/stdlib/dynthr_mod/dynthr_mod.c: mark dummy as usedKonstantin Belousov2021-11-291-0/+1
* libc: fix the testMariusz Zaborski2021-11-081-1/+1
* libc: add clearenv functionMariusz Zaborski2021-11-072-0/+177
* Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson2021-01-191-2/+0
* libc tests: dynthr_mod: fix some WARNS issuesKyle Evans2020-09-091-1/+3
* Enable long double tests on RISC-VMitchell Horne2020-06-241-3/+4
* Add qsort_r(3) regression test.Edward Tomasz Napierala2020-01-202-0/+93
* Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala2020-01-202-0/+258
* 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-314-0/+178
* Allow multi-byte thousands separators in strfmon(3)Conrad Meyer2018-12-192-0/+72
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* tsearch_test: Test twalk & add some determinism.Will Andrews2017-06-061-1/+29
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-302-0/+64
* Remove __HAVE_LONG_DOUBLE #define from t_strtod.c and place it in MakefileEnji Cooper2017-01-121-0/+8
* Improve typing of POSIX search tree functions.Ed Schouten2016-10-131-2/+2