aboutsummaryrefslogtreecommitdiff
path: root/src/network/htons.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* optimize ntohl etc. in terms of bswap functions•••we can do this without violating the namespace now that they are macros/inline functions rather than extern functions. the motivation is that gcc was generating giant, slow, horrible code for the old functions, and now generates a single byte-swapping instruction. Rich Felker2011-04-121-5/+3
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+10