summaryrefslogtreecommitdiffstats
path: root/tests/stdlib_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add POSIX lcong48.Elliott Hughes2014-11-061-0/+66
* make all bionic death tests not dumpableYabin Cui2014-11-061-2/+5
* Extra strtod/strtof tests.Elliott Hughes2014-10-281-0/+17
* Update our FreeBSD realpath(3) to upstream head.Elliott Hughes2014-09-301-0/+12
* CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.Elliott Hughes2014-09-231-5/+19
* Pull in upstream fixes to reject invalid bases.Elliott Hughes2014-09-231-0/+48
* Fix linkage of grantpt(3).Elliott Hughes2014-07-251-0/+99
* Implement rand/srand in terms of random/srandom.Elliott Hughes2014-07-141-7/+0
* Get the full set of PRNG functions in <stdlib.h>Elliott Hughes2014-06-121-12/+19
* Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes2014-05-131-1/+1
* Adds quick_exit(3) and at_quick_exit(3) from freebsdDan Albert2014-04-291-0/+46
* Implement _Exit(3).Elliott Hughes2014-04-081-0/+14
* Use the float/double assert macros.Christopher Ferris2014-03-171-4/+4
* Ensure we always have symbols for atof, strtof, strtold.Elliott Hughes2014-03-121-0/+16
* Include what you use.Elliott Hughes2014-03-121-0/+2
* Add a basic unit test for system(3).Elliott Hughes2014-03-111-0/+12
* Added mkstemp64Calin Juravle2014-02-241-0/+15
* Fix pthread_join.Elliott Hughes2013-11-181-0/+25
* Switch to current FreeBSD qsort.Elliott Hughes2013-04-111-0/+23
* Move realpath.c to upstream-freebsd.Elliott Hughes2013-03-011-0/+39
* Add basic tests for posix_memalign.Elliott Hughes2013-02-041-0/+13
* Upgrade to the current NetBSD rand implementation.Elliott Hughes2012-10-011-0/+59