6 Commits

Author SHA1 Message Date
leitner
214ad3a92e use gcc magic and a #define to convert buffer_puts to buffer_put if the
string argument length is known at compile time (same for
buffer_putsflush)
2015-04-19 02:11:41 +00:00
leitner
c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*) 2005-04-23 15:50:16 +00:00
leitner
5eb1cdf888 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
2004-11-25 21:29:35 +00:00
leitner
2e578322c9 fixed typos. 2001-02-15 21:23:52 +00:00
leitner
2e8427998a added man pages and ..._reuse socket bind functions. 2001-02-05 17:57:02 +00:00
leitner
a50b334f58 added initial buffer implementation. 2001-02-04 01:28:45 +00:00