Age | Commit message (Expand) | Author |
2016-12-02 | remove libintl stub and libintl.h header | Waldemar Brodkorb |
2016-01-01 | Add argp implementation | Salvatore Cro |
2014-12-12 | unistd: allow to turn off getopt_long | Bernhard Reutner-Fischer |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-06-15 | geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/ | Peter S. Mazinger |
2012-06-15 | getopt[-susv3].c: use libintl's _(x) | Peter S. Mazinger |
2012-06-15 | getopt.c, getopt.h: avoid the need for __FORCE_GLIBC | Peter S. Mazinger |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2008-11-22 | fix "make utils" build failure in ldconfig | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-06-05 | Revert revision 22027 which totally broke getopt. | Bernd Schmidt |
2008-05-20 | getopt: do not needlessly use static structure. | Denis Vlasenko |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger |
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 |