index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dirent.h
Age
Commit message (
Expand
)
Author
2012-11-18
drop support for pre ISO-C compilers
Mike Frysinger
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
dirent.h: use __ssize_t instead of ssize_t
Peter S. Mazinger
2012-06-15
move __getdents[64] prototypes to dirent.h
Peter S. Mazinger
2012-06-15
dirent.h: disable getdirentries not provided by uClibc
Peter S. Mazinger
2012-06-15
dirent.h: s:__XOPEN_2K8:__USE_XOPEN2K8:
Peter S. Mazinger
2009-07-20
first pass at implementing *at funcs
Mike Frysinger
2009-07-20
sync a few headers with glibc (no functional changes)
Mike Frysinger
2009-07-20
dirent: push dirent type to prototypes
Mike Frysinger
2009-02-08
Add strverscmp() and versionsort[64]().
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2005-11-03
Sync headers w/ glibc
Peter S. Mazinger
2004-09-07
First pass prototype removals from auditing header files:
Eric Andersen
2002-12-17
Dop not restrict the IFTODT() and DTTOIF() macros when
Eric Andersen
2002-08-27
Make this as glibc-like as possible while avoiding the fileutils
Manuel Novoa III
2002-08-27
Move the _DIRENT_HAVE_D_TYPE test to avoid breaking fileutils
Eric Andersen
2002-08-27
No need to hide this stuff when _DIRENT_HAVE_D_TYPE is not
Eric Andersen
2002-08-20
Unlike glibc, uClibc doesn't always support the d_type field of
Manuel Novoa III
2001-09-27
Rev all the header files to sync things with glibc 2.2.4
Eric Andersen
2000-07-06
Some more major updates to further superate ucLibc from the kernel
Eric Andersen
2000-05-14
Initial revision
Erik Andersen