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
/
unistd
/
getopt.c
Age
Commit message (
Expand
)
Author
2006-02-17
Take getopt from glibc, disable -W foo support as in the earlier version, siz...
Peter S. Mazinger
2006-02-17
Remove hidden_data_def for opt*
Peter S. Mazinger
2006-02-03
attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnu
Peter S. Mazinger
2006-02-01
global data uses libc_hidden_data_def, convert all -I hope- and add some new
Peter S. Mazinger
2006-01-16
Last relocs jump and global data, (even locales) that I could remove are gone...
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-10
fixed unused warning
Mike Frysinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-26
100 JUMP relocs less (remaining 431) by hiding internally used ones
Peter S. Mazinger
2005-09-21
include headers only if the related option is enabled
Peter S. Mazinger
2003-08-01
Add a new *scanf implementation, includeing the *wscanf functions.
Manuel Novoa III
2002-08-07
rework getopt. no read need to split this one up since
Eric Andersen
2002-01-03
Make getopt act the same regardless whether the app was staticly linked
Eric Andersen
2001-08-08
This syncs things up with my local tree. Mainly changes installer
Eric Andersen
2001-03-05
Patch from Jean-Yves Avenard to move the getopt globals to their
Eric Andersen
2001-01-11
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2000-11-15
Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,
Eric Andersen
2000-10-11
Reorg unistd dir
Eric Andersen