Commit Graph

10 Commits (aedf1016c1864856b6a98054cb99e93e656c61f9)

Author SHA1 Message Date
Felix von Leitner 6e36286b34 get rid of -Wconversion warnings 2014-03-14 02:15:38 +00:00
Felix von Leitner 0698149baf switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
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")
2005-05-05 15:55:41 +00:00
Felix von Leitner 8b636109ab gcc 4 cleanups (mostly unsigned char* vs char*) 2005-04-23 15:50:16 +00:00
Felix von Leitner 95ece3112c gcc 4 breaks our nice alias 2005-04-23 14:40:02 +00:00
Felix von Leitner c4b0574495 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
Felix von Leitner e4853fbd2b shortcut str_len to strlen on dietlibc 2003-05-26 22:26:45 +00:00
Felix von Leitner 0c1b27f05f make str_len an alias for strlen when on diet libc 2003-05-23 13:07:17 +00:00
Felix von Leitner d9ce04f950 Lots of good clean-ups from Jukka Zitting! 2002-06-02 00:40:43 +00:00
Felix von Leitner 28486b8367 Initial revision 2001-02-02 17:54:47 +00:00