Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
AgeCommit message (Expand)Author
2014-09-30table_display: only check width when non-zeroAndrew Gregory
2014-09-30avoid line wrapping if not in a tty or COLUMNS=0Andrew Gregory
2014-09-23wrap fgets to retry on EINTRAndrew Gregory
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner
2014-05-22util: Use off_t instead of int for size valuesFlorian Pritz
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel
2014-01-30table_display: free memory on errorsAndrew Gregory
2014-01-30Another unneeded NULL check removedSilvan Jegen
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-10create_verbose_row: free malloc'd stringsAndrew Gregory
2014-01-06Update copyright years for 2014Allan McRae
2013-12-15Color output from pm_vasprintfAllan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John
2013-10-14pacman/util: remove strsplitAndrew Gregory
2013-09-04pacman/util.c: use switch when there are fall through statementsSami Kerola
2013-08-21Do not refer to FlySpray numbersAllan McRae
2013-07-05Consolidate and improve table implementationsSimon Gomizelj
2013-05-07pacman/util.c: add missing bracesAndrew Gregory
2013-05-07pacman/util.c: fix output flushing in questionsAndrew Gregory
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-04-06use off_t for table_row_t.sizeAndrew Gregory
2013-03-31pm_asprintf logs 'failed to allocate' alreadySimon Gomizelj
2013-03-26signature_display should also be colourizedSimon Gomizelj
2013-03-14Make "[removal]" translatableAllan McRae
2013-03-10remove the duplicate strnlen and strndupSimon Gomizelj
2013-03-07colourize the output of -Qi/SiSimon Gomizelj
2013-03-07colourize table outputSimon Gomizelj
2013-03-07colourize warnings and errorsSimon Gomizelj
2013-03-07colourize colon_printf and questionSimon Gomizelj
2013-03-07standardize format functionsSimon Gomizelj
2013-03-07remove format from statistic messagesSimon Gomizelj
2013-03-07split "Packages (%zd):" messageSimon Gomizelj
2013-03-07remove :: prefix from all messageSimon Gomizelj
2013-02-13Add format attributes to all required functionsAllan McRae
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Plug various minor memory leaksAndrew Gregory
2012-12-14Display install status of optdependenciesAllan McRae
2012-09-18Avoid interger overflow when calculating remaining line lengthAllan McRae
2012-09-18query_fileowner, mdirname: add error checksAndrew Gregory
2012-09-18query_fileowner: remove assumption that root is "/"Andrew Gregory
2012-05-20pacman: support group selection delimited by commasDave Reisner
2012-04-29Output "Packages" instead of "Targets"Allan McRae
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-03-16Change table_display() to be staticDan McGee
2012-03-16Reduce calls to getcolsDan McGee