summaryrefslogtreecommitdiff
path: root/src/pacman/util.h
AgeCommit message (Expand)Author
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-02-06Merge branch 'maint'Dan 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-18Remove unused strtoupper() functionDan McGee
2012-01-02Convert get_update_timediff to integer return valueDan McGee
2011-12-23pacman/util: return size_t from strtrimDave Reisner
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-09-28Use unsigned types for indent width and column countDan McGee
2011-09-28Keep track of explicitly added and removed packagesDan McGee
2011-09-28Combine add and removal package list displayDan McGee
2011-08-29Improve advice for sync ops when db.lck is presentPang Yan Han
2011-08-28Refactor signature result return formatDan McGee
2011-08-25Remove short/long label distinctionDan McGee
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-05Allow frontend access to signature verification informationDan McGee
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner
2011-06-02Merge branch 'maint'Dan McGee
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee
2011-04-20Table formatted output functionsJakob Gruber
2011-04-20Add a utility function to humanize sizesJakob Gruber
2011-01-29pacman/sync: implement interactive group selectionXavier Chantry
2011-01-29Add interactive provider selectionXavier Chantry
2011-01-22Improve mbasename performanceDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-12pacman: sort --help outputXavier Chantry
2010-09-27Add wrapper around asprintf callsAllan McRae
2010-07-27Use the plural features of gettextDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14Add new --print operation for all operationsXavier Chantry
2009-10-11Remove makepath function from frontendLaszlo Papp
2009-09-08Remove transaction typeXavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-06-01We don't need root with -SpNagy Gabor
2008-10-12Merge branch 'maint'Dan McGee
2008-10-12Reduce number of calls to getcols()Dan McGee
2008-08-25pacman : smarter optdepends handling.Xavier Chantry
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry
2008-08-23pacman: print optdepends on install and upgrade.Xavier Chantry
2008-08-23Add new list_display_linebreak functionNagy Gabor
2008-07-24src/pacman : rework the display_targets function.Xavier Chantry
2008-04-26Refactor the trans init and release code.Chantry Xavier
2008-02-24Improve yesno function.Chantry Xavier
2008-02-05pacman/util.c: add mdirname functionDan McGee