Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-01 | declare globals on separate lines for uniformity | Dave Reisner | 1 | -2/+3 | |
2010-12-01 | don't hardcode defaults | Dave Reisner | 1 | -4/+7 | |
2010-12-01 | refactor resolve_pkg | Dave Reisner | 1 | -6/+8 | |
fixes multiple issues with repo/pkg style targets and should cause these queries to run slightly faster. | |||||
2010-11-30 | unify language: alpm data extraction tool | Dave Reisner | 1 | -1/+1 | |
2010-11-30 | filter token availability based on query type | Dave Reisner | 1 | -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-30 | add %w token as install reason | Dave Reisner | 1 | -3/+0 | |
2010-11-30 | add install reason as %w | Dave Reisner | 2 | -2/+10 | |
also, declare another global 'local' so we know when we're only parsing locally or not. | |||||
2010-11-30 | don't print a pkg delimeter if pkg has no output | Dave Reisner | 1 | -38/+53 | |
2010-11-30 | add MIT license header | Dave Reisner | 1 | -0/+26 | |
2010-11-30 | add manpage to install target | Dave Reisner | 1 | -0/+4 | |
2010-11-30 | add man page to install target | Dave Reisner | 1 | -0/+1 | |
2010-11-30 | fix up commenting | Dave Reisner | 1 | -5/+6 | |
2010-11-30 | assorted cleanup. remove assertions and unused format token | Dave Reisner | 2 | -7/+3 | |
2010-11-30 | fix leak by always allocating for the dblist | Dave Reisner | 1 | -7/+3 | |
2010-11-30 | have a man page | Dave Reisner | 2 | -3/+134 | |
2010-11-30 | Implement searching. Why am I rewriting pacman? | Dave Reisner | 3 | -35/+74 | |
2010-11-30 | fix bug in verify_format | Dave Reisner | 1 | -2/+2 | |
2010-11-30 | fix up usage func | Dave Reisner | 1 | -3/+3 | |
2010-11-30 | initial commit | Dave Reisner | 3 | -0/+524 | |