Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/util/pacsort.c
AgeCommit message (Expand)Author
2017-05-08pacsort help clearly states that files contain inputs to be sortedAshley Whetter
2016-01-04pacsort, introduce define for escape_char error codeRikard Falkeborn
2016-01-04Update copyright years for 2016Allan McRae
2015-10-21pacsort: clean up if errorRikard Falkeborn
2015-10-21pacsort: don't overwrite memory if realloc failsRikard Falkeborn
2015-10-21pacsort: handle failing list_addRikard Falkeborn
2015-05-12pacsort: fix warning about signed overflow potential during comparison.Andrew Gregory
2015-03-03util: Use util-common for strndup in pacsort and pactreeWill Miles
2015-03-03pacsort: test string is not NULL before strlenAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-27pacsort: fix memory leakAllan McRae
2014-11-20pacsort: parse inputs up front into control structDave Reisner
2014-01-30Another NULL check removedSilvan Jegen
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-09-04Improve --help switch output for pacman utilsJason St. John
2013-07-30Fix whitespace in pacsort.c and pactree.cJason St. John
2013-01-28pacsort: add -f, --files option for sorting filenamesDave Reisner
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2011-12-21include config.h via MakefilesDave Reisner
2011-09-18src/util: provide strndup definitions where neededDave Reisner
2011-08-29pacsort: use boolean, not binary OR operationDave Reisner
2011-08-22pacsort: correct list freeingPang Yan Han
2011-08-22pacsort: ensure list is freed if size is 0Dan McGee
2011-08-22pacsort: correct pointer type in list_newPang Yan Han
2011-08-08pacsort: add new utilityDave Reisner