summaryrefslogtreecommitdiffstats
path: root/libc/inet/addr.c
Commit message (Expand)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-10/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-7/+7
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-2/+2
* libc/inet/addr.c: fix broked indentation and bad style. No code changes.Denis Vlasenko2008-06-021-12/+12
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* reinstate external visibility of inet_ntoa_r,Denis Vlasenko2008-04-251-1/+3
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-121-4/+1
* Ronald Maeder writes:Eric Andersen2007-02-021-0/+4
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* Update copyrightPeter S. Mazinger2006-03-011-2/+3
* Remove duplicate includePeter S. Mazinger2006-03-011-1/+0
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+5
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-6/+8
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-18/+27
* Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...Peter S. Mazinger2005-12-161-3/+0
* Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger2005-12-081-12/+15
* _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger2005-12-031-1/+0
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+2
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+4
* Document more things inet_aton() 'should' support but actually doesn't.Mike Frysinger2005-01-061-22/+38
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-1/+2
* Atsushi Nemoto writes:Eric Andersen2003-10-081-11/+11
* Update inet_aton() to support an undocumented feature of inet_aton,Eric Andersen2003-08-041-7/+13
* Fix a memory corruption bug.David McCullough2002-09-171-3/+6
* Cleanup namespace leaks by prepending __ to global stuff toEric Andersen2002-07-071-8/+4
* Make things more re-entrany, kill some cruft.Eric Andersen2002-06-171-5/+7
* Swap in the new stdio code.Manuel Novoa III2002-03-121-10/+7
* Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.David McCullough2002-01-171-0/+66
* Steven Carr noticed that uClibc's inet_aton() is stricter then inEric Andersen2001-12-201-1/+7
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
* Update networking includes.Eric Andersen2001-02-051-0/+2
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-11/+33
* Bug ugly formatting updateEric Andersen2000-10-091-55/+53
* Lots and lots of cleanups.Eric Andersen2000-07-061-0/+1
* Initial revision0_9_1Erik Andersen2000-05-141-0/+85