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
/
glob
/
glob64.c
Age
Commit message (
Expand
)
Author
2006-07-05
minor updates
Eric Andersen
2006-07-04
gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the latest...
Eric Andersen
2006-02-26
Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs?
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-15
make gcc4 happy w/ hidden_def/proto, correct some typos
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
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
2003-10-12
Don't make two copies
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-03-31
Add glob64.c, and add support for glob64 when large file is enabled.
Eric Andersen