summaryrefslogtreecommitdiffstats
path: root/libc/misc/ftw
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-082-2/+5
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-19/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-141-3/+3
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-12/+12
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-2/+2
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-3/+3
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-19/+4
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-5/+5
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-221-1/+0
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-9/+6
* no point in declaring save_err locallyMike Frysinger2006-01-291-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-142-30/+39
* Sync ftw w/ glibc, splitting ftw and ftw64Peter S. Mazinger2005-12-303-460/+640
* glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabledPeter S. Mazinger2005-12-161-5/+13
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-2/+2
* Use internal versionsPeter S. Mazinger2005-12-081-0/+5
* Hide morePeter S. Mazinger2005-12-071-0/+1
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-6/+9
* Hiding againPeter S. Mazinger2005-11-291-0/+1
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-5/+2
* Enable IMAPeter S. Mazinger2005-11-031-1/+4
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-1/+4
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-32/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+38
* Kill warning if IMA compiledPeter S. Mazinger2005-10-211-0/+2
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-10/+7
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Fix up several errors related to filename length and errno thatEric Andersen2003-11-081-2/+5
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* 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-062-20/+51
* Fix the bugs I stupidly addedEric Andersen2003-09-061-1/+1
* Add support for ftw and nftwEric Andersen2003-09-052-0/+660