summaryrefslogtreecommitdiffstats
path: root/src/util/pacsort.c
AgeCommit message (Expand)AuthorFilesLines
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-21include config.h via MakefilesDave Reisner1-2/+0
2011-09-18src/util: provide strndup definitions where neededDave Reisner1-0/+22
2011-08-29pacsort: 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