]> mj.ucw.cz Git - libucw.git/history - ucw/gary.c
Doc: Updated the list of contributors
[libucw.git] / ucw / gary.c
2014-01-28 Martin MaresIntroduced generic allocators
2014-01-28 Martin MaresConf: Dynamic arrays re-implemented as gary's
2014-01-28 Martin MaresGary: Gary now works over a general allocator
2014-01-28 Martin MaresGary: GARY_PUSH and GARY_POP have lost the 2nd argument
2014-01-28 Martin MaresGary: Remove unused gary_free()
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresMerge branch 'dev-trans'
2012-02-10 Martin MaresGrowing arrays now support auto-zeroing mode
2010-08-18 Martin MaresImplemented a new growing array module