9 Commits

Author SHA1 Message Date
leitner
3004b518ef switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
leitner
6196f771cd 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")
2005-05-05 15:55:41 +00:00
leitner
c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*) 2005-04-23 15:50:16 +00:00
leitner
dd5f8d13c3 gcc 4 breaks our nice alias 2005-04-23 14:40:02 +00:00
leitner
5226dd010d change length or size specifiers in APIs from int to long
add array API (http://cr.yp.to/lib/array.html)
2003-08-26 17:58:14 +00:00
leitner
f828d295ce shortcut str_len to strlen on dietlibc 2003-05-26 22:26:45 +00:00
leitner
cd666a2b09 make str_len an alias for strlen when on diet libc 2003-05-23 13:07:17 +00:00
leitner
85c18a49cb Lots of good clean-ups from Jukka Zitting! 2002-06-02 00:40:43 +00:00
leitner
3083708670 Initial revision 2001-02-02 17:54:47 +00:00