]> mj.ucw.cz Git - libucw.git/history - lib/bitarray.h
Fixed bug in signal handling.
[libucw.git] / lib / bitarray.h
2006-04-11 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-06 Martin MaresAdded a guard against double inclusion (out-of-order...
2006-03-30 Vladimir Jelenadded #ifndef for header file
2006-01-27 Martin MaresAdded bit_array_assign(), replaced BIT_ARRAY_ALLOC...
2005-11-25 Robert Spalekcreate BIT_ARRAY_ALLOC()
2005-05-01 Martin MaresIntroduced bit_array_set_all().
2004-12-11 Martin MaresAdjust comments in UCW Library modules.
2004-01-11 Martin MaresDon't create large bit arrays on stack. (The default...
2003-10-25 Robert Spalekintroduced type bitarray_t
2003-01-13 Martin MaresAdded functions for manipulating bit arrays. One day...