]> mj.ucw.cz Git - libucw.git/commit
Fastbufs: Clean up exception handling
authorMartin Mares <mj@ucw.cz>
Tue, 19 Apr 2011 13:07:15 +0000 (15:07 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 19 Apr 2011 13:07:15 +0000 (15:07 +0200)
commitf501fcf311379b78506474478a17d82382b753e4
tree9061bdeddea00188e8b136995a76eb1ff2c7832e
parent92c1eac70f981f73950853ecedf556d2a9addf8a
Fastbufs: Clean up exception handling

All exceptions now reside in the "ucw.fb" namespace, bthrow() takes
care of adding this prefix.

"ucw.fb.eof" is used systematically, even at places when a read error
was reported previously.

Exceptions have been documented.
12 files changed:
ucw/doc/fastbuf.txt
ucw/fastbuf.c
ucw/fb-atomic.c
ucw/fb-buffer.c
ucw/fb-direct.c
ucw/fb-file.c
ucw/fb-grow.c
ucw/fb-limfd.c
ucw/fb-mem.c
ucw/fb-mmap.c
ucw/fb-param.c
ucw/fb-temp.c