summaryrefslogtreecommitdiffstats
path: root/libc/misc/ftw/ftw.c
Commit message (Expand)AuthorAgeFilesLines
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-161-1/+4
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+0
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-19/+0
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-231-3/+3
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-14/+14
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-3/+3
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-24/+9
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-1/+0
* Merge from trunk."Steven J. Hill"2006-02-271-30/+38
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-431/+600
* Merge from trunk."Steven J. Hill"2005-12-101-0/+5
* Merge from trunk."Steven J. Hill"2005-12-081-0/+1
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-0/+3
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-5/+11
* Merge from trunk."Steven J. Hill"2005-10-301-0/+2
* Fix up several errors related to filename length and errno thatEric Andersen2003-11-081-2/+5
* oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled.Eric Andersen2003-09-061-4/+1
* fixup ftw and ftw64. Unfortunately, adding ftw64 doubles theEric Andersen2003-09-061-18/+45
* Fix the bugs I stupidly addedEric Andersen2003-09-061-1/+1
* Add support for ftw and nftwEric Andersen2003-09-051-0/+621