]> mj.ucw.cz Git - libucw.git/history - lib/gbuf.h
Moved endianity settings etc. to the per-CPU section.
[libucw.git] / lib / gbuf.h
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...