]> git.draconx.ca Git - liblbx.git/commit
liblbx: Implement improved error reporting mechanism.
authorNick Bowler <nbowler@draconx.ca>
Thu, 11 Feb 2010 03:08:04 +0000 (22:08 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 11 Feb 2010 04:46:58 +0000 (23:46 -0500)
commitfa7c556d251ebcb41ef9709b4d85a2c820dee94b
tree98396608e288154f028c83a49a4a67dddaacaadc
parent0eb74c284927b79b607adceae7262734e81a46b3
liblbx: Implement improved error reporting mechanism.

We now use a FIFO-of-errors approach (similar to libltdl) as opposed to
an errno-esque approach.
src/Makefile.inc
src/error.c [new file with mode: 0644]
src/error.h [new file with mode: 0644]
src/fops.c
src/image.c
src/lbx.c
src/lbx.h
src/lbximg.c
src/lbxtool.c