summaryrefslogtreecommitdiff
path: root/src/trigcmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-12dpkg: Coalesce similar “takes no arguments” stringsGuillem Jover1-1/+2
2008-12-09Properly use internerr to report about programming bugsGuillem 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-07-02Use NULL instead of 0Guillem Jover1-2/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-05-24dpkg-trigger: Remove duplicate program name from badusage outputGuillem Jover1-3/+3
2008-04-10Fix another typoSven Joachim1-1/+1
2008-03-30Implement triggers supportIan Jackson1-0/+230