summaryrefslogtreecommitdiffstats
path: root/src/pacman/util.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-30table_display: only check width when non-zeroAndrew Gregory1-1/+1
2014-09-30avoid line wrapping if not in a tty or COLUMNS=0Andrew Gregory1-8/+16
2014-09-23wrap fgets to retry on EINTRAndrew Gregory1-4/+4
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner1-15/+45
2014-05-22util: Use off_t instead of int for size valuesFlorian Pritz1-1/+1
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner1-0/+1
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel1-0/+13
2014-01-30table_display: free memory on errorsAndrew Gregory1-4/+8
2014-01-30Another unneeded NULL check removedSilvan Jegen1-6/+4
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-20pacman: support group selection delimited by commasDave Reisner1-1/+1
2012-04-29Output "Packages" instead of "Targets"Allan McRae1-1/+1
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee1-1/+1
2012-03-16Change table_display() to be staticDan McGee1-1/+1
2012-03-16Reduce calls to getcolsDan McGee1-28/+35