summaryrefslogtreecommitdiffstats
path: root/src/pacman/package.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-10* Updated Italian translationDan McGee1-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-1/+4
2007-03-01* Updated Italian translationDan McGee1-3/+12
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee1-37/+43
2007-02-14* strlen -> mbstowcs (multibyte str to wide char str) conversion where weDan McGee1-2/+2
2007-02-12* Fixed an i18n bug; length of description string was hardcoded previously;Dan McGee1-6/+12
2007-02-08Fix newlines for real, and add a missing _() gettext wrapper.Dan McGee1-2/+3
2007-02-06* Makepkg updates, and small bugfix on man page compression.Dan McGee1-2/+1
2007-02-01-Ql needs the 'root' prepended to each fileAaron Griffin1-1/+2
2007-01-30* Modified info query so it doesn't show more than available when querying aDan McGee1-7/+14
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-11/+11
2007-01-22* Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-3/+3
2007-01-22Removed list.hAaron Griffin1-1/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-17/+17
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-1/+1
2007-01-17Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-123/+105
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-1/+1
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-55/+53
2006-11-15* Initial changes to gensync - makepkg changes were not checked in from anotherAaron Griffin1-1/+1
2006-11-14* has_archname additionsAaron Griffin1-4/+4
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin1-1/+1
2006-10-31Numerous changes:Aaron Griffin1-1/+3
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-11/+58
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-35/+36
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-10-08Fixed an text formatting issueAurelien Foret1-1/+1
2005-08-20changed license package field to a listAurelien Foret1-1/+1
2005-05-04fixed some small memory leaksAurelien Foret1-2/+3
2005-04-24slighlty improved efficiency for dump_pkg_full()Aurelien Foret1-6/+2
2005-04-24outputs cleanupAurelien Foret1-3/+3
2005-03-20added display of backup info in dump_pkg_full()Aurelien Foret1-16/+15
2005-03-18Avoided extern references to pmo_root.Aurelien Foret1-3/+4
2005-03-16- added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret1-1/+1
2005-03-15Initial revisionJudd Vinet1-0/+203