]> mj.ucw.cz Git - libucw.git/commit
Cleanup of file fastbufs.
authorMartin Mares <mj@ucw.cz>
Sat, 25 Aug 2007 14:15:08 +0000 (16:15 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 25 Aug 2007 14:15:08 +0000 (16:15 +0200)
commitb131627991008b2968b5a4ed36153f71a1abe37c
treefba7928fd09bd8e78ab460a257f0dd7eb7dbaec2
parentdeea16837b54b13974d1dfc24d9b1e6af2d14bb2
Cleanup of file fastbufs.

  o  Common parts of close code moved to bclose_file_helper().
  o  Compatibility wrappers moved to fb-param.c.
  o  Everything related to temp files moved to fb-temp.c.
  o  Several byte -> char conversions.
  o  Better comments.
  o  Testing code compiles again.
lib/fastbuf.h
lib/fb-direct.c
lib/fb-file.c
lib/fb-mmap.c
lib/fb-param.c
lib/fb-temp.c