summaryrefslogtreecommitdiff
path: root/src/pacman/util.c
AgeCommit message (Expand)Author
2019-02-04fix various typosmorganamilo
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-07-28Fix coding style issue in pacman/util.cMichael Straube
2017-04-16add --sysroot optionAndrew Gregory
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-08-30Handle all POSIX compliant systems in mbscasecmp.Tobias Stoeckmann
2016-05-18Report local file URL for -Sp operations if package is in cacheAllan McRae
2016-05-05Add colour to group selection dialogXavion
2016-02-26use multi-byte character matching for user inputAndrew Gregory
2016-02-26Failed database downloads cause transaction to stopAllan McRae
2016-02-26Use versions specified in optdependsAllan McRae
2016-02-26Consider provides when labelling optdepends status as pending installAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-11-11Use correct format specifiersRikard Falkeborn
2015-10-27Use ARRAYSIZE macro for non-string array size computationPierre Neidhardt
2015-09-20move strtrim to util-commonAndrew Gregory
2015-08-08pacman/util.c: Fix memory leak if realloc failsRikard Falkeborn
2015-07-15Prototype pacman files database operationsAllan McRae
2015-07-15pacman: move database syncing to util.cAllan McRae
2015-07-12Fix overflow warningsAndrew Gregory
2015-06-20Match providers when showing optdep install statusLukas Fleischer
2015-06-20util.c: table_display: Fix incorrect docstringJohannes Löthberg
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-02Integrate testdb into pacmanAllan McRae
2014-12-24pacman/util.c: fix potential memory leak in indentprintAllan McRae
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