aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* add a fortified implementation of realpathDaniel Micay2015-04-201-0/+21
* Make tempnam/mktemp deprecated.Yabin Cui2015-02-251-1/+1
* Revert "Move use of __warnattr to __deprecated."Yabin Cui2015-02-171-1/+1
* Move use of __warnattr to __deprecated.Yabin Cui2015-02-171-1/+1
* Merge "Put back inline definitions if using an old API."Dan Albert2015-01-301-10/+14
|\
| * Put back inline definitions if using an old API.Dan Albert2015-01-291-10/+14
* | Add primitive CPPLINT.cfg.Dan Albert2015-01-291-1/+1
|/
* Clean up <stdlib.h> slightly.Elliott Hughes2015-01-261-6/+7
* Reduce <stdlib.h> namespace pollution.Elliott Hughes2015-01-241-1/+0
* Fix ptsname(3) and ttyname(3) to use TLS.Elliott Hughes2014-12-091-1/+1
* Add POSIX lcong48.Elliott Hughes2014-11-061-9/+10
* change unsigned int to uint32_t for api arc4random/arc4random_uniformYabin Cui2014-10-281-2/+2
* Merge "Fix incorrect parameter types for locale funcs."Dan Albert2014-09-241-2/+2
|\
| * Fix incorrect parameter types for locale funcs.Dan Albert2014-09-231-2/+2
* | CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.Elliott Hughes2014-09-231-1/+8
|/
* Change name of MB_CUR_MAX implementation function.Dan Albert2014-08-141-2/+2
* Revert "Add a hack to <stdlib.h> until we can fix libvpx."Elliott Hughes2014-08-061-6/+0
* Proper MB_CUR_MAX.Dan Albert2014-07-301-1/+2
* Remove declarations for things that don't exist.Elliott Hughes2014-07-291-4/+0
* Fix linkage of grantpt(3).Elliott Hughes2014-07-251-12/+6
* Revert "Revert "Add locale aware APIs.""Dan Albert2014-07-111-0/+4
* Revert "Add locale aware APIs."Dan Albert2014-07-091-4/+0
* Add locale aware APIs.Dan Albert2014-07-091-0/+4
* Sync to current upstream arc4random.Elliott Hughes2014-06-241-3/+4
* Fix x86-64 libvpx build.Elliott Hughes2014-06-121-2/+2
* Add a hack to <stdlib.h> until we can fix libvpx.Elliott Hughes2014-06-121-0/+6
* Get the full set of PRNG functions in <stdlib.h>Elliott Hughes2014-06-121-14/+9
* Add __pure2 to a few more functions, most notably gettid and pthread_self.Elliott Hughes2014-06-111-3/+3
* Fix the printf family for non-ASCII.Elliott Hughes2014-06-051-1/+1
* Adds quick_exit(3) and at_quick_exit(3) from freebsdDan Albert2014-04-291-0/+5
* Switch to the upstream OpenBSD getenv/putenv/setenv implementation.Elliott Hughes2014-04-221-4/+4
* Use -fvisibility=hidden to build libc_gdtoa.Elliott Hughes2014-04-221-3/+4
* Implement _Exit(3).Elliott Hughes2014-04-081-1/+2
* Implement wctomb(3) for ltrace.Elliott Hughes2014-04-071-2/+0
* Ensure we always have symbols for atof, strtof, strtold.Elliott Hughes2014-03-121-13/+7
* Add getprogname/setprogname for BSD compatibility.Elliott Hughes2014-02-281-0/+4
* Added mkstemp64Calin Juravle2014-02-241-0/+1
* Move bionic over to GCC's 'warning' attribute.Elliott Hughes2013-12-171-3/+3
* Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols.Elliott Hughes2013-08-121-11/+3
* Remove useless #defines and incorrect claims from header files.Elliott Hughes2012-10-011-8/+2
* libc: make atoi, atol, and atoll pure functionsNick Kralevich2012-06-141-3/+3
* Add the posix_memalign(3) function to bionicKen Sumrall2011-12-141-0/+2
* Add mkdtemp() prototype to stdlib.h.tedbo2010-11-301-0/+1
* libc: tag missing functions in system headers.David 'Digit' Turner2010-10-091-1/+7
* Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-221-0/+2
* Remove a gcc-4.5 compilation warning:Jing Yu2010-06-091-1/+1
* Fix ptsname_r(3) return type to match glibcColin Cross2010-01-121-1/+1
* Revert "Add qsort_r() implementation to the C library."android-sdk-2.1_r1android-2.1_r2.1sandroid-2.1_r2android-2.1_r1Mathias Agopian2009-12-031-1/+0
* Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-031-0/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+177