summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-27Fix compile error in certain casesDan McGee1-0/+1
2010-05-05Introduce -D, --databaseNagy Gabor1-0/+2
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15fix a few warnings reported by clangXavier Chantry1-1/+1
2010-03-15Mark two functions staticDan McGee1-2/+2
2010-03-15Add new --print operation for all operationsXavier Chantry1-9/+111
2010-01-20Do not print installed size when only downloadingAllan McRae1-1/+3
2009-12-14Remove trailing whitespace on all lines in list_displayDan McGee1-4/+6
2009-11-11Merge branch 'maint'Dan McGee1-1/+2
2009-10-28Fix opendir error condition checksDan McGee1-1/+2
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp1-1/+2
2009-10-11Remove makepath function from frontendLaszlo Papp1-36/+0
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry1-3/+3
2009-10-11Minor scope/typing cleanupsDan McGee1-2/+2
2009-09-09Remove transaction typeXavier Chantry1-33/+2
2009-09-07rewrite strreplaceXavier Chantry1-32/+49
2009-09-06Don't wrap lines when we don't have a column sizeOleg Finkelshteyn1-29/+20
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-02We don't need root with -SpNagy Gabor1-11/+8
2009-04-11Remove pmsyncpkg_tNagy Gabor1-4/+3
2008-10-13Merge branch 'maint'Dan McGee1-5/+6
2008-10-13Reduce number of calls to getcols()Dan McGee1-5/+6
2008-08-26pacman : smarter optdepends handling.Xavier Chantry1-0/+19
2008-08-24Merge branch 'maint'Dan McGee1-2/+2
2008-08-23Fix 'None' text so we don't have to translate it twiceDan McGee1-2/+2
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry1-4/+25
2008-08-23pacman: print optdepends on install and upgrade.Xavier Chantry1-0/+9
2008-08-23Add new list_display_linebreak functionNagy Gabor1-22/+36
2008-08-23Move the the description parsing logic to string_display()Nagy Gabor1-3/+28
2008-07-25Show number of packages to be installed / removed.Xavier Chantry1-2/+6
2008-07-25src/pacman : rework the display_targets function.Xavier Chantry1-45/+55
2008-06-16Use access() instead of stat() when possibleDan McGee1-4/+2
2008-06-04Use correct C type for file sizesDan McGee1-1/+1
2008-05-12Make all error messages use pm_fprintfAllan McRae1-2/+2
2008-05-10Update makepath to remove PATH_MAX usageDan McGee1-15/+20
2008-04-26Completely rework delta algorithmChantry Xavier1-1/+1
2008-04-26Refactor the trans init and release code.Chantry Xavier1-0/+27
2008-03-23Merge branch 'maint'Dan McGee1-1/+1
2008-03-23strsplit(): memleak fixDan McGee1-1/+1
2008-02-25Improve yesno function.Chantry Xavier1-8/+24
2008-02-24Merge branch 'maint'Dan McGee1-21/+52
2008-02-24Add some NULL checks into recently modified output functionsDan McGee1-8/+15
2008-02-23A few more wide character output fixesDan McGee1-19/+43
2008-02-06Merge branch 'maint'Dan McGee1-0/+28
2008-02-06pacman/util.c: add mdirname functionDan McGee1-0/+28
2008-02-06Remove "Installed Size" hackerationDan McGee1-5/+1
2008-01-27pmsyncpkg_t cleanupNagy Gabor1-14/+11
2008-01-22Merge branch 'maint'Dan McGee1-2/+2
2008-01-20Remove frontend translation of "debug:" messageDan McGee1-2/+2
2008-01-11Use dynamic string allocation in package structuresDan McGee1-0/+4