Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | pacsort, introduce define for escape_char error code | Rikard Falkeborn | 1 | -5/+6 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-10-21 | pacsort: clean up if error | Rikard Falkeborn | 1 | -3/+8 |
2015-10-21 | pacsort: don't overwrite memory if realloc fails | Rikard Falkeborn | 1 | -4/+6 |
2015-10-21 | pacsort: handle failing list_add | Rikard Falkeborn | 1 | -1/+5 |
2015-05-12 | pacsort: fix warning about signed overflow potential during comparison. | Andrew Gregory | 1 | -1/+1 |
2015-03-03 | util: Use util-common for strndup in pacsort and pactree | Will Miles | 1 | -22/+1 |
2015-03-03 | pacsort: test string is not NULL before strlen | Allan McRae | 1 | -1/+5 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-12-27 | pacsort: fix memory leak | Allan McRae | 1 | -0/+1 |
2014-11-20 | pacsort: parse inputs up front into control struct | Dave Reisner | 1 | -58/+146 |
2014-01-30 | Another NULL check removed | Silvan Jegen | 1 | -4/+1 |
2014-01-30 | pacman: use exit status 0 for --help and --version | Andrew Gregory | 1 | -1/+8 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-09-04 | Improve --help switch output for pacman utils | Jason St. John | 1 | -2/+3 |
2013-07-30 | Fix whitespace in pacsort.c and pactree.c | Jason St. John | 1 | -10/+10 |
2013-01-28 | pacsort: add -f, --files option for sorting filenames | Dave Reisner | 1 | -3/+49 |
2013-01-04 | Fix space between control structure and open parens | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2011-12-22 | include config.h via Makefiles | Dave Reisner | 1 | -2/+0 |
2011-09-18 | src/util: provide strndup definitions where needed | Dave Reisner | 1 | -0/+22 |
2011-08-30 | pacsort: use boolean, not binary OR operation | Dave Reisner | 1 | -1/+1 |
2011-08-22 | pacsort: correct list freeing | Pang Yan Han | 1 | -1/+1 |
2011-08-22 | pacsort: ensure list is freed if size is 0 | Dan McGee | 1 | -1/+1 |
2011-08-22 | pacsort: correct pointer type in list_new | Pang Yan Han | 1 | -2/+2 |
2011-08-08 | pacsort: add new utility | Dave Reisner | 1 | -0/+394 |