| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
To avoid introducing NULL checks everytime a Bigint computation
is performed, introduce a special value (BIGINT_INVALID) and only
check for it when absolutely needed (which means when the code
needs to access the Bigint's internal structure fields).
Change-Id: Ie3954523b0985b6a8cb62340802d8dcf63cbf16f
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
to the C library."
Merge commit 'f197147a787d7415e6e0a1bad15566836c55befb'
* commit 'f197147a787d7415e6e0a1bad15566836c55befb':
Revert "Add qsort_r() implementation to the C library."
|
| | |
| |
| |
| |
| |
| |
| | |
This reverts commit 754c178ae551aedcbbfd3bfd1c1c3b710d9ad989.
Turns out we don't need it afterall (needed a stable sort anyways).
So, we'll make that change in the dev branch instead.
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
library.
Merge commit 'be71c8142d4225dd9af4742ec050f30fcbc2aa5e'
* commit 'be71c8142d4225dd9af4742ec050f30fcbc2aa5e':
Add qsort_r() implementation to the C library.
|
| | |
| |
| |
| |
| |
| | |
NOTE: This replaces qsort.c with the FreeBSD version. While
the patch changes the source, it should not alter the
implementation that should use the exact same algorithm.
|
| |/
|
|
|
|
|
| |
As with the other wchar functions in Bionic, these are really
minimally functional stubs.
Change-Id: I805bc5642e7bc22d9d730cfc18f9fb4a5f164416
|
| |
|
|
|
|
| |
__cxa_finalize() implementation
This patch uses "#if ANDROID" instead of "#if 1" in the __cxa_finalize() fix
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|