summaryrefslogtreecommitdiff
path: root/src/pacman/package.c
Commit message (Collapse)AuthorAge
...
* * has_archname additionsAaron Griffin2006-11-14
| | | | * additional newline for search output, as suggested on the forums
* * Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin2006-11-02
| | | | | | but were used in error) * Cleaned up some output newlines * Added "local database is up to date" when no packages are upgraded
* Numerous changes:Aaron Griffin2006-10-31
| | | | | | | * Added 'ILoveCandy' support to all progress bars * Changed download callback with regards to libfetch libalpm changes * libfetch error output on failed sync * Misc others I may have forgot to name (check the diff, heh)
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
| | | | to list. The diff should show you 8)
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
|
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
|
* Fixed an text formatting issueAurelien Foret2005-10-08
|
* changed license package field to a listAurelien Foret2005-08-20
|
* fixed some small memory leaksAurelien Foret2005-05-04
|
* slighlty improved efficiency for dump_pkg_full()Aurelien Foret2005-04-24
|
* outputs cleanupAurelien Foret2005-04-24
|
* added display of backup info in dump_pkg_full()Aurelien Foret2005-03-20
|
* Avoided extern references to pmo_root.Aurelien Foret2005-03-18
| | | | Better use PM_OPT_ROOT to know the root.
* - added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret2005-03-16
| | | | - renamed ALPM_VERSION to PM_VERSION
* Initial revisionJudd Vinet2005-03-15