summaryrefslogtreecommitdiffstats
path: root/src/pacman/package.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-22Mark backup status strings as untranslatedDan McGee1-3/+3
2011-01-22Refactor backup file status check into separate functionDan McGee1-24/+35
2011-01-10Use double rather than float everywhereDan McGee1-3/+3
2011-01-08Fix some more simple conversion "errors"Dan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-06-20Clarify testing within conditional statementsAllan McRae1-1/+1
2010-03-24Show 'Required By' in -Sii outputDan McGee1-7/+9
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-20Strndup usage and small typo fixLaszlo Papp1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-05-12Introduce -QlqNagy Gabor1-2/+6
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-2/+2
2008-08-28Separate targets on -Qi/-Si with a newline.Xavier Chantry1-1/+3
2008-08-23Add new list_display_linebreak functionNagy Gabor1-1/+1
2008-08-23Move the the description parsing logic to string_display()Nagy Gabor1-16/+2
2008-06-16Use access() instead of stat() when possibleDan McGee1-3/+2
2008-06-04Don't display filename on -Qip operation.Xavier Chantry1-3/+0
2008-05-12Make all error messages use pm_fprintfAllan McRae1-4/+3
2008-05-09pacman-side code cleanupsDan McGee1-5/+2
2008-02-23A few more wide character output fixesDan McGee1-3/+12
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee1-17/+21
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor1-59/+47
2007-11-29Move requiredby computation before any display startsDan McGee1-2/+6
2007-11-18Don't filter package files output based on dir/file statusDan McGee1-11/+1
2007-11-17War on whitespaceDan McGee1-7/+7
2007-11-15Ensure -Si and -Qi output show correct dependenciesDan McGee1-2/+22
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-1/+3
2007-11-13Fix display of -Qip output when a package file is givenDan McGee1-1/+2
2007-11-09Fix some issues with localized dates/epoch usageDan McGee1-2/+5
2007-09-28Support for localized times in metadataAaron Griffin1-3/+4
2007-09-26Preliminary support for optdependsDan McGee1-0/+1
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-17/+4
2007-07-12Remove 'buildtype' from libalpm and pacmanDan McGee1-3/+1
2007-07-02pacman/packages.c : print an error for files that can't be stated.Chantry Xavier1-3/+8
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-3/+3
2007-04-29Remove 'removes' array from libalpmDan McGee1-2/+0
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-26Remove ERR calls from the codeDan McGee1-2/+3
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26More pacman side cleanupDan McGee1-5/+5
2007-04-25Remove more unnecessary stuffDan McGee1-1/+0
2007-04-05Add replaces output to -Qi operationDan McGee1-0/+1
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