index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-15 | src/util: Clean up headers and a few fixes | Dan McGee | |
Remove some unnecessary headers in the two utilities as well as fix a possible non-null termination issue in vercmp. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | |
reordering and adding ones that were forgotten (noticed when trying to compile after reordering). * Updated the HACKING file to include information on #include usage. * print -> vprint in "making dir" function in pactest. | |||
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 <kpiche@rogers.com> | Aaron Griffin | |
* gcc visiblity changes Also modified _alpm_versioncmp -> alpm_versioncmp (public function) as per K. Piche's suggestions | |||
2006-11-23 | -std=c99 seems to undefine PATH_MAX in this case. I don't care enough to fix it | Aaron Griffin | |
at the moment, so this workaround works. | |||
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-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 | |||
2005-12-26 | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | |
2005-03-15 | Initial revision | Judd Vinet | |