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
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