summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/scandir.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for some block functions that come from OS X. These aretheraven2014-04-021-1/+22
* Style: reword comment.ache2010-01-201-1/+1
* Style: remove extra empty line in the comment.ache2010-01-201-1/+0
* a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires.ache2010-01-181-6/+2
* Do not rely on behaviour undefined by ANSI C, use thunks to adaptkib2010-01-051-2/+19
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-041-13/+10
* scandir(3) previously used st_size to obtain an initial estimatedas2008-03-161-13/+3
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-6/+6
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+5
* Fix a memory leakjulian1998-10-071-15/+25
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* scandir(3) didn't transfer d_type, and d_ino is called d_fileno now.phk1995-03-251-1/+2
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+135
OpenPOWER on IntegriCloud