summaryrefslogtreecommitdiff
path: root/src/util/pacsort.c
Commit message (Expand)AuthorAge
* pacsort help clearly states that files contain inputs to be sortedAshley Whetter2016-05-05
* pacsort, introduce define for escape_char error codeRikard Falkeborn2016-01-04
* Update copyright years for 2016Allan McRae2016-01-04
* pacsort: clean up if errorRikard Falkeborn2015-10-21
* pacsort: don't overwrite memory if realloc failsRikard Falkeborn2015-10-21
* pacsort: handle failing list_addRikard Falkeborn2015-10-21
* pacsort: fix warning about signed overflow potential during comparison.Andrew Gregory2015-05-12
* util: Use util-common for strndup in pacsort and pactreeWill Miles2015-03-03
* pacsort: test string is not NULL before strlenAllan McRae2015-03-03
* Update copyright notices for 2015Allan McRae2015-02-01
* pacsort: fix memory leakAllan McRae2014-12-27
* pacsort: parse inputs up front into control structDave Reisner2014-11-20
* Another NULL check removedSilvan Jegen2014-01-30
* pacman: use exit status 0 for --help and --versionAndrew Gregory2014-01-30
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Improve --help switch output for pacman utilsJason St. John2013-09-04
* Fix whitespace in pacsort.c and pactree.cJason St. John2013-07-30
* pacsort: add -f, --files option for sorting filenamesDave Reisner2013-01-28
* Fix space between control structure and open parensGerardo Exequiel Pozzi2013-01-04
* include config.h via MakefilesDave Reisner2011-12-21
* src/util: provide strndup definitions where neededDave Reisner2011-09-18
* pacsort: use boolean, not binary OR operationDave Reisner2011-08-29
* pacsort: correct list freeingPang Yan Han2011-08-22
* pacsort: ensure list is freed if size is 0Dan McGee2011-08-22
* pacsort: correct pointer type in list_newPang Yan Han2011-08-22
* pacsort: add new utilityDave Reisner2011-08-08