]> mj.ucw.cz Git - libucw.git/history - lib/gbuf.h
Introduced relative counterparts of url_canon_split() and url_auto_canonicalize().
[libucw.git] / lib / gbuf.h
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...