index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
qsort.c
Age
Commit message (
Expand
)
Author
2017-05-30
Don't fall back to heapsort() if we would otherwise switch to
Todd C. Miller
2017-05-24
Support swapping 32-bit aligned elements on 64-bit platforms.
Todd C. Miller
2017-05-20
Use David Musser's introsort algorithm to fall back to heapsort(3)
Todd C. Miller
2017-05-17
The BSD qsort() performs tail recursion elimination on the second
Todd C. Miller
2017-01-04
Remove unnecessary casts of 'a' to char * since 'a' is already char *.
Todd C. Miller
2015-09-13
Wrap <stdlib.h> so that calls go direct and the symbols not in the
Philip Guenther
2014-06-12
Disable the "switch to insertion sort" optimization to avoid quadratic
Todd C. Miller
2010-02-08
Use size_t in appropriate places; fixes sorting of big arrays;
Otto Moerbeek
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-30
ansi + de-register
Patrick Latifi
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
1997-06-20
typecastorama
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-03-25
Cannot do operations on a void pointer
Thorsten Lockert
1996-03-25
Add prototypes for internal functions
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt