]> git.draconx.ca Git - liblbx.git/history - src/lbx.c
Use AC_HEADER_ASSERT to allow users to disable assertions.
[liblbx.git] / src / lbx.c
2007-12-27 Nick BowlerUse AC_HEADER_ASSERT to allow users to disable assertions.
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-23 Nick BowlerFix lbx_extract's seeking to maintain a correct offset...
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