Commit Graph

6 Commits (8a8109f27e540d23c7cda6a24c86c8c3a88f563b)

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)
leitner c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*)
leitner 5eb1cdf888 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
leitner 2e578322c9 fixed typos.
leitner 2e8427998a added man pages and ..._reuse socket bind functions.
leitner a50b334f58 added initial buffer implementation.