]> git.draconx.ca Git - upkg.git/shortlog
upkg.git
2009-06-09 Nick BowlerAdd required HEADERS to the Makefile.am.
2009-06-09 Nick BowlerImplement dynamic loading of modules.
2009-06-09 Nick BowlerEarly start of the module system.
2009-06-09 Nick BowlerAdd libltdl.
2009-06-09 Nick BowlerInitial UObject implementation plus a dumb music extractor.
2009-06-09 Nick BowlerImplement GUID handling.
2009-06-08 Nick BowlerStore the export name in the file structure.
2009-06-08 Nick BowlerImplement file positioning functions for upkg exports.
2009-06-08 Nick BowlerExport the decode_index function from the upkg library.
2009-06-08 Nick BowlerImplement file reading API on exports.
2009-06-08 Nick BowlerAllocate upkg and private structs in one go.
2009-06-08 Nick BowlerAdd copyright and licensing info.
2009-06-08 Nick BowlerMove stuff into a separate source directory.
2009-06-08 Nick BowlerImplement parsing of old format name tables.
2009-06-06 Nick BowlerImplement import table parsing.
2009-06-05 Nick BowlerFix early return in upkg_close.
2009-06-05 Nick BowlerImplement export table parsing.
2009-06-05 Nick BowlerFix error path in pkg_init_names.
2009-06-05 Nick BowlerRemove redundant index field from upkg_name and fix...
2009-06-05 Nick BowlerImplement lookups in the name table.
2009-06-05 Nick BowlerReorganise the upkg structures a bit.
2009-06-05 Nick BowlerInitial commit