aboutsummaryrefslogtreecommitdiffstats
path: root/src/arpa/inet/ntohl.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-20It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée1-3/+3
(in this case, assuming 8-, 16-, and 32-bit integers exists) long must be 32 bits. Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-16add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée1-11/+14
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17rearrange filesMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée1-23/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add memory copying functionsMattias Andrée1-0/+61
Signed-off-by: Mattias Andrée <maandree@operamail.com>