summaryrefslogtreecommitdiffstats
path: root/include/glob.h
Commit message (Collapse)AuthorAgeFilesLines
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+5
| | | | | Appears to build fine (several .configs tried)
* check to see if __USE_FILE_OFFSET64 is defined rather than if it evaluates ↵Mike Frysinger2007-01-291-1/+1
| | | | to true
* Mark parts as unsupported by gnu glob, but leave it as it wasPeter S. Mazinger2006-03-031-1/+5
|
* Rich Felker's glob() ported to uClibcPeter S. Mazinger2006-02-271-5/+9
|
* Disable parts not supported by (outdated) glob, probably the glob[64]_t ↵Peter S. Mazinger2006-02-271-0/+6
| | | | structures are wrong too
* Sync headers w/ glibcPeter S. Mazinger2005-12-151-4/+5
|
* import updates from glibcMike Frysinger2005-11-151-76/+47
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-25/+51
|
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-0/+196
It is getting closer... -Erik