summaryrefslogtreecommitdiff
path: root/libc/unistd/getopt.c
AgeCommit message (Expand)Author
2016-12-02remove libintl stub and libintl.h headerWaldemar Brodkorb
2016-01-01Add argp implementationSalvatore Cro
2014-12-12unistd: allow to turn off getopt_longBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/Peter S. Mazinger
2012-06-15getopt[-susv3].c: use libintl's _(x)Peter S. Mazinger
2012-06-15getopt.c, getopt.h: avoid the need for __FORCE_GLIBCPeter S. Mazinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-22fix "make utils" build failure in ldconfigDenis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-05Revert revision 22027 which totally broke getopt.Bernd Schmidt
2008-05-20getopt: do not needlessly use static structure.Denis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-02-17Take getopt from glibc, disable -W foo support as in the earlier version, siz...Peter S. Mazinger
2006-02-17Remove hidden_data_def for opt*Peter S. Mazinger
2006-02-03attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnuPeter S. Mazinger
2006-02-01global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-10fixed unused warningMike Frysinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2005-09-21include headers only if the related option is enabledPeter S. Mazinger
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2002-08-07rework getopt. no read need to split this one up sinceEric Andersen
2002-01-03Make getopt act the same regardless whether the app was staticly linkedEric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-03-05Patch from Jean-Yves Avenard to move the getopt globals to theirEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-11-15Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen
2000-10-11Reorg unistd dirEric Andersen