summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-01don't hardcode defaultsDave Reisner1-4/+7
2010-12-01refactor resolve_pkgDave Reisner1-6/+8
fixes multiple issues with repo/pkg style targets and should cause these queries to run slightly faster.
2010-11-30unify language: alpm data extraction toolDave Reisner1-1/+1
2010-11-30filter token availability based on query typeDave Reisner1-5/+22
use verify_format_string to halt expac if a token is provided that is query type dependent and we don't match the query type.
2010-11-30add %w token as install reasonDave Reisner1-3/+0
2010-11-30add install reason as %wDave Reisner2-2/+10
also, declare another global 'local' so we know when we're only parsing locally or not.
2010-11-30don't print a pkg delimeter if pkg has no outputDave Reisner1-38/+53
2010-11-30add MIT license headerDave Reisner1-0/+26
2010-11-30add manpage to install targetDave Reisner1-0/+4
2010-11-30add man page to install targetDave Reisner1-0/+1
2010-11-30fix up commentingDave Reisner1-5/+6
2010-11-30assorted cleanup. remove assertions and unused format tokenDave Reisner2-7/+3
2010-11-30fix leak by always allocating for the dblistDave Reisner1-7/+3
2010-11-30have a man pageDave Reisner2-3/+134
2010-11-30Implement searching. Why am I rewriting pacman?Dave Reisner3-35/+74
2010-11-30fix bug in verify_formatDave Reisner1-2/+2
2010-11-30fix up usage funcDave Reisner1-3/+3
2010-11-30initial commitDave Reisner3-0/+524