summaryrefslogtreecommitdiffstats
path: root/src/util/pacsort.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-05Remove pacsortAllan McRae1-552/+0
2016-05-05pacsort help clearly states that files contain inputs to be sortedAshley Whetter1-1/+4
2016-01-04pacsort, introduce define for escape_char error codeRikard Falkeborn1-5/+6
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-10-21pacsort: clean up if errorRikard Falkeborn1-3/+8
2015-10-21pacsort: don't overwrite memory if realloc failsRikard Falkeborn1-4/+6
2015-10-21pacsort: handle failing list_addRikard Falkeborn1-1/+5
2015-05-12pacsort: fix warning about signed overflow potential during comparison.Andrew Gregory1-1/+1
2015-03-03util: Use util-common for strndup in pacsort and pactreeWill Miles1-22/+1
2015-03-03pacsort: test string is not NULL before strlenAllan McRae1-1/+5
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-27pacsort: fix memory leakAllan McRae1-0/+1
2014-11-20pacsort: parse inputs up front into control structDave Reisner1-58/+146
2014-01-30Another NULL check removedSilvan Jegen1-4/+1
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory1-1/+8
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-09-04Improve --help switch output for pacman utilsJason St. John1-2/+3
2013-07-30Fix whitespace in pacsort.c and pactree.cJason St. John1-10/+10
2013-01-28pacsort: add -f, --files option for sorting filenamesDave Reisner1-3/+49
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-09-18src/util: provide strndup definitions where neededDave Reisner1-0/+22
2011-08-30pacsort: use boolean, not binary OR operationDave Reisner1-1/+1
2011-08-22pacsort: correct list freeingPang Yan Han1-1/+1
2011-08-22pacsort: ensure list is freed if size is 0Dan McGee1-1/+1
2011-08-22pacsort: correct pointer type in list_newPang Yan Han1-2/+2
2011-08-08pacsort: add new utilityDave Reisner1-0/+394