28 Commits (master)

Author SHA1 Message Date
leitner ddfdd4d077 add compiler.h to abstract gcc attributes 4 years ago
leitner 8a8109f27e support gcc 10's access attribute when compiling with dietlibc 5 years ago
leitner 3873bab74b add stralloc_APPEND
use atomic updates for iom->working
7 years ago
leitner ed93e203a1 more constness for stralloc and buffer 10 years ago
leitner 4a04c40595 get rid of more -Wconversion warnings 11 years ago
leitner 4f1e1d300c make headers work in C++
add two more variable length integer encoding functions
13 years ago
leitner 928bfe5c09 for installed header files, add comment saying where they came from 14 years ago
leitner cf900e97d3 make stralloc_copym work 16 years ago
leitner 3004b518ef switch to size_t and ssize_t 18 years ago
leitner eeffc36387 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
20 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 5dfea5617e add buffer_putsaflush 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 b6258d3dfa remove obsolete extern from header files 21 years ago
leitner 558c6128fe better and more predication, improved documentation 22 years ago
leitner 8efd8293a0 add stralloc_equal and stralloc_equals 22 years ago
leitner 2cd4641da9 add stralloc_diff and stralloc_diffs 22 years ago
leitner cf256445f0 add stralloc_init prototype 22 years ago
leitner 053aadde58 add buffer_putsa, buffer_get_token_sa, buffer_getline_sa, stralloc_chomp
and stralloc_chop
22 years ago
leitner f921b8cbb0 monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 22 years ago
sanjiyan 4bd5268c51 removed some spaces at the end of the lines 22 years ago
leitner ffc91c62a3 Imanuel Scholz corrected some comments 22 years ago
leitner ccb09d80a9 document failure case of stralloc_ready 22 years ago
leitner 6df029a2f8 add comments 23 years ago
leitner 3683655654 remove __THROW 23 years ago
leitner 3083708670 Initial revision 24 years ago