summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
AgeCommit message (Expand)Author
2012-05-20pacman: support group selection delimited by commasDave Reisner
2012-04-29Output "Packages" instead of "Targets"Allan McRae
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-03-16Change table_display() to be staticDan McGee
2012-03-16Reduce calls to getcolsDan McGee
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee
2012-03-16Always display download size if it appliesDan McGee
2012-03-16Handle printing NULL correctly in table displayDan McGee
2012-03-12Minor format-string related cleanupsDan McGee
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-02-20Merge branch 'maint'Dan McGee
2012-02-19Give better error messages on database locking failuresDan McGee
2012-02-13Merge branch 'maint'Dan McGee
2012-02-06Fix a handful of comment typos or misspellingsDan McGee
2012-02-06Merge branch 'maint'Dan McGee
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-02-03Add simple integer-only pow() implementationDan McGee
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-18util.c, rmrf(): only create string when neededOlivier Brunel
2012-01-18Fix missing [removal] outputAllan McRae
2012-01-18Fix broken output when asking question and stdin is pipedOlivier Brunel
2012-01-18Remove unused strtoupper() functionDan McGee
2011-12-23Convert strtrim/strlen paired calls to only strtrimDan McGee
2011-12-23pacman/util: return size_t from strtrimDave Reisner
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12code syntax cleanupDave Reisner
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Hide empty columns in table package list displayDan McGee
2011-10-21pacman: show repo name in download promptDave Reisner
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-21Use stderr as output stream for pm_printf()Dan McGee
2011-10-17Table display: print message with warning: prefixDan McGee
2011-10-14Merge branch 'maint'Dan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-13Coding style cleanupsDan McGee
2011-10-13Merge branch 'maint'Dan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-10-12VerbosePkgLists: format table lines in i18n-compatible wayDan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-30Remove redundant transaction size outputAllan McRae
2011-09-29Remove redundant "removal" output in pure remove operationAllan McRae
2011-09-28Refactor display_targets to not be recursiveDan McGee
2011-09-28verbose package lists: remove errant debuggerDan McGee
2011-09-28Always show download size if -w/--downloadonly was providedDan McGee
2011-09-28Table format creation code cleanupDan McGee
2011-09-28Use unsigned types for indent width and column countDan McGee