summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-1/+2
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-09-20move strtrim to util-commonAndrew Gregory1-1/+0
2015-07-15pacman: move database syncing to util.cAllan McRae1-0/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner1-1/+2
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel1-0/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2014-01-06Fix build warnings with --disable-nlsAllan McRae1-2/+2
2013-10-14pacman/util: remove strsplitAndrew Gregory1-1/+0
2013-03-07standardize format functionsSimon Gomizelj1-3/+3
2013-03-07remove :: prefix from all messageSimon Gomizelj1-0/+1
2013-02-13Add format attributes to all required functionsAllan McRae1-3/+3
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae1-6/+2
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-03-17Change table_display() to be staticDan McGee1-2/+0
2012-03-16Reduce calls to getcolsDan McGee1-6/+10
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee1-1/+1
2012-02-06Merge branch 'maint'Dan McGee1-1/+2
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic1-1/+2
2012-01-23Merge branch 'maint'Dan McGee1-2/+1
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-18Remove unused strtoupper() functionDan McGee1-1/+0
2012-01-02Convert get_update_timediff to integer return valueDan McGee1-3/+0
2011-12-23pacman/util: return size_t from strtrimDave Reisner1-1/+1
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-1/+1
2011-09-28Use unsigned types for indent width and column countDan McGee1-2/+2
2011-09-28Keep track of explicitly added and removed packagesDan McGee1-0/+1
2011-09-28Combine add and removal package list displayDan McGee1-1/+6
2011-08-30Improve advice for sync ops when db.lck is presentPang Yan Han1-0/+1
2011-08-29Refactor signature result return formatDan McGee1-1/+1
2011-08-25Remove short/long label distinctionDan McGee1-1/+1
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-1/+2
2011-07-05Allow frontend access to signature verification informationDan McGee1-0/+1
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae1-1/+1
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae1-4/+4
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-2/+2
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner1-1/+1
2011-06-03Merge branch 'maint'Dan McGee1-1/+1
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee1-1/+1
2011-04-21Table formatted output functionsJakob Gruber1-0/+1
2011-04-21Add a utility function to humanize sizesJakob Gruber1-0/+1
2011-01-29pacman/sync: implement interactive group selectionXavier Chantry1-0/+1
2011-01-29Add interactive provider selectionXavier Chantry1-0/+2
2011-01-22Improve mbasename performanceDan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-13pacman: sort --help outputXavier Chantry1-0/+1