index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdlib
/
qsort.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)
Xi Ruoyao
2024-01-23
1
-1
/
+1
*
stdlib: Remove unused is_aligned function from qsort.c
Adhemerval Zanella
2024-01-17
1
-13
/
+0
*
stdlib: Fix heapsort for cases with exactly two elements
Kuan-Wei Chiu
2024-01-16
1
-1
/
+1
*
stdlib: Reinstate stable mergesort implementation on qsort
Adhemerval Zanella
2024-01-15
1
-245
/
+225
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
stdlib: Fix array bounds protection in insertion sort phase of qsort
Florian Weimer
2023-12-04
1
-1
/
+1
*
stdlib: The qsort implementation needs to use heapsort in more cases
Florian Weimer
2023-11-21
1
-4
/
+13
*
stdlib: Handle various corner cases in the fallback heapsort for qsort
Florian Weimer
2023-11-21
1
-17
/
+38
*
stdlib: Avoid another self-comparison in qsort
Florian Weimer
2023-11-21
1
-1
/
+1
*
stdlib: Avoid element self-comparisons in qsort
Florian Weimer
2023-11-08
1
-3
/
+5
*
stdlib: Remove use of mergesort on qsort (BZ 21719)
Adhemerval Zanella
2023-10-31
1
-3
/
+11
*
stdlib: Implement introsort for qsort (BZ 19305)
Adhemerval Zanella
2023-10-31
1
-7
/
+82
*
stdlib: qsort: Move some macros to inline function
Adhemerval Zanella
2023-10-31
1
-12
/
+23
*
stdlib: Move insertion sort out qsort
Adhemerval Zanella
2023-10-31
1
-47
/
+54
*
stdlib: Optimization qsort{_r} swap implementation
Adhemerval Zanella
2023-10-31
1
-18
/
+77
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
1
-1
/
+0
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Add some spaces before '('.
Joseph Myers
2019-02-27
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Avoid use of "register" as optimization hint.
Joseph Myers
2013-06-07
1
-4
/
+4
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
* stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.
Ulrich Drepper
2007-11-13
1
-8
/
+8
*
[BZ #16]
Ulrich Drepper
2004-03-10
1
-2
/
+4
*
Update.
Ulrich Drepper
2002-01-29
1
-9
/
+6
*
Update to LGPL v2.1.
Andreas Jaeger
2001-07-06
1
-8
/
+8
*
Update.
Ulrich Drepper
1999-10-28
1
-16
/
+21
*
update from main archive 970218
cvs/libc-970221
cvs/libc-970220
cvs/libc-970219
Ulrich Drepper
1997-02-19
1
-1
/
+1
*
update from main archive 970214
cvs/root-libc-2_0_x-branch
Ulrich Drepper
1997-02-15
1
-0
/
+3
*
update from main archive 970209
cvs/libc-970210
Ulrich Drepper
1997-02-10
1
-23
/
+24
*
Update from main archive 961219
cvs/libc-961220
Ulrich Drepper
1996-12-20
1
-42
/
+41
*
initial import
Roland McGrath
1995-02-18
1
-0
/
+243