summaryrefslogtreecommitdiff
path: root/libc/inet/addr.c
AgeCommit message (Expand)Author
2012-06-15addr.c: get rid of a compiler warningPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15no need for hidden inet_ntoa_rPeter 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-06-02libc/inet/addr.c: fix broked indentation and bad style. No code changes.Denis Vlasenko
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-04-25reinstate external visibility of inet_ntoa_r,Denis Vlasenko
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2007-02-02Ronald Maeder writes:Eric Andersen
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-03-01Update copyrightPeter S. Mazinger
2006-03-01Remove duplicate includePeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter 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-16Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...Peter S. Mazinger
2005-12-08Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger
2005-12-03_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2005-01-06Document more things inet_aton() 'should' support but actually doesn't.Mike Frysinger
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2003-10-08Atsushi Nemoto writes:Eric Andersen
2003-08-04Update inet_aton() to support an undocumented feature of inet_aton,Eric Andersen
2002-09-17Fix a memory corruption bug.David McCullough
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2002-06-17Make things more re-entrany, kill some cruft.Eric Andersen
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-01-17Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.David McCullough
2001-12-20Steven Carr noticed that uClibc's inet_aton() is stricter then inEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-02-05Update networking includes.Eric Andersen
2000-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-07-06Lots and lots of cleanups.Eric Andersen
2000-05-14Initial revisionErik Andersen