pacman/doc
Dan McGee 30d978a966 vercmp: ensure 2.0a and 2.0.a do not compare equal
We had this interesting set of facts conundrum, according to vercmp
return values:
    2.0a <  2.0
    2.0  <  2.0.a
    2.0a == 2.0.a

This introduces a code change that ensures '2.0a < 2.0.a' as would be
expected by the first two comparisons. Unfortunately this stays us a bit
further from upstream RPM code, but those are the breaks (in RPM, the
versions involving 'a' do in fact compare the same, but they are both
greater than the bare '2.0').

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-23 01:49:29 -05:00
..
.gitignore Add manpage for pkgdelta 2011-03-27 21:26:52 -05:00
Doxyfile Doxyfile : enable JAVADOC_AUTOBRIEF. 2008-04-29 15:51:48 -05:00
Makefile.am build-sys: always use $(RM) instead of rm -f 2011-08-15 13:05:27 -05:00
PKGBUILD-example.txt Update PKGBUILD example 2011-05-02 10:04:13 -05:00
PKGBUILD.5.txt doc/PKGBUILD: update regarding versioned package fields 2011-08-18 10:47:41 -05:00
asciidoc.conf doc: add a few more escapes and fix usage of {} 2011-06-01 11:46:13 -05:00
footer.txt Update authors and contributors 2011-08-16 11:46:44 -05:00
index.txt Merge branch 'maint' 2011-08-11 11:35:29 -05:00
libalpm.3.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
makepkg.8.txt Add makepkg -S which is an alias to makepkg --source 2011-08-18 10:47:41 -05:00
makepkg.conf.5.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
pacman-key.8.txt Fix formatting in pacman-key manpage 2011-08-22 13:15:15 -05:00
pacman.8.txt vercmp: ensure 2.0a and 2.0.a do not compare equal 2011-08-23 01:49:29 -05:00
pacman.conf.5.txt doc/pacman.conf: make SigLevel overview an unordered list 2011-08-09 15:41:07 -05:00
pkgdelta.8.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
repo-add.8.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
submitting-patches.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
translation-help.txt Unify modelines in Asciidoc files 2011-07-28 11:42:08 -05:00
vercmp.8.txt vercmp: ensure 2.0a and 2.0.a do not compare equal 2011-08-23 01:49:29 -05:00