summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae1-50/+0
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Plug various minor memory leaksAndrew Gregory1-0/+2
2012-12-14Display install status of optdependenciesAllan McRae1-2/+18
2012-09-18Avoid interger overflow when calculating remaining line lengthAllan McRae1-1/+1
2012-09-18query_fileowner, mdirname: add error checksAndrew Gregory1-1/+4
2012-09-18query_fileowner: remove assumption that root is "/"Andrew Gregory1-0/+5
2012-05-21pacman: support group selection delimited by commasDave Reisner1-1/+1
2012-04-30Output "Packages" instead of "Targets"Allan McRae1-1/+1
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee1-1/+1
2012-03-17Change table_display() to be staticDan McGee1-1/+1
2012-03-16Reduce calls to getcolsDan McGee1-28/+35
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee1-15/+16
2012-03-16Always display download size if it appliesDan McGee1-17/+12
2012-03-16Handle printing NULL correctly in table displayDan McGee1-0/+3
2012-03-13Minor format-string related cleanupsDan McGee1-1/+1
2012-03-09Hook new optdepend structures upBenedikt Morbach1-12/+67
2012-02-21Merge branch 'maint'Dan McGee1-3/+7
2012-02-20Give better error messages on database locking failuresDan McGee1-3/+7
2012-02-13Merge branch 'maint'Dan McGee1-1/+1
2012-02-07Fix a handful of comment typos or misspellingsDan McGee1-1/+1
2012-02-06Merge branch 'maint'Dan McGee1-8/+27
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-2/+2
2012-02-03Add simple integer-only pow() implementationDan McGee1-2/+13
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic1-8/+16
2012-01-23Merge branch 'maint'Dan McGee1-18/+15
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-19util.c, rmrf(): only create string when neededOlivier Brunel1-3/+3
2012-01-19Fix missing [removal] outputAllan McRae1-1/+5
2012-01-19Fix broken output when asking question and stdin is pipedOlivier Brunel1-0/+6
2012-01-18Remove unused strtoupper() functionDan McGee1-13/+0
2011-12-23Convert strtrim/strlen paired calls to only strtrimDan McGee1-8/+10
2011-12-23pacman/util: return size_t from strtrimDave Reisner1-9/+9
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12code syntax cleanupDave Reisner1-3/+3
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-1/+1
2011-10-22Merge branch 'maint'Dan McGee1-21/+10
2011-10-22Hide empty columns in table package list displayDan McGee1-24/+71
2011-10-22pacman: show repo name in download promptDave Reisner1-1/+6
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee1-2/+3
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-18/+5
2011-10-21Use stderr as output stream for pm_printf()Dan McGee1-1/+1
2011-10-17Table display: print message with warning: prefixDan McGee1-1/+2
2011-10-14Merge branch 'maint'Dan McGee1-5/+5
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee1-4/+4
2011-10-13Coding style cleanupsDan McGee1-5/+5
2011-10-13Merge branch 'maint'Dan McGee1-43/+48
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-17/+17
2011-10-12VerbosePkgLists: format table lines in i18n-compatible wayDan McGee1-43/+48
2011-10-12Introduce alpm_time_t typeDan McGee1-1/+1