summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/qsort.c
Commit message (Collapse)AuthorAgeFilesLines
* improve readability of stdlib: fix indentation and remove trailing spacesAndré Goddard Rosa2010-04-291-13/+13
| | | | | | Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Change-Id: I7dd90a0816b5376ffc1de4499d56935e0bd574a1
* 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-66/+37
| | | | | | | 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.
* Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-031-37/+66
| | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+161
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-161/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+161