OSDN Git Service

LT.old: Make __errno_location/__h_errno_location thread safe
[uclinux-h8/uClibc.git] / include / netdb.h
2014-04-23 Vineet GuptaLT.old: Make __errno_location/__h_errno_location thread...
2013-11-06 Vineet GuptaFix weak/strong attribute of __errno_location and it...
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingererrno, h_errno: correct them for non-TLS
2012-06-15 Peter S. Mazingererrno and *_init cleanup
2012-06-15 Peter S. Mazingernetdb.h: partial update, adding some __USE_MISC/__USE_G...
2010-08-05 Bernhard Reutner... getnet: switch to config parser
2010-07-06 Austin FoxleyRevert "don't make __errno_location / __h_errno_locatio...
2010-07-05 Peter Korsgaarddon't make __errno_location / __h_errno_location hidden
2009-09-26 Austin Foxleyinclude/: add tls errno and res_state
2009-01-21 Bernhard Reutner... - remove unavailable functionality upon request (Peter...
2008-12-01 Denis Vlasenkogethostbyname can use gethostbyname2, saving one nearly...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-04-12 Denis VlasenkoFunctions should be either exported in public .h files
2005-11-04 Peter S. MazingerSync up w/ glibc
2005-08-25 Mike Frysingeradd a note explaining the weird h_errno definition
2005-08-18 Joakim TjernlundHmm, things broke with vapiers update. Lets
2005-08-18 Mike Frysingerimport updates from glibc
2004-09-08 Eric AndersenDoh! As noted by Mike Frysinger I was too agressive...
2004-09-07 Eric AndersenAudit and disable unimplemented stuff
2002-08-16 Miles Bader(h_errno): Only define as a macro if __UCLIBC_HAS_THREA...
2002-08-16 Eric AndersenReplace all instances of _LIBC_REENTRANT with __UCLIBC_...
2002-02-26 Eric AndersenFix rpc + threads so it now compiles.
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-08-09 David McCulloughAdd hstrerror, it just points to strerror like h_errno.
2001-07-09 Eric AndersenA patch from Michal Moskal <malekith@pld.org.pl> to...
2001-03-12 Manuel Novoa III Define h_errno to be errno for now.
2000-10-27 Eric AndersenMore random fixes and additions.
2000-05-14 Erik AndersenInitial revision