aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* libc: Add unit tests for N2630 and possible collateral damage.Dag-Erling Smørgrav2023-08-281-0/+6
* Add additional __FreeBSD_version guards around the hsearch_r testcasesEnji Cooper2017-03-011-0/+2
* Expect :hsearch_r_nonexistent to fail on FreeBSDEnji Cooper2017-02-071-0/+3
* Uncomment more of the hsearch_r testcasesEnji Cooper2017-02-071-9/+9
* Reintroduce libutil.h #include for FreeBSD only for fparselnEnji Cooper2017-01-162-0/+14
* Remove libutil.h #include on FreeBSD and instead favor stdio.h from libnetbsdEnji Cooper2017-01-152-6/+0
* :strtold_nan: remove unnecessary strcmp checkEnji Cooper2017-01-141-3/+1
* Remove __HAVE_LONG_DOUBLE #define from t_strtod.c and place it in MakefileEnji Cooper2017-01-121-4/+0
* Don't test `size[i] % align[i] == 0` case on FreeBSDEnji Cooper2016-08-251-0/+10
* Checkpoint initial integration workEnji Cooper2016-08-125-21/+377
* Add __FreeBSD_version guards around hsearch_r to ease MFCing the code toEnji Cooper2014-12-211-1/+5
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withEnji Cooper2014-11-175-10/+10
* Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/co...Enji Cooper2014-11-041-3/+2
* Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice onEnji Cooper2014-11-041-1/+7
* Port h_atexit to FreeBSDEnji Cooper2014-11-011-0/+34
* libutil.h is required for fparseln on FreeBSDEnji Cooper2014-10-211-0/+3
* __isnanl is automatically picked according to data type in <math.h>. ThereEnji Cooper2014-10-131-0/+2
* #include libutil.h for fparseln on FreeBSDEnji Cooper2014-10-121-0/+3
* Expect SIGSEGV in lib/libc/stdlib/t_getenv:setenv_basicEnji Cooper2014-10-101-0/+12
* Only build/run hsearch_basic and hsearch_r_basic on NetBSDEnji Cooper2014-10-101-0/+8
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,Enji Cooper2014-10-0218-0/+3045