Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-11 | dpkg (1.13.1.0.1) experimental; urgency=low | Scott James Remnant | 1 | -553/+0 | |
* Bin-MU; recompile against Debian unstable, to make dselect actually installable. -- Scott James Remnant <scott@netsplit.com> Fri, 11 Mar 2005 09:00:14 +0000 | |||||
2004-04-25 | Tollef and I gorged on low hanging fruit and got our hands sticky. | Scott James Remnant | 1 | -1/+1 | |
2003-10-25 | Almost *EVERY* damn file was including config.h in the wrong spot. After | Adam Heath | 1 | -1/+1 | |
making it the first include, then off_t/size_t/etc could actually be redefined to be 64-bit compatible. | |||||
2002-09-01 | Don't call nffreeall, in any of the c/c++ programs. It appears dselect | Adam Heath | 1 | -1/+1 | |
slightly corrupts it's memory enough that it can't be freed without segfaulting. | |||||
2002-08-29 | Fix several minor memleaks. | Adam Heath | 1 | -0/+4 | |
2002-06-02 | Revert last modification. It'll be fixed properly for dpkg 1.11. | Adam Heath | 1 | -7/+8 | |
2002-06-01 | Fixed printversion(), to allow translations to be done better. | Adam Heath | 1 | -8/+7 | |
2002-05-24 | New functions, standard_startup, standard_shutdown, that contain the most | Adam Heath | 1 | -14/+2 | |
common functions that all dpkg binaries call. | |||||
2002-05-20 | Several more gcc -W<foo> fixes. | Adam Heath | 1 | -1/+1 | |
2002-05-06 | Perl sucks, fix Ian's email address | Wichert Akkerman | 1 | -1/+1 | |
2002-05-06 | Update Ian Jacksons' email address | Wichert Akkerman | 1 | -1/+1 | |
2001-12-31 | No longer set LC_CTYPE and switch to using cisalpha and cisdigit instead | Wichert Akkerman | 1 | -1/+0 | |
2001-09-12 | Update for moved showpkg | Wichert Akkerman | 1 | -3/+3 | |
2001-08-01 | Oops, properly do newlines | Wichert Akkerman | 1 | -5/+5 | |
2001-08-01 | improve help and version texts | Wichert Akkerman | 1 | -7/+16 | |
2001-08-01 | fmt can't be const since we free it in the same function | Wichert Akkerman | 1 | -1/+1 | |
2001-07-31 | Improve help texts | Wichert Akkerman | 1 | -13/+13 | |
2001-07-27 | remove -D from usage, we don't support it | Wichert Akkerman | 1 | -2/+1 | |
2001-07-24 | Add support for configurable package listings (not complete yet) | Wichert Akkerman | 1 | -14/+75 | |
2001-07-16 | Force LC_CTYPE to C | Wichert Akkerman | 1 | -0/+1 | |
2001-05-03 | Split out code for commands -sSlLp into a separate binary, dpkg-query, and | Adam Heath | 1 | -0/+492 | |
have the normal dpkg binary exec this. Also, dpkg now uses a macro to define external backends to call. |