aboutsummaryrefslogtreecommitdiff
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
* libc: Rewrite quick_exit() and at_quick_exit() using C11 atomics.Dag-Erling Smørgrav2023-10-052-0/+82
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-233-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2312-24/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* qsort_b_test: Only build on clang.John Baldwin2022-11-111-0/+2
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-11-051-2/+2
* strfmon_test: Add a test for strfmon_lJose Luis Duran2022-11-051-0/+33
* strfmon_test: Reserve space for the null terminatorJose Luis Duran2022-11-051-5/+5
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-11-011-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-11-011-1/+1
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-11-011-2/+2
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-11-011-2/+2
* strfmon: Avoid an out-of-bounds accessJose Luis Duran2022-11-011-1/+1
* strfmon_test: Add some testsJose Luis Duran2022-11-011-0/+151
* strfmon_test: Fix typo and remove extra spaceJose Luis Duran2022-11-011-2/+2
* libc: add test case for qsort_b(3)Xin LI2022-09-212-0/+83
* libc/tests/stdlib/dynthr_mod/dynthr_mod.c: mark dummy as usedKonstantin Belousov2021-12-061-0/+1
* 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
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+22
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+22
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-222-0/+132
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-4/+2