Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix gethostbyaddr_r to fill struct hostent.h_length as appropriate | Timo Teräs | 2016-03-24 | 1 | -0/+1 |
| | |||||
* | fix gethostby*_r result pointer value on error | Timo Teräs | 2014-06-20 | 1 | -0/+2 |
| | | | | | | | according to the documentation in the man pages, the GNU extension functions gethostbyaddr_r, gethostbyname_r and gethostbyname2_r are guaranteed to set the result pointer to NULL in case of error or no result. | ||||
* | fix error returns in gethostby*_r functions | Rich Felker | 2013-02-02 | 1 | -8/+5 |
| | | | | they're supposed to return an error code rather than using errno. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+71 |