summaryrefslogtreecommitdiff
path: root/main/query.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-01Don't call nffreeall, in any of the c/c++ programs. It appears dselectAdam Heath1-1/+1
2002-08-29Fix several minor memleaks.Adam Heath1-0/+4
2002-06-02Revert last modification. It'll be fixed properly for dpkg 1.11.Adam Heath1-7/+8
2002-06-01Fixed printversion(), to allow translations to be done better.Adam Heath1-8/+7
2002-05-24New functions, standard_startup, standard_shutdown, that contain the mostAdam Heath1-14/+2
2002-05-20Several more gcc -W<foo> fixes.Adam Heath1-1/+1
2002-05-06Perl sucks, fix Ian's email addressWichert Akkerman1-1/+1
2002-05-06Update Ian Jacksons' email addressWichert Akkerman1-1/+1
2001-12-31No longer set LC_CTYPE and switch to using cisalpha and cisdigit insteadWichert Akkerman1-1/+0
2001-09-12Update for moved showpkgWichert Akkerman1-3/+3
2001-08-01Oops, properly do newlinesWichert Akkerman1-5/+5
2001-08-01improve help and version textsWichert Akkerman1-7/+16
2001-08-01fmt can't be const since we free it in the same functionWichert Akkerman1-1/+1
2001-07-31Improve help textsWichert Akkerman1-13/+13
2001-07-27remove -D from usage, we don't support itWichert Akkerman1-2/+1
2001-07-24Add support for configurable package listings (not complete yet)Wichert Akkerman1-14/+75
2001-07-16Force LC_CTYPE to CWichert Akkerman1-0/+1
2001-05-03Split out code for commands -sSlLp into a separate binary, dpkg-query, andAdam Heath1-0/+492