pacman/src/pacman
Allan McRae 27d9c25ee2 Split common utility functions for libalpm and pacman
There is duplicated code in the util.c files in the libalpm and pacman
source code. Split this into a separate file so that it can be shared
via a symlink. This prevents code divergence between the two code bases.

Also, move mbasename and mdirname from pacman/util.c into util-common.c
in preparation for the following patch that uses them to add an extension
to pacsave files.

Signed-off-by: Allan McRae <allan@archlinux.org>
2013-01-04 21:49:37 +10:00
..
po Updates from Transifex 2012-04-07 10:13:37 -05:00
.gitignore Remove pacman.static build from build files 2008-07-15 19:05:24 -05:00
Makefile.am Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
callback.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
callback.h Update copyright year for 2013 2013-01-03 12:03:09 +10:00
check.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
check.h Update copyright year for 2013 2013-01-03 12:03:09 +10:00
conf.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
conf.h Update copyright year for 2013 2013-01-03 12:03:09 +10:00
database.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
deptest.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
package.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
package.h Update copyright year for 2013 2013-01-03 12:03:09 +10:00
pacman.c Remove checks for geteuid 2013-01-03 12:03:10 +10:00
pacman.h Update copyright year for 2013 2013-01-03 12:03:09 +10:00
query.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
remove.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
sync.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
upgrade.c Update copyright year for 2013 2013-01-03 12:03:09 +10:00
util-common.c Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
util-common.h Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
util.c Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
util.h Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00