Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove single-function upgrade.c | Dan McGee | 2007-04-25 |
| | | | | | | | | 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> | ||
* | Merge single-function header files on pacman side | Dan McGee | 2007-04-25 |
| | | | | | | | 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> | ||
* | removed pacman.h | Aurelien Foret | 2006-03-13 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | used defines from alpm.h instead of local ones (patch from VMiklos ↵ | Aurelien Foret | 2005-12-31 |
| | | | | <vmiklos@frugalware.org>) | ||
* | fixed compilation warnings | Aurelien Foret | 2005-11-07 |
| | |||
* | added PACCONF, PACDB and PACROOT defines | Aurelien Foret | 2005-10-29 |
| | |||
* | pacman update to cope with the CACHEDIR option from the library | Aurelien Foret | 2005-10-10 |
| | |||
* | Relocated log and transaction stuffs from pacman.c to log.c and trans.c | Aurelien Foret | 2005-03-19 |
| | |||
* | Initial revision | Judd Vinet | 2005-03-15 |