index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-18 | src/util: provide strndup definitions where needed | Dave Reisner | |
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-29 | pacsort: use boolean, not binary OR operation | Dave Reisner | |
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-22 | pacsort: correct list freeing | Pang Yan Han | |
Signed-off-by: Pang Yan Han <pangyanhan@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-22 | pacsort: ensure list is freed if size is 0 | Dan McGee | |
Found using: `valgrind ./src/util/.libs/lt-pacsort /dev/null` Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-22 | pacsort: correct pointer type in list_new | Pang Yan Han | |
Pointer sizes are the same but this makes intention clearer. Signed-off-by: Pang Yan Han <pangyanhan@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-08-08 | pacsort: add new utility | Dave Reisner | |
pacsort is a command line sorting utility that implements libalpm's alpm_pkg_vercmp algorithm. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> |