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
/
dirent
/
scandir64.c
Age
Commit message (
Expand
)
Author
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-10-18
- sync fix for scandir errno handling to scandir64 (r23600)
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-02-26
Use _lfs_64.h in all *64.c
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-16
Build x64 versions only if LFS is 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-04
More hiding, 300 left
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2003-01-28
Fix scandir64 to not free the wrong pieces of memory (which could
Eric Andersen
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-04-09
Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want
Eric Andersen
2002-02-26
Don't redefine stuff
Eric Andersen
2002-01-08
Scrub malloc handling
Eric Andersen
2001-11-14
Scrub up some lingering problems preventing readdir64 from working
Eric Andersen
2001-10-17
In theory, this adds readdir64 and friends. Dunno if they
Eric Andersen