]> git.draconx.ca Git - liblbx.git/history - src/lbx.h
Trivial manual fixes.
[liblbx.git] / src / lbx.h
2014-01-31 Nick Bowlerliblbx: Remove tell function from lbx_file_ops.
2014-01-31 Nick Bowlerliblbx: Remove declaration of lbx_mopen.
2011-05-14 Nick Bowlerliblbx: Kill the LBX typedef.
2011-05-14 Nick Bowlerliblbx: Kill lbx_numfiles.
2011-05-14 Nick Bowlerliblbx: Start conversion to public/private structure...
2010-02-11 Nick Bowlerliblbx: Implement improved error reporting mechanism.
2010-02-11 Nick Bowlerliblbx: Rename lbx_stat to lbx_file_stat.
2010-02-08 Nick Bowlerliblbx: Add file operations for handling LBX archive...
2010-02-08 Nick Bowlerliblbx: Make lbx_fopen more useful.
2010-02-08 Nick Bowlerliblbx: Move extraction outside of the library.
2010-02-04 Nick Bowlerliblbx: Parameterise I/O functions to allow custom...
2010-02-04 Nick Bowlerliblbx: Remove lbx_mmap.
2010-02-04 Nick Bowlerliblbx: Make lbx_close return the result of fclose.
2010-02-04 Nick Bowlerliblbx: Remove lbx_open as it is both unused and stupid.
2007-12-31 Nick BowlerStarting implementation of image parsing code.
2007-12-29 Nick BowlerSplit off _lbx_fseek() into a shared component of the...
2007-12-23 Nick BowlerAdd lbx_mmap() to map archive members into memory.
2007-12-23 Nick BowlerAdd lbx_mopen() to allow "opening" a region of memory...
2007-12-22 Nick BowlerInitial implementation of list and extract operations.
2007-12-22 Nick BowlerAdd a name field to support LBX1 fallback.
2007-12-22 Nick BowlerImplement stub list operation.
2007-12-22 Nick BowlerInitial commit