]> mj.ucw.cz Git - libucw.git/history - lib/mmap.c
Added bit_array_assign(), replaced BIT_ARRAY_ALLOC by functions.
[libucw.git] / lib / mmap.c
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-05-24 Martin Maresmmap_file() calls die() instead of returning failure.
2002-03-29 Martin MaresNo longer need to handle undefined MAP_FAILED.
2001-03-27 Martin MaresMapping of zero-length files returns just a random...
2001-02-16 Martin MaresAdded unmapping and writeable mappings.
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-05 Martin MaresAdd directory to all includes.
1999-09-09 Martin MaresCompile with libc5.
1999-03-27 Martin MaresImplemented mmap_file().