summaryrefslogtreecommitdiffstats
path: root/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Hide __atexitDmitriy Ivanov2015-06-042-14/+12
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-242-0/+259
* Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-242-259/+0
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-222-0/+259
* Call __cxa_thread_finalize for the main thread.Dmitriy Ivanov2015-04-151-0/+66
* Upstream atexitDmitriy Ivanov2014-07-142-303/+0
* Slim down static binaries by avoiding stdio.Elliott Hughes2014-07-101-3/+2
* Hide __atexit and remove __atexit_invalid.Dan Albert2014-06-182-7/+1
* Register _cleanup function with atexitDmitriy Ivanov2014-05-151-2/+40
* Fixes for __cxa_finalizeDmitriy Ivanov2014-05-052-31/+71
* Switch to the upstream OpenBSD getenv/putenv/setenv implementation.Elliott Hughes2014-04-223-235/+0
* Upgrade our <ctype.h> implementation to OpenBSD head.Elliott Hughes2014-04-182-166/+0
* Merge "Changes our ctype identifiers to match the BSDs"Dan Albert2014-04-181-19/+10
|\
| * Changes our ctype identifiers to match the BSDsDan Albert2014-04-181-19/+10
* | Switch to gdtoa.Elliott Hughes2014-04-161-2689/+0
|/
* Clean up localeconv(3).Elliott Hughes2014-04-081-4/+0
* Add lconv declaration and localeconv(3)Pavel Chupin2014-03-281-2/+3
* Clean up reentrancy cruft.Elliott Hughes2014-03-131-20/+4
* Clean up our OpenBSD usage.Elliott Hughes2014-02-218-742/+0
* bionic: call stdio cleanup on exitPawit Pornkitprasan2013-11-191-59/+0
* AArch64: Add support for AArch64 to stdlib/strtod.cSerban Constantinescu2013-10-281-1/+1
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-093-2/+9
* Make ctype.h a little less unhygienic.Elliott Hughes2013-08-131-1/+11
* Clean up abort.Elliott Hughes2013-06-121-40/+2
* Switch to current FreeBSD qsort.Elliott Hughes2013-04-111-161/+0
* stdlib: atexit: include <sys/cdefs.h>Chirayu Desai2013-02-161-0/+2
* Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-071-0/+4
* More upstream NetBSD upgrades.Elliott Hughes2012-10-236-338/+0
* Move non-upstream code into the libc/bionic directory.Elliott Hughes2012-10-017-592/+0
* Upgrade seed48 too.Elliott Hughes2012-10-011-37/+0
* Upgrade to the current NetBSD rand implementation.Elliott Hughes2012-10-016-170/+0
* ARM: make CRT_LEGACY_WORKAROUND work as intendedArd Biesheuvel2012-08-281-11/+0
* fix __cxa_finalize() implementation to be thread safe.Srinavasa Nagaraju2012-07-311-0/+4
* Report errors to the log, not just stderr.Elliott Hughes2012-07-271-16/+16
* am 1c0a0381: Merge "Enable functional DSO object destruction"David Turner2011-06-231-0/+2
|\
| * Enable functional DSO object destructionBruce Beare2011-06-201-0/+2
* | Bug 3330205 Thread safety for bignum powers of 5Glenn Kasten2011-01-171-0/+5
|/
* libc: remove obsolete sha1hash.c source fileDavid 'Digit' Turner2010-12-201-316/+0
* am 958214aa: am 8ad63d74: Merge "stdlib: strtod: Hide internal symbol __dtoa"Jean-Baptiste Queru2010-10-211-1/+1
|\
| * am 8ad63d74: Merge "stdlib: strtod: Hide internal symbol __dtoa"Jean-Baptiste Queru2010-10-191-1/+1
| |\
| | * stdlib: strtod: Hide internal symbol __dtoaJim Huang2010-10-151-1/+1
* | | am cb0f5ed8: am 50ace4fe: Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-231-1/+1
|\ \ \ | |/ /
| * | Remove compiler warnings when building Bionic.David 'Digit' Turner2010-06-221-1/+1
* | | Just link fixes for b 2763938.Kristian Monsen2010-06-161-6/+0
|/ /
* | wchar.h: improve wchar_t support in BionicDavid 'Digit' Turner2010-06-151-124/+12
|/
* merge from open-source masterThe Android Open Source Project2010-05-0311-223/+221
|\
| * improve readability of stdlib: fix indentation and remove trailing spacesAndré Goddard Rosa2010-04-2911-232/+230
* | merge from open-source masterThe Android Open Source Project2010-03-311-2/+2
|\ \ | |/
| * stdlib: optimize bsearch()André Goddard Rosa2010-03-281-2/+2
* | Fix strtod security bug.David 'Digit' Turner2010-03-091-28/+142