summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
Commit message (Expand)AuthorAge
...
* colourize the output of -Qi/SiSimon Gomizelj2013-03-07
* colourize table outputSimon Gomizelj2013-03-07
* colourize warnings and errorsSimon Gomizelj2013-03-07
* colourize colon_printf and questionSimon Gomizelj2013-03-07
* standardize format functionsSimon Gomizelj2013-03-07
* remove format from statistic messagesSimon Gomizelj2013-03-07
* split "Packages (%zd):" messageSimon Gomizelj2013-03-07
* remove :: prefix from all messageSimon Gomizelj2013-03-07
* Add format attributes to all required functionsAllan McRae2013-02-13
* Fix open braces styleGerardo Exequiel Pozzi2013-01-04
* Fix missing spaces in operatorsGerardo Exequiel Pozzi2013-01-04
* Split common utility functions for libalpm and pacmanAllan McRae2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* Plug various minor memory leaksAndrew Gregory2012-12-14
* Display install status of optdependenciesAllan McRae2012-12-14
* Avoid interger overflow when calculating remaining line lengthAllan McRae2012-09-18
* query_fileowner, mdirname: add error checksAndrew Gregory2012-09-18
* query_fileowner: remove assumption that root is "/"Andrew Gregory2012-09-18
* pacman: support group selection delimited by commasDave Reisner2012-05-20
* Output "Packages" instead of "Targets"Allan McRae2012-04-29
* Various tweaks to support building with excessive GCC warning flagsDan McGee2012-04-08
* 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
* Always display download size if it appliesDan McGee2012-03-16
* Handle printing NULL correctly in table displayDan McGee2012-03-16
* Minor format-string related cleanupsDan McGee2012-03-12
* Hook new optdepend structures upBenedikt Morbach2012-03-08
* Merge branch 'maint'Dan McGee2012-02-20
|\
| * Give better error messages on database locking failuresDan McGee2012-02-19
* | Merge branch 'maint'Dan McGee2012-02-13
|\|
| * Fix a handful of comment typos or misspellingsDan McGee2012-02-06
* | Merge branch 'maint'Dan McGee2012-02-06
|\|
| * Add simple integer-only pow() implementationDan McGee2012-02-03
| * Fix FS#27924: don't display negative zeroesThomas Dziedzic2012-02-03
* | ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* | Merge branch 'maint'Dan McGee2012-01-23
|\|
| * Update copyright on changed files since beginning of yearDan McGee2012-01-18
| * util.c, rmrf(): only create string when neededOlivier Brunel2012-01-18
| * Fix missing [removal] outputAllan McRae2012-01-18
| * Fix broken output when asking question and stdin is pipedOlivier Brunel2012-01-18
| * Remove unused strtoupper() functionDan McGee2012-01-18
* | Convert strtrim/strlen paired calls to only strtrimDan McGee2011-12-23
* | pacman/util: return size_t from strtrimDave Reisner2011-12-23
* | include config.h via MakefilesDave Reisner2011-12-21
* | code syntax cleanupDave Reisner2011-12-12
* | create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* | Merge branch 'maint'Dan McGee2011-10-21
|\|
| * Remove remaining usages of fprintf() from frontendDan McGee2011-10-21
| * Remove pm_fprintf() in favor of pm_printf()Dan McGee2011-10-21