summaryrefslogtreecommitdiff
path: root/dpkg-deb/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-02Use new action_func typedef instead of ad-hoc function castsGuillem Jover1-2/+2
2011-04-02Make all command line action functions return intGuillem Jover1-2/+5
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-1/+1
2011-01-08Remove unneeded <errno.h> includeGuillem Jover1-1/+0
2011-01-08dpkg-deb: Move setcompresstype() before cmdinfosGuillem Jover1-8/+8
2010-11-19Use push_error_context() instead of ad-hoc codeGuillem Jover1-2/+1
2010-11-19Move action and obsolete related functionality to the myopt moduleGuillem Jover1-12/+0
2010-11-19Use ACTION macros instead of ad-hoc action function handlingGuillem Jover1-26/+14
2010-02-25Add support for xz compressed data.tar member of binary packagesGuillem Jover1-1/+1
2010-02-25Remove --license and --licence options from toolsGuillem Jover1-7/+1
2010-02-19Mark several functions with DPKG_ATTR_NORETGuillem Jover1-2/+2
2010-01-28libdpkg: Centralize compressor knowledge into the compress moduleGuillem Jover1-10/+3
2010-01-28libdpkg: Handle compression level as an integerGuillem Jover1-2/+18
2010-01-28libdpkg: Rename compress_type_cat to compress_type_noneGuillem Jover1-1/+1
2010-01-28libdpkg: Rename sizeof_array to array_countGuillem Jover1-1/+1
2010-01-28Do not include unneeded <signal.h>Guillem Jover1-1/+0
2010-01-01libdpkg: Move compression declarations to a new compress.hGuillem Jover1-0/+1
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-26Sort order of header includesGuillem Jover1-12/+12
2009-09-30Remove helponly and versiononly functionsGuillem Jover1-6/+10
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover1-21/+24
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-3/+3
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-07-15libdpkg: Move C language definition macros to macros.hGuillem Jover1-1/+1
2008-09-14libdpkg: Move loadcfgfile from standard_startup to its callersGuillem Jover1-1/+1
2008-09-14libdpkg: Move myopt from standard_startup to each program mainGuillem Jover1-1/+3
2008-09-14libdpkg: Do not pass any argument to standard_shutdownGuillem Jover1-1/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14Move locale.h inclusion and locale setup to each program mainGuillem Jover1-0/+8
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-05-24Use sizeof_array instead of ad-hoc calculationGuillem Jover1-1/+2
2008-03-11Move command line common option utilities to lib/myopt-util.cGuillem Jover1-11/+6
2008-01-16Use NULL instead of 0Guillem Jover1-25/+27
2007-03-13Support building binary packages with the member data.tar.lzma compressedGuillem Jover1-1/+3
2007-03-12 * lib/dpkg.h (compression_type): Rename to ...Guillem Jover1-4/+4
2006-06-02Disambiguate error message about conflicting command line actions byGuillem Jover1-1/+2
2006-05-02Split usage strings to make it easier for translators when those change.Guillem Jover1-23/+33
2006-02-06Cleanup and unify program usage and version output, make it more i18nGuillem Jover1-32/+37
2005-03-21dpkg (1.13.3) experimental; urgency=lowScott James Remnant1-2/+2
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-2/+1
2004-10-27dpkg (1.10.24) unstable; urgency=lowScott James Remnant1-0/+16
2004-04-25Tollef and I gorged on low hanging fruit and got our hands sticky.Scott James Remnant1-1/+1
2004-03-08Retro-actively apply patch for the 1.10.18.1 release:Scott James Remnant1-36/+36
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath1-1/+1
2003-09-14* scripts/update-alternatives.8: Add --config to action section, and addAdam Heath1-4/+4
2002-09-01Don't call nffreeall, in any of the c/c++ programs. It appears dselectAdam Heath1-1/+1
2002-06-02Revert last modification. It'll be fixed properly for dpkg 1.11.Adam Heath1-6/+8
2002-06-01Fixed printversion(), to allow translations to be done better.Adam Heath1-8/+6