summaryrefslogtreecommitdiffstats
path: root/expac.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-10allow real printf formatters for simple stringsDave Reisner1-45/+23
2010-12-08if no targets are provided on a search, dump the entire DB(s)Dave Reisner1-2/+10
2010-12-01declare globals on separate lines for uniformityDave Reisner1-2/+3
2010-12-01don't hardcode defaultsDave Reisner1-4/+7
2010-12-01refactor resolve_pkgDave Reisner1-6/+8
2010-11-30filter token availability based on query typeDave Reisner1-5/+22
2010-11-30add %w token as install reasonDave Reisner1-3/+0
2010-11-30add install reason as %wDave Reisner1-1/+7
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-30fix up commentingDave Reisner1-5/+6
2010-11-30assorted cleanup. remove assertions and unused format tokenDave Reisner1-5/+3
2010-11-30fix leak by always allocating for the dblistDave Reisner1-7/+3
2010-11-30Implement searching. Why am I rewriting pacman?Dave Reisner1-34/+70
2010-11-30fix bug in verify_formatDave Reisner1-2/+2
2010-11-30fix up usage funcDave Reisner1-3/+3
2010-11-30initial commitDave Reisner1-0/+490