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 |
|
sanjiyan
|
4819776eb5
|
some returns :)
|
2001-02-05 17:11:20 +00:00 |
|
leitner
|
a50b334f58
|
added initial buffer implementation.
|
2001-02-04 01:28:45 +00:00 |
|