summaryrefslogtreecommitdiff
path: root/libc/inet/ntop.c
AgeCommit message (Expand)Author
2015-01-01shut up GCC, part 2Thorsten Glaser
2015-01-01shut up GCCThorsten Glaser
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2009-11-09inet_ntop4: avoid inline initializationMike Frysinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-12-22docs/defines.txt: document _extern_inlineDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-01suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14Correct 2 issues if ipv6 is enabled found by SpanKY, thxPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-03Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger
2005-12-16Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...Peter S. Mazinger
2005-12-09Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger
2005-12-08Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2005-06-29ifdef out check which always failsMike Frysinger
2002-07-10Per bug report from Ronald Wahl <rwa@peppercon.com>:Eric Andersen
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-10-04With all the headerfile changes, some functions didn't get there arg typesDavid McCullough
2001-07-09A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen
2001-06-12Silence a few warnings.Eric Andersen
2001-05-08Code did not match the prototypes, from what I can tell it should be usingDavid McCullough
2001-05-04Add in inet_ntop() and inet_pton() -- ported from glibc 2.2.3Eric Andersen