libowfat/buffer
leitner 9cfa19396e special case buffer_get_token with token length 1 through memccpy
..
buffer.3 add some man pages
buffer_0.c switch to size_t and ssize_t
buffer_0small.c switch to size_t and ssize_t
buffer_1.c broken lose32 port using mingw (don't use!!!)
buffer_1small.c added initial buffer implementation.
buffer_2.c added buffer_2.c... needed it !
buffer_close.3 add buffer_mmapread
buffer_close.c never close fd 0, 1 or 2 in buffer_close
buffer_feed.3 add some man pages
buffer_feed.c get rid of more -Wconversion warnings
buffer_flush.3 add some man pages
buffer_flush.c get rid of more -Wconversion warnings
buffer_free.c get rid of more -Wconversion warnings
buffer_fromarray.3 add man pages for buffer_from*
buffer_fromarray.c add buffer_fromarray, buffer_frombuf
buffer_frombuf.3 add man pages for buffer_from*
buffer_frombuf.c never close fd 0, 1 or 2 in buffer_close
buffer_fromsa.3 more constness for stralloc and buffer
buffer_fromsa.c more constness for stralloc and buffer
buffer_get.3 get rid of more -Wconversion warnings
buffer_get.c fix buffer_get
buffer_get_new_token_sa.3 switch to size_t and ssize_t
buffer_get_new_token_sa.c switch to size_t and ssize_t
buffer_get_new_token_sa_pred.3 extend API To read line/token to stralloc to allow clearing the
buffer_get_new_token_sa_pred.c extend API To read line/token to stralloc to allow clearing the
buffer_get_token.3 switch to size_t and ssize_t
buffer_get_token.c special case buffer_get_token with token length 1 through memccpy
buffer_get_token_pred.3 switch to size_t and ssize_t
buffer_get_token_pred.c get rid of more -Wconversion warnings
buffer_get_token_sa.3 switch to size_t and ssize_t
buffer_get_token_sa.c switch to size_t and ssize_t
buffer_get_token_sa_pred.3 extend API To read line/token to stralloc to allow clearing the
buffer_get_token_sa_pred.c better and more predication, improved documentation
buffer_getc.3 gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_getc.c get rid of more -Wconversion warnings
buffer_getline.3 switch to size_t and ssize_t
buffer_getline.c switch to size_t and ssize_t
buffer_getline_sa.3 signal EOF properly
buffer_getline_sa.c add buffer_putsa, buffer_get_token_sa, buffer_getline_sa, stralloc_chomp
buffer_getn.3 switch to size_t and ssize_t
buffer_getn.c get rid of more -Wconversion warnings
buffer_getnewline_sa.3 signal EOF properly
buffer_getnewline_sa.c extend API To read line/token to stralloc to allow clearing the
buffer_init.3 switch to size_t and ssize_t
buffer_init.c get rid of more -Wconversion warnings
buffer_init_free.3 switch to size_t and ssize_t
buffer_init_free.c get rid of more -Wconversion warnings
buffer_mmapread.3 add RETURN VALUE section
buffer_mmapread.c switch io_fds from array to newly implemented (hopefully thread-safe) iarray
buffer_munmap.c get rid of more -Wconversion warnings
buffer_peek.3 documented wrong return type
buffer_peek.c added initial buffer implementation.
buffer_put.3 switch to size_t and ssize_t
buffer_put.c small buffer optimization
buffer_put8long.3 add buffer_putm and buffer_putmflush
buffer_put8long.c gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_putalign.3 switch to size_t and ssize_t
buffer_putalign.c get rid of more -Wconversion warnings
buffer_puterror.3 add buffer_putm and buffer_putmflush
buffer_puterror.c add long long buffer routines
buffer_puterror2.3 add buffer_putm and buffer_putmflush
buffer_puterror2.c add long long buffer routines
buffer_putflush.3 switch to size_t and ssize_t
buffer_putflush.c add unistd.h
buffer_putlong.3 add buffer_putm and buffer_putmflush
buffer_putlong.c gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_putlonglong.3 add buffer_putm and buffer_putmflush
buffer_putlonglong.c gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_putm.3 add buffer_putm and buffer_putmflush
buffer_putm_internal.c gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_putm_internal_flush.c gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_putnlflush.3 add buffer_putm and buffer_putmflush
buffer_putnlflush.c duh, cut-and-paste error
buffer_puts.3 gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_puts.c use gcc magic and a #define to convert buffer_puts to buffer_put if the
buffer_putsa.3 more constness for stralloc and buffer
buffer_putsa.c more constness for stralloc and buffer
buffer_putsaflush.3 more constness for stralloc and buffer
buffer_putsaflush.c more constness for stralloc and buffer
buffer_putsalign.3 gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_putsalign.c gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_putsflush.3 gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_putsflush.c use gcc magic and a #define to convert buffer_puts to buffer_put if the
buffer_putspace.3 add buffer_putm and buffer_putmflush
buffer_putspace.c some constness stuff for buffer_0, an experimental optimization for
buffer_putulong.3 add buffer_putm and buffer_putmflush
buffer_putulong.c add routines to put number in buffer.
buffer_putulonglong.3 add buffer_putm and buffer_putmflush
buffer_putulonglong.c add long long buffer routines
buffer_putxlong.3 add buffer_putm and buffer_putmflush
buffer_putxlong.c gcc 4 cleanups (mostly unsigned char* vs char*)
buffer_seek.3 switch to size_t and ssize_t
buffer_seek.c switch to size_t and ssize_t
buffer_stubborn.c slight optimization for buffer_flush
buffer_stubborn2.c get rid of more -Wconversion warnings
buffer_tosa.3 add man page
buffer_tosa.c actually increase stralloc.len
errmsg_iam.c add errmsg API
errmsg_info.c implement Nikola's idea to remove limit number of strings in errmsg
errmsg_infosys.c implement Nikola's idea to remove limit number of strings in errmsg
errmsg_puts.c implement Nikola's idea to remove limit number of strings in errmsg
errmsg_warn.c implement Nikola's idea to remove limit number of strings in errmsg
errmsg_warnsys.c implement Nikola's idea to remove limit number of strings in errmsg
errmsg_write.c implement Nikola's idea to remove limit number of strings in errmsg