You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix von Leitner 4f5117a604 remove a few gcc 4 warnings
work around freebsd 5.4 brokenness (if you don't have IPv6 in the
    kernel, socket(PF_INET6,SOCK_STREAM,0) returns EPROTONOSUPPORT
    instead of EPFNOSUPPORT, which basically says "yeah, I know IPv6,
    but TCP?  never heard of it")
18 years ago
..
str_chr.3 change length or size specifiers in APIs from int to long 20 years ago
str_chr.c change length or size specifiers in APIs from int to long 20 years ago
str_copy.3 change length or size specifiers in APIs from int to long 20 years ago
str_copy.c change length or size specifiers in APIs from int to long 20 years ago
str_diff.3 Initial revision 23 years ago
str_diff.c gcc 4 cleanups (mostly unsigned char* vs char*) 18 years ago
str_diffn.3 change length or size specifiers in APIs from int to long 20 years ago
str_diffn.c remove a few gcc 4 warnings 18 years ago
str_equal.3 Initial revision 23 years ago
str_len.3 change length or size specifiers in APIs from int to long 20 years ago
str_len.c gcc 4 cleanups (mostly unsigned char* vs char*) 18 years ago
str_rchr.3 change length or size specifiers in APIs from int to long 20 years ago
str_rchr.c change length or size specifiers in APIs from int to long 20 years ago
str_start.3 Initial revision 23 years ago
str_start.c Lots of good clean-ups from Jukka Zitting! 21 years ago