index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-18 | * Fix version comparisons when one pkgrel doesn't exist (this ony fails on an == | Aaron Griffin | |
operation, technically, as 1.1.2-1 >= 1.1.2 is true. | |||
2007-02-09 | * I made "alpm_versioncmp" public a while back, without noticing this was ↵ | Aaron Griffin | |
already done (alpm_pkg_vercmp). I dropped this change, making versioncmp "private" again. (alpm_versioncmp -> _alpm_versioncmp, hidden symbol) * Make alpm_get_upgrades use the same version check that -Su and -S use. | |||
2007-01-30 | K. Piche <kevin.piche@cgi.com> | Aaron Griffin | |
* ALPM_LOG_FUNCTION macro and all the great work to add this macro everywhere | |||
2007-01-30 | K. Piche <kpiche@rogers.com> | Aaron Griffin | |
* gcc visiblity changes Also modified _alpm_versioncmp -> alpm_versioncmp (public function) as per K. Piche's suggestions | |||
2007-01-30 | Discussed on IRC for a bit, this makes the following changes for clarity: | Dan McGee | |
* alpm_list_is_in --> alpm_list_find * alpm_list_is_strin --> alpm_list_find_str * Flip parameters of both functions to be inline with rest of alpm_list. First commit, woohoo. | |||
2007-01-24 | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | |
optimizations in order to make the code much more readable and type-checkable. Every enum in the library now has it's own type that should be used instead of the generic 'unsigned char'. In addition, several #define statements dealing with constants were converted to enums. Signed-off-by: Dan McGee <dpmcgee@gmail.com> | |||
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | |
* renamed pmlist_t -> alpm_list_t * made alpm_list_t a public type (alpm_list.h header) * removed additional storage for registered DBs in pacman source * some code cleanup * removed duplicate (pm)list_display functions from pacman source * misc code cleanup | |||
2006-11-22 | * Whoops util Makefile | Aaron Griffin | |
* Slight modification to depcmp debug output | |||
2006-11-22 | * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) | Aaron Griffin | |
* Modified some dependancy checking * Changed "performing local database upgrade" message to be more clear * Change 'usize' to 'isize' in database files * Scriptlet output is now sent to pacman's log file * Limited some debugging output to be more clear | |||
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||
2006-02-17 | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | |
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | |||
2006-01-05 | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | |
- fixed 2 compilation warnings | |||
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | |
2005-12-26 | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | |