]> mj.ucw.cz Git - libucw.git/history - lib/mmap.c
Word length: Set the parameters in library examples.
[libucw.git] / lib / mmap.c
2007-12-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-12-13 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-11-06 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-10-28 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-22 Martin MaresUse `char *' instead of `byte *' for strings
2007-06-21 Pavel Charvatlibucw: added several const qualifiers
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().