summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-10create_verbose_row: free malloc'd stringsAndrew Gregory1-5/+5
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-12-15Color output from pm_vasprintfAllan McRae1-2/+4
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John1-1/+1
2013-10-14pacman/util: remove strsplitAndrew Gregory1-34/+0
2013-09-04pacman/util.c: use switch when there are fall through statementsSami Kerola1-8/+6
2013-08-21Do not refer to FlySpray numbersAllan McRae1-2/+2
2013-07-05Consolidate and improve table implementationsSimon Gomizelj1-115/+122
2013-05-07pacman/util.c: add missing bracesAndrew Gregory1-1/+2
2013-05-07pacman/util.c: fix output flushing in questionsAndrew Gregory1-3/+3
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-4/+4
2013-04-06use off_t for table_row_t.sizeAndrew Gregory1-2/+2
2013-03-31pm_asprintf logs 'failed to allocate' alreadySimon Gomizelj1-1/+0
2013-03-26signature_display should also be colourizedSimon Gomizelj1-1/+1
2013-03-14Make "[removal]" translatableAllan McRae1-2/+2
2013-03-10remove the duplicate strnlen and strndupSimon Gomizelj1-22/+0
2013-03-07colourize the output of -Qi/SiSimon Gomizelj1-3/+3
2013-03-07colourize table outputSimon Gomizelj1-1/+3
2013-03-07colourize warnings and errorsSimon Gomizelj1-2/+4
2013-03-07colourize colon_printf and questionSimon Gomizelj1-2/+7
2013-03-07standardize format functionsSimon Gomizelj1-8/+8
2013-03-07remove format from statistic messagesSimon Gomizelj1-11/+46
2013-03-07split "Packages (%zd):" messageSimon Gomizelj1-1/+1
2013-03-07remove :: prefix from all messageSimon Gomizelj1-2/+15
2013-02-13Add format attributes to all required functionsAllan McRae1-2/+3
2013-01-04Fix open braces styleGerardo Exequiel Pozzi1-1/+2
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi1-3/+3
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae1-50/+0
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Plug various minor memory leaksAndrew Gregory1-0/+2
2012-12-14Display install status of optdependenciesAllan McRae1-2/+18
2012-09-18Avoid interger overflow when calculating remaining line lengthAllan McRae1-1/+1
2012-09-18query_fileowner, mdirname: add error checksAndrew Gregory1-1/+4
2012-09-18query_fileowner: remove assumption that root is "/"Andrew Gregory1-0/+5
2012-05-21pacman: support group selection delimited by commasDave Reisner1-1/+1
2012-04-30Output "Packages" instead of "Targets"Allan McRae1-1/+1
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee1-1/+1
2012-03-17Change table_display() to be staticDan McGee1-1/+1
2012-03-16Reduce calls to getcolsDan McGee1-28/+35
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee1-15/+16
2012-03-16Always display download size if it appliesDan McGee1-17/+12
2012-03-16Handle printing NULL correctly in table displayDan McGee1-0/+3
2012-03-13Minor format-string related cleanupsDan McGee1-1/+1
2012-03-09Hook new optdepend structures upBenedikt Morbach1-12/+67
2012-02-21Merge branch 'maint'Dan McGee1-3/+7
2012-02-20Give better error messages on database locking failuresDan McGee1-3/+7
2012-02-13Merge branch 'maint'Dan McGee1-1/+1
2012-02-07Fix a handful of comment typos or misspellingsDan McGee1-1/+1