26 Commits (master)

Author SHA1 Message Date
leitner 4422ec3770 gcc 13 -fanalyze run with fixes / comments about false positives 1 year ago
leitner 58283caf58 catch "can't happen" int overflow in stralloc_catm_interal
add comment in stralloc_ready
2 years ago
leitner 760598ec2f #include <foo.h> -> #include <libowfat/foo.h> 7 years ago
leitner d26b8082d8 shut up new gcc 6 warnings 9 years ago
leitner a1f1986247 include <foo> -> include "foo" 9 years ago
leitner 79f534ffdf SECURITY: fix botched integer overflow handling logic in stralloc_ready (Giorgio) 10 years ago
leitner ed93e203a1 more constness for stralloc and buffer 10 years ago
leitner 595a01fb1b fix copy/paste error 10 years ago
leitner 4a04c40595 get rid of more -Wconversion warnings 11 years ago
leitner f7fee036c1 SECURITY: check for integer overflow in stralloc_ready 11 years ago
leitner 9793c47447 fix warning 17 years ago
leitner 34c8462dea unsigned int -> size_t 17 years ago
leitner 3004b518ef switch to size_t and ssize_t 18 years ago
leitner 0663f2396b cut and paste bug (Max Bernöcker) 19 years ago
leitner c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*) 20 years ago
leitner 5eb1cdf888 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
20 years ago
leitner 38ef27207a add buffer_putm and buffer_putmflush 20 years ago
leitner 82b0bb6f39 extend API To read line/token to stralloc to allow clearing the
stralloc first.
  add stralloc_zero to clear a stralloc
20 years ago
leitner 2cd4641da9 add stralloc_diff and stralloc_diffs 22 years ago
leitner 8c8b5262c5 remove externs 22 years ago
leitner 053aadde58 add buffer_putsa, buffer_get_token_sa, buffer_getline_sa, stralloc_chomp
and stralloc_chop
22 years ago
leitner 2354c458a8 better return value documentation 22 years ago
leitner f921b8cbb0 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
leitner ffc91c62a3 Imanuel Scholz corrected some comments 22 years ago
leitner 6e50a95445 update make clean,
two man page corrections from rolphin@free.fr
23 years ago
leitner 3083708670 Initial revision 24 years ago