Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-18 | drop support for pre ISO-C compilers | Mike 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-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-03-03 | syntax fixes | Peter S. Mazinger | |
Avoid compile warnings about the use of undefined constants Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2009-10-08 | ftw() is obsolescent in SUSv4 | Bernhard Reutner-Fischer | |
Apps should switch to nftw() Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2005-12-30 | Sync ftw w/ glibc, splitting ftw and ftw64 | Peter S. Mazinger | |
2005-11-04 | Sync up w/ glibc | Peter S. Mazinger | |
2003-09-05 | Add support for ftw and nftw | Eric Andersen | |