OSDN Git Service

- trim any trailing whitespace
[uclinux-h8/uClibc.git] / libc / inet / ntop.c
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-01 Denis Vlasenkosuppress a few "might be used uninitialized" warnings...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. MazingerCorrect 2 issues if ipv6 is enabled found by SpanKY...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-03 Peter S. MazingerGet rid of tolower/toupper jump reloc, correct tow...
2005-12-16 Peter S. MazingerConvert some users and get rid of __rpc_thread_createer...
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. MazingerAgain rpc ;-( , all *inet*, *addr*
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-06-29 Mike Frysingerifdef out check which always fails
2002-07-10 Eric AndersenPer bug report from Ronald Wahl <rwa@peppercon.com>:
2002-07-07 Eric AndersenCleanup namespace leaks by prepending __ to global...
2001-11-21 Eric AndersenAdjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC...
2001-10-04 David McCulloughWith all the headerfile changes, some functions didn...
2001-07-09 Eric AndersenA patch from Michal Moskal <malekith@pld.org.pl> to...
2001-06-12 Eric AndersenSilence a few warnings.
2001-05-08 David McCulloughCode did not match the prototypes, from what I can...
2001-05-04 Eric AndersenAdd in inet_ntop() and inet_pton() -- ported from glibc...