summaryrefslogtreecommitdiff
path: root/libc/inet/inet_net.c
AgeCommit message (Expand)Author
2017-06-06fix gcc warning with -Wmisleading-indentationWaldemar Brodkorb
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2007-09-15switch to a smaller/more robust implementation by Andrey Simonenko and as sug...Mike Frysinger
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-10fix signed warningMike Frysinger
2005-12-08Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger
2003-10-08Atsushi Nemoto writes:Eric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-06-12Silence a few warnings.Eric Andersen
2001-03-12Add some missing network functionality; grabbed from libc-5.3.12.Manuel Novoa III