OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / unistd / getopt.c
2014-12-12 Bernhard Reutner... unistd: allow to turn off getopt_long
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingergeopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/
2012-06-15 Peter S. Mazingergetopt[-susv3].c: use libintl's _(x)
2012-06-15 Peter S. Mazingergetopt.c, getopt.h: avoid the need for __FORCE_GLIBC
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2008-11-22 Denis Vlasenkofix "make utils" build failure in ldconfig
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-05 Bernd SchmidtRevert revision 22027 which totally broke getopt.
2008-05-20 Denis Vlasenkogetopt: do not needlessly use static structure.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
2006-02-17 Peter S. MazingerTake getopt from glibc, disable -W foo support as in...
2006-02-17 Peter S. MazingerRemove hidden_data_def for opt*
2006-02-03 Peter S. Mazingerattribute_hidden is enough in the prototype, sync getop...
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-16 Peter S. MazingerLast relocs jump and global data, (even locales) that...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-10 Mike Frysingerfixed unused warning
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-09-21 Peter S. Mazingerinclude headers only if the related option is enabled
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-08-07 Eric Andersenrework getopt. no read need to split this one up since
2002-01-03 Eric AndersenMake getopt act the same regardless whether the app...
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-03-05 Eric AndersenPatch from Jean-Yves Avenard to move the getopt globals...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-10-11 Eric AndersenReorg unistd dir