summaryrefslogtreecommitdiff
path: root/src/trigcmd.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-28libdpkg: Uppercase trigdef enum values and separate words with underscoresGuillem Jover1-9/+9
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg-trigger: Use enum trigdef_update_status instead of intGuillem Jover1-3/+3
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-10-14Remove unused sys header inclusionsGuillem Jover1-2/+0
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-1/+1
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-5/+2
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-2/+1
2012-06-30Align --version with --help on help outputGuillem Jover1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+2
2012-06-30Switch to new notice() output functionGuillem Jover1-4/+2
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-2/+2
2012-03-14Update triggers support to understand multi-archGuillem Jover1-9/+14
2012-02-05dpkg-trigger: Refactor package awaiter parsing into parse_awaiter_package()Guillem Jover1-8/+28
2011-12-08libdpkg: Remove unused end pointer argument from pkg_name_is_illegal()Guillem Jover1-1/+1
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover1-6/+5
2011-07-07libdpkg: Do not require programs to define printforhelpGuillem Jover1-2/+2
2011-03-14Do not pass admindir to database initialization functionsGuillem Jover1-2/+2
2011-03-14Use dpkg_db_set_dir() instead of pkgadmindir_init()Guillem Jover1-2/+2
2011-01-16Propagate --admindir to programs run from maintainer scriptsGuillem Jover1-1/+3
2011-01-16Use string literals instead of macros for environment variable namesGuillem Jover1-1/+1
2010-11-19Use new enum for trigdef_update_start() return valuesGuillem Jover1-5/+5
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-11-19libdpkg: Rename illegal_packagename to pkg_name_is_illegalGuillem Jover1-1/+1
2010-11-19libdpkg: Rename illegal_triggername to trig_name_is_illegalGuillem Jover1-1/+2
2010-11-19dpkg-trigger: Remove duplicate command name from error messagesGuillem Jover1-3/+3
2010-11-19Use push_error_context() instead of ad-hoc codeGuillem Jover1-2/+1
2010-06-27libdpkg: Rename trigdef_yylex() to trigdef_parse()Guillem Jover1-1/+1
2010-06-25dpkg-trigger: Mark do_check with DPKG_ATTR_NORETGuillem Jover1-1/+1
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-2/+2
2010-03-21libdpkg: Move trigdeferred declarations to a new trigdeferred.hGuillem Jover1-0/+1
2010-03-21libdpkg: Move triglib declarations to a new triglib.hGuillem Jover1-0/+1
2010-03-05libdpkg: Add new trigdef_update_printf to avoid exposing trig_new_deferredGuillem Jover1-5/+4
2010-03-05libdpkg: Add new trigdef_set_methods to avoid exposing trigdefGuillem Jover1-1/+2
2010-02-25Remove --license and --licence options from toolsGuillem Jover1-7/+1
2010-02-19Fix dpkg-query and dpkg-trigger to actually print a version on --versionGuillem Jover1-1/+2
2010-02-19Mark several functions with DPKG_ATTR_NORETGuillem Jover1-2/+2
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-8/+7
2009-10-26Remove unused <fnmatch.h> includeGuillem Jover1-1/+0
2009-10-14Use named intializers in structuresGuillem Jover1-3/+3
2009-09-30Remove helponly and versiononly functionsGuillem Jover1-6/+10
2009-09-30dpkg-trigger: Move functions and variables aroundGuillem Jover1-24/+25
2009-09-30dpkg-trigger: On --help print the default admindirGuillem Jover1-1/+1
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover1-17/+15
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-12Remove unused assert.h includesGuillem Jover1-1/+0