Commit Graph

7 Commits (fd4717311006d736749cde7f234a6cf6efd1379c)

Author SHA1 Message Date
leitner 3004b518ef switch to size_t and ssize_t
leitner eeffc36387 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
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 12fbaf7c9c make buffer_get_token write \0 to buffer on end of file so it can be
distinguished from a length 0 token.
leitner fc4193e1ce buffer stuff from Olaf and ip[46]_fmt stuff from me.
sanjiyan 6838f0f0bb aded buffer_getc, buffer_getn get n bytes less only if EOF and
buffer_get_token for getting n bytes till finding a termination char or
EOF/error.