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