summaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdlib
AgeCommit message (Expand)Author
2025-12-29tdestroy(3): add testsKonstantin Belousov
2025-11-26strfmon: Fix negative sign handling for C localeJose Luis Duran
2025-11-26strfmon: EINVAL if the '+' flag and both signs are emptyJose Luis Duran
2025-11-26strfmon: Add tests for Austin Group Defect 1199Jose Luis Duran
2025-08-15libc: Drop incorrect qsort optimizationDag-Erling Smørgrav
2025-05-06getenv_r tests: Fix getenv_r_erangeMark Johnston
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
2024-03-20pkgbase: install all libc test files into the tests packageBaptiste Daroussin
2023-11-01libc: Purge unneeded cdefs.hWarner 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
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-30strfmon_l: Use specified locale for number formattingJose Luis Duran
2022-10-30strfmon_test: Add a test for strfmon_lJose Luis Duran
2022-10-30strfmon_test: Reserve space for the null terminatorJose Luis Duran
2022-10-26strfmon: Fix formatting of a second fixed-width valueJose Luis Duran
2022-10-26strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran
2022-10-26strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran
2022-10-26strfmon: Trim the SPACE from international currency symbolJose Luis Duran
2022-10-26strfmon: Avoid an out-of-bounds accessJose Luis Duran
2022-10-26strfmon_test: Add some testsJose Luis Duran
2022-10-26strfmon_test: Fix typo and remove extra spaceJose Luis Duran
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-29libc/tests/stdlib/dynthr_mod/dynthr_mod.c: mark dummy as usedKonstantin Belousov
2021-11-08libc: fix the testMariusz Zaborski
2021-11-07libc: add clearenv functionMariusz Zaborski
2021-01-19Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson
2020-09-09libc tests: dynthr_mod: fix some WARNS issuesKyle Evans
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