summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.h
AgeCommit message (Collapse)AuthorFilesLines
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
Update the GPL boilerplate to direct people to the GNU website for a copy of the license, as well as bump all of Judd's copyrights to 2007. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25Remove single-function upgrade.cDan McGee1-2/+1
Move pacman_upgrade into add.c, at least for now. It really doesn't need its own file. For the long term, we may want to move this whole file back to upgrade.c if we deprecate the add operation. Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25Merge single-function header files on pacman sideDan McGee1-0/+42
Having a seperate header file for add, remove, query, etc. seemed overkill. Merge them all into a common pacman.h and fix the necessary #includes. Signed-off-by: Dan McGee <dan@archlinux.org>
2006-03-13removed pacman.hAurelien Foret1-49/+0
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-31used defines from alpm.h instead of local ones (patch from VMiklos ↵Aurelien Foret1-3/+0
<vmiklos@frugalware.org>)
2005-11-07fixed compilation warningsAurelien Foret1-1/+1
2005-10-29added PACCONF, PACDB and PACROOT definesAurelien Foret1-2/+3
2005-10-10pacman update to cope with the CACHEDIR option from the libraryAurelien Foret1-3/+0
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret1-22/+1
2005-03-15Initial revisionJudd Vinet1-0/+75