libalpm: compare pkgname with strcoll
commit3e4d2c3aa65416487939148828afb385de2ee146
authorAndres P <aepd87@gmail.com>
Sat, 19 Jun 2010 05:55:15 +0000 (19 01:25 -0430)
committerAllan McRae <allan@archlinux.org>
Sun, 20 Jun 2010 15:04:57 +0000 (21 01:04 +1000)
tree172a7d6b895cd127ee1e060319ef8646556a1ae4
parentf5f107674bd34b281681d73a32e4dde1f9d0856f
libalpm: compare pkgname with strcoll

Use strcoll to compare package names to provide output sorted
according to a users LC_COLLATE settings.

Signed-off-by: Andres P <aepd87@gmail.com>
[Allan: added commit message]
Signed-off-by: Allan McRae <allan@archlinux.org>
lib/libalpm/package.c