Commit Graph

23 Commits (823f052cbda10bd5c43b3c3c3df1f978d15f8675)

Author SHA1 Message Date
Felix von Leitner cf46170dc7 make headers work in C++
add two more variable length integer encoding functions
2012-02-07 17:02:40 +00:00
Felix von Leitner d702d06774 for installed header files, add comment saying where they came from 2010-06-03 22:46:59 +00:00
Felix von Leitner 7833a683cf make stralloc_copym work 2008-06-20 14:12:37 +00:00
Felix von Leitner 0698149baf switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
Felix von Leitner e5c56dc6b0 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
2005-05-12 06:52:29 +00:00
Felix von Leitner 8b636109ab gcc 4 cleanups (mostly unsigned char* vs char*) 2005-04-23 15:50:16 +00:00
Felix von Leitner b05bf23905 cleanups in stralloc and buffer:
int -> long for sizes
    char -> unsigned char for strings
2004-11-25 21:29:35 +00:00
Felix von Leitner e3b165e9e8 add buffer_putm and buffer_putmflush 2004-11-25 20:51:53 +00:00
Felix von Leitner bb7c231fab add buffer_putsaflush 2004-11-25 20:21:31 +00:00
Felix von Leitner 429a61b461 extend API To read line/token to stralloc to allow clearing the
stralloc first.
  add stralloc_zero to clear a stralloc
2004-11-25 20:07:31 +00:00
Felix von Leitner 047b6400fc remove obsolete extern from header files 2003-09-06 23:49:47 +00:00
Felix von Leitner 3961f3e67e better and more predication, improved documentation 2003-06-08 21:20:36 +00:00
Felix von Leitner e34c6ecc72 add stralloc_equal and stralloc_equals 2002-10-28 20:17:03 +00:00
Felix von Leitner 3e4db0c7c9 add stralloc_diff and stralloc_diffs 2002-10-28 20:15:03 +00:00
Felix von Leitner ebecdcd9cd add stralloc_init prototype 2002-10-22 13:24:34 +00:00
Felix von Leitner b5c4e199cb add buffer_putsa, buffer_get_token_sa, buffer_getline_sa, stralloc_chomp
and stralloc_chop
2002-10-17 20:32:03 +00:00
Felix von Leitner 051de3819a monster update: add tai, taia, iopause, case, and ipv6 enhanced dns 2002-09-16 01:09:56 +00:00
Olaf Dreesen 9fc22287a0 removed some spaces at the end of the lines 2002-08-30 21:35:47 +00:00
Felix von Leitner 186efd3989 Imanuel Scholz corrected some comments 2002-08-05 18:10:01 +00:00
Felix von Leitner 524a15d0d0 document failure case of stralloc_ready 2002-07-14 22:42:49 +00:00
Felix von Leitner 7f03e49c8e add comments 2002-02-28 15:50:45 +00:00
Felix von Leitner 51267cf417 remove __THROW 2001-10-15 12:17:50 +00:00
Felix von Leitner 28486b8367 Initial revision 2001-02-02 17:54:47 +00:00