]> git.draconx.ca Git - upkg.git/history - src/upkg.c
libupkg: Add signed integer unpacking to fix incorrect signedness issue.
[upkg.git] / src / upkg.c
2009-07-16 Nick Bowlerupkg: fix NULL dereference if upkg_export_class fails.
2009-07-13 Nick Bowleruobject: Implement an interface for loading/unloading.
2009-07-13 Nick Bowlerupkg: Don't forget to close the opened export.
2009-07-13 Nick Bowlerupkg: Implement batch export.
2009-07-13 Nick Bowlerlibupkg: Remove the group stuff from upkg_export_class.
2009-07-11 Nick Bowlerupkg: Print usage info on stdout/stderr as appropriate.
2009-07-11 Nick Bowlerupkg: Print package export info.
2009-07-10 Nick Bowlerupkg: Start implementing proper command line interface.
2009-07-10 Nick Bowlerupkg: Add gnulib getopt_long support and implement...
2009-06-10 Nick BowlerReorganize object hierarchy to root at "UObject".
2009-06-09 Nick BowlerImplement the module class loader.
2009-06-09 Nick BowlerImplement dynamic loading of modules.
2009-06-09 Nick BowlerEarly start of the module system.
2009-06-09 Nick BowlerInitial UObject implementation plus a dumb music extractor.
2009-06-09 Nick BowlerImplement GUID handling.
2009-06-08 Nick BowlerAdd copyright and licensing info.
2009-06-08 Nick BowlerMove stuff into a separate source directory.