index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-24 | pacsearch: quote args passed to pacman | Dan McGee | |
Something such as "pacsearch foo|bar" would cause problems due to the quoting being dropped. Adding quotes solves the problem. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-05-10 | pacsearch: rewrite in perl | Dan McGee | |
This rewrite in perl blows the socks off the old shell script version for large searches: $ time ./pacsearch.perl ^.*$ >/dev/null real 0m0.836s user 0m0.593s sys 0m0.217s $ time pacsearch.sh ^.*$ >/dev/null real 1m53.818s user 1m16.818s sys 0m33.694s Functionality and output is identical to the old version with the exception of the old version's missing EOL after all the output. It should be a lot easier to add new things like the --color flag that has been a TODO at the top of the script for a long time. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-12-10 | Update GNU GPL boilerplate and copyright dates | Dan McGee | |
Update the GPL boilerplate to direct people to the GNU website for a copy of the license, as well as bump all of Judd's copyrights to 2007. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-09-16 | Remove a dead mirror, update contrib/pacsearch for core change | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-06 | * Oops, that last commit had some debug stuff in it. Removed it and added | Dan McGee | |
--help and --version command line flags to contrib/pacsearch. | |||
2007-03-06 | * -Qs was returning an error if no package found, which is not the same ↵ | Dan McGee | |
behavior as -Ss. | |||
2007-02-17 | * Adding pacsearch - a script to search both the sync repos and locally | Dan McGee | |
installed packages in color, and indicate those which are installed. |