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
/
stdio
/
fseeko.c
Age
Commit message (
Expand
)
Author
2012-06-15
handle the type mismatch of ftell[o] and fseek[o] if long int != off_t
Peter S. Mazinger
2009-09-19
remove a few more empty #if/#endif pairs
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2006-01-27
Do not build *64 and llseek, correct some failure when LFS is disabled
Peter S. Mazinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
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-13
Convert all users of earlier hiddens
Peter S. Mazinger
2005-11-21
Hide some
Peter S. Mazinger
2005-11-20
fix tab issue properly by not using tabs
Mike Frysinger
2005-11-20
Tab clean-up.
"Steven J. Hill"
2005-11-19
simplify Makefile rules for handling of LFS files by tweaking the way we comp...
Mike Frysinger
2005-09-22
weaks moved after the related function so gcc4 won't warn
Peter S. Mazinger
2004-02-11
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Manuel Novoa III