summaryrefslogtreecommitdiffstats
path: root/libc/inet/ntop.c
Commit message (Expand)AuthorAgeFilesLines
* inet_ntop4: avoid inline initializationMike Frysinger2009-11-091-1/+3
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-9/+0
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-231-46/+40
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-4/+4
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-5/+7
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-18/+27
* Merge from trunk."Steven J. Hill"2006-01-141-3/+3
* Merge from trunk."Steven J. Hill"2005-12-101-13/+7
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-9/+9
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-0/+2
* Per bug report from Ronald Wahl <rwa@peppercon.com>:Eric Andersen2002-07-101-19/+16
* Cleanup namespace leaks by prepending __ to global stuff toEric Andersen2002-07-071-7/+2
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
* With all the headerfile changes, some functions didn't get there arg typesDavid McCullough2001-10-041-1/+1
* A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen2001-07-091-0/+8
* Silence a few warnings.Eric Andersen2001-06-121-0/+2
* Code did not match the prototypes, from what I can tell it should be usingDavid McCullough2001-05-081-4/+4
* Add in inet_ntop() and inet_pton() -- ported from glibc 2.2.3Eric Andersen2001-05-041-0/+400