Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A handful of minor changes: | Aaron Griffin | 2006-10-20 |
| | | | | | | | | * Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter | ||
* | Merged frugalware changes. Added a few other minor things too, but there's alot | Aaron Griffin | 2006-10-15 |
| | | | | to list. The diff should show you 8) | ||
* | patch: check strlen of str, NOT msg, which is always true | Judd Vinet | 2006-05-15 |
| | |||
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
| | |||
* | fixed a compilation warning | Aurelien Foret | 2006-02-15 |
| | |||
* | fixed a compilation warning | Aurelien Foret | 2006-02-14 |
| | |||
* | - moved yesno() from util.c to log.c | Aurelien Foret | 2006-02-04 |
| | | | | - fixed a missing line feed in yesno when printing the message | ||
* | fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-02-01 |
| | |||
* | added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-02-01 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | - reworked verbose levels | Aurelien Foret | 2006-01-01 |
| | | | | - fixed the handling of command line errors when no operation is specified | ||
* | renamed error titles from XXX to xxx | Aurelien Foret | 2006-01-01 |
| | |||
* | renamed pmconfig_t to config_t | Aurelien Foret | 2005-10-29 |
| | |||
* | added pmconfig_t structure to hold all the configuration | Aurelien Foret | 2005-10-28 |
| | | | | (patch from VMiklos <vmiklos@frugalware.org>) | ||
* | Added support for .lastupdate files (from pacman 2.9.1) | Aurelien Foret | 2005-03-20 |
| | |||
* | Relocated log and transaction stuffs from pacman.c to log.c and trans.c | Aurelien Foret | 2005-03-19 |