]> mj.ucw.cz Git - libucw.git/history - lib/gbuf.h
simple explain support for fuzzy regions matching
[libucw.git] / lib / gbuf.h
2006-01-16 Martin MaresCleaned up includes.
2005-09-15 Martin MaresSeveral tweaks to the growing buffers:
2005-08-29 Martin MaresEven better GBUF_TRACE -- the caller supplies his own...
2005-08-29 Martin MaresAdded optional debug messages on buffer growing.
2005-01-31 Martin MaresA minor optimization.
2005-01-28 Martin MaresDon't forget to undefine BUF_T.
2004-12-11 Martin MaresAdjust comments in UCW Library modules.
2004-07-06 Martin MaresNo need to test for NULL when reallocating.
2004-07-06 Martin MaresInclude <stdlib.h> to get free().
2004-06-28 Robert Spalekadded a simple source-code for resizable buffers, I...