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
/
libc
/
misc
/
ftw
/
ftw.c
Age
Commit message (
Expand
)
Author
2016-11-27
remove UCLIBC_HAS_LFS
Waldemar Brodkorb
2016-10-20
Fix nftw when called with FTW_CHDIR and FTW_DEPTH
John Ata
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-06-15
ftw.c: errno.h has to be included before undefining _LIBC
Peter S. Mazinger
2011-03-03
syntax fixes
Peter S. Mazinger
2009-10-08
ftw() is obsolescent in SUSv4
Bernhard Reutner-Fischer
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-12-14
heed compiler warnings about checking non-defined variables in #if directives
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-05-20
- remove old-style definitions. No object-code changes.
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-03-22
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...
Peter S. Mazinger
2006-01-29
no point in declaring save_err locally
Mike Frysinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-30
Sync ftw w/ glibc, splitting ftw and ftw64
Peter S. Mazinger
2005-12-16
glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled
Peter S. Mazinger
2005-12-13
Convert all users of earlier hiddens
Peter S. Mazinger
2005-12-08
Use internal versions
Peter S. Mazinger
2005-12-07
Hide more
Peter S. Mazinger
2005-12-04
More hiding, 300 left
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-29
Hiding again
Peter S. Mazinger
2005-11-27
Hide some of mem* and str*
Peter S. Mazinger
2005-10-21
Kill warning if IMA compiled
Peter S. Mazinger
2003-11-08
Fix up several errors related to filename length and errno that
Eric Andersen
2003-09-06
oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled.
Eric Andersen
2003-09-06
fixup ftw and ftw64. Unfortunately, adding ftw64 doubles the
Eric Andersen
2003-09-06
Fix the bugs I stupidly added
Eric Andersen
2003-09-05
Add support for ftw and nftw
Eric Andersen