]> git.draconx.ca Git - upkg.git/commit
package: Get rid of separate mechanisms for opening packages.
authorNick Bowler <nbowler@draconx.ca>
Mon, 7 Dec 2009 08:01:06 +0000 (03:01 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 7 Dec 2009 08:01:06 +0000 (03:01 -0500)
commit0a55ae84545c5e5a45e2240c06bd77a1917f7d3e
tree4e224b1f94b4000931e959bb4c420a79ec183c37
parent95cd2b3a5599955317d1f80d515c0d5d5c568c7d
package: Get rid of separate mechanisms for opening packages.

Remove u_pkg_new_by_name and u_pkg_new_by_file, replacing them with
one function, u_pkg_open, that takes just a package name.  Named files
can now be part of the package search just like any other package.  This
should allow cool things like listing dependency packages on the upkg
command line.
m4/.gitignore
m4/gnulib-cache.m4
src/uobject/Makefile.inc
src/uobject/module.c
src/uobject/package.c
src/uobject/package.h
src/uobject/vfs.c [new file with mode: 0644]
src/uobject/vfs.h [new file with mode: 0644]
src/upkg.c