summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/getpt.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-251-1/+0
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - for !UNIX98PTY_ONLY we have to fallback to old-style pty's.Bernhard Reutner-Fischer2008-11-091-9/+8
* - fix compilation of legacy modeBernhard Reutner-Fischer2008-09-251-2/+7
* - remove posix_openpt relocationBernhard Reutner-Fischer2008-09-111-0/+1
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-1/+0
* - revert incorrect parts of r22257 and 22259Bernhard Reutner-Fischer2008-06-071-1/+3
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-12/+28
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-2/+2
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* Correction if UNIX98PTY_ONLY is not enabledPeter S. Mazinger2006-01-201-3/+4
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+5
* sync with glibc (grab some hidden updates) and fix some warningsMike Frysinger2005-12-101-10/+10
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-9/+9
* Fix compile problem when ASSUME_DEVPTS=falseEric Andersen2002-03-201-0/+2
* Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen2002-01-141-7/+26
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+1
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-081-0/+89