about summary refs log tree commit diff
path: root/src/network/inet_pton.c
Commit message (Expand)AuthorAgeFilesLines
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix bug in ipv6 parsing that prevented parsing a lone "::"Rich Felker2011-04-251-4/+1
* ipv6 parsing code (formerly dummied-out)Rich Felker2011-04-251-6/+56
* fix bogus return values for inet_ptonRich Felker2011-04-211-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+31