summaryrefslogtreecommitdiff
path: root/include/glob.h
AgeCommit message (Collapse)Author
2012-11-18drop support for pre ISO-C compilersMike Frysinger
This drops __signed, __volatile, and __const. Only the latter was used in the code base, and for uClibc, not consistently. Much of the code used plain "const" which meant "__const" was useless. Really, the point of this is to stay in sync with what glibc did. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
Appears to build fine (several .configs tried)
2007-01-29check to see if __USE_FILE_OFFSET64 is defined rather than if it evaluates ↵Mike Frysinger
to true
2006-03-03Mark parts as unsupported by gnu glob, but leave it as it wasPeter S. Mazinger
2006-02-27Rich Felker's glob() ported to uClibcPeter S. Mazinger
2006-02-27Disable parts not supported by (outdated) glob, probably the glob[64]_t ↵Peter S. Mazinger
structures are wrong too
2005-12-15Sync headers w/ glibcPeter S. Mazinger
2005-11-15import updates from glibcMike Frysinger
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2000-07-05Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen
It is getting closer... -Erik