index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
inet
/
ntop.c
Age
Commit message (
Expand
)
Author
2006-01-03
Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE
Peter S. Mazinger
2005-12-16
Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...
Peter S. Mazinger
2005-12-09
Implement hidden poll, switch user to hidden *printf/*scanf/poll
Peter S. Mazinger
2005-12-08
Again rpc ;-( , all *inet*, *addr*
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-27
Hide some of mem* and str*
Peter S. Mazinger
2005-06-29
ifdef out check which always fails
Mike Frysinger
2002-07-10
Per bug report from Ronald Wahl <rwa@peppercon.com>:
Eric Andersen
2002-07-07
Cleanup namespace leaks by prepending __ to global stuff to
Eric Andersen
2001-11-21
Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add
Eric Andersen
2001-10-04
With all the headerfile changes, some functions didn't get there arg types
David McCullough
2001-07-09
A patch from Michal Moskal <malekith@pld.org.pl> to include
Eric Andersen
2001-06-12
Silence a few warnings.
Eric Andersen
2001-05-08
Code did not match the prototypes, from what I can tell it should be using
David McCullough
2001-05-04
Add in inet_ntop() and inet_pton() -- ported from glibc 2.2.3
Eric Andersen