Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
versioncmp.c
Age
Commit message (
Expand
)
Author
2007-04-26
Clean up gettext on the libalpm side
Dan McGee
2007-03-11
* Fix group comparison issue and associated compilation warnings by using
Dan McGee
2007-03-07
* Bug fix for makepkg dependency testing. This requires that we
Aaron Griffin
2007-03-05
This commit looks much more monumental than it is. Almost all just #include
Dan McGee
2007-03-03
Big commit this time:
Aaron Griffin
2007-03-01
* Switched some functions to alpm_pkg_get_* usage as I came across them
Aaron Griffin
2007-02-18
* Fix version comparisons when one pkgrel doesn't exist (this ony fails on an ==
Aaron Griffin
2007-02-09
* I made "alpm_versioncmp" public a while back, without noticing this was alr...
Aaron Griffin
2007-01-30
K. Piche <kevin.piche@cgi.com>
Aaron Griffin
2007-01-30
K. Piche <kpiche@rogers.com>
Aaron Griffin
2007-01-30
Discussed on IRC for a bit, this makes the following changes for clarity:
Dan McGee
2007-01-24
This mainly deals with code clarity- removing currently unneeded
Aaron Griffin
2007-01-19
Preliminary checkin for alpm_list conversion
Aaron Griffin
2006-11-22
* Whoops util Makefile
Aaron Griffin
2006-11-22
* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)
Aaron Griffin
2006-10-15
Merged frugalware changes (too many to list). Also added some config file
Aaron Griffin
2006-02-17
prepend library function names with _alpm (helped with the patch from VMiklos...
Aurelien Foret
2006-01-05
- started to rename list_XXX calls to _alpm_list_XXX
Aurelien Foret
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