summaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* strfmon: Fix negative sign handling for C localeJose Luis Duran2025-12-031-3/+3
* strfmon: EINVAL if the '+' flag and both signs are emptyJose Luis Duran2025-12-031-4/+4
* strfmon: Add tests for Austin Group Defect 1199Jose Luis Duran2025-12-031-23/+57
* libc: Drop incorrect qsort optimizationDag-Erling Smørgrav2025-08-272-0/+114
* libc: tests: add some tests for __cxa_atexit handlingKyle Evans2025-04-174-0/+212
* pkgbase: install all libc test files into the tests packageBaptiste Daroussin2024-03-271-0/+1
* libc: Purge unneeded cdefs.hWarner Losh2023-11-2714-14/+0
* libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav2023-10-042-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
* MFhead @ r305170Enji Cooper2016-09-011-1/+2
|\
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-08-311-1/+2
* | Checkpoint initial integration workEnji Cooper2016-08-121-1/+1
|/
* Add __cxa_thread_atexit(3) API implementation.Konstantin Belousov2016-08-064-0/+295