summaryrefslogtreecommitdiff
path: root/src/query.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-9/+9
2009-10-04libdpkg: Rename pkglistqsortcmp to pkg_sorter_by_nameGuillem Jover1-2/+2
2009-09-30dpkg-query: Do not use C99 style for-loop variable declarationsGuillem Jover1-1/+3
2009-09-30Remove helponly and versiononly functionsGuillem Jover1-6/+10
2009-09-30Remove unused variablesGuillem Jover1-1/+0
2009-09-19dpkg-query: Remove unused f_ and fc_ variablesGuillem Jover1-7/+0
2009-09-15Move pkg-array to libdpkgGuillem Jover1-1/+1
2009-09-06dpkg-query: Add installed package control path query supportGuillem Jover1-0/+120
2009-09-06Unify and mark strings for translationGuillem Jover1-2/+2
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover1-16/+19
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-8/+9
2009-07-15libdpkg: Split dpkg-priv.h into smaller piecesGuillem Jover1-1/+1
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-4/+4
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-07-14Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flagsGuillem Jover1-2/+2
2009-06-26libdpkg: Suffix path related function names with ‘path_’Guillem Jover1-1/+1
2009-06-19Use NUL character instead of 0Guillem Jover1-1/+1
2009-03-03Add new pkg_array_free functionGuillem Jover1-0/+4
2009-03-03Refactor package array handlingGuillem Jover1-43/+26
2009-02-13Remove bogus comment about '--yet-to-unpack'Guillem Jover1-4/+1
2008-12-09Improve internerr output messages and print the invalid valueGuillem Jover1-1/+1
2008-10-17dpkg-query: stop needlessly using functionality from error.cGuillem Jover1-9/+6
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-08-18Remove wrong or redundant information from comment headersGuillem Jover1-3/+0
2008-07-26Move duplicate limiteddescription functions to src/pkg-show.cGuillem Jover1-13/+0
2008-07-22Move duplicate pkglistqsortcmp functions to src/pkg-list.cGuillem Jover1-7/+0
2008-07-22dpkg-query: Remove unused variable ignoredependssGuillem Jover1-1/+0
2008-07-10Use new min and max macros instead of hardcoded testsGuillem Jover1-1/+1
2008-07-02Use NULL instead of 0Guillem Jover1-18/+20
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
2008-06-28dpkg-query: Remove trailing newlines from badusage outputGuillem Jover1-2/+1
2008-06-09dpkg-query: Use VARBUF_INIT to initialize path instead of vbGuillem Jover1-2/+2
2008-06-04Use new VARBUF_INIT macro instead of varbufinit to initialize variablesGuillem Jover1-3/+1
2008-06-01dpkg-query: Use strpbrk instead of strcspn and strlenGuillem Jover1-1/+1
2008-06-01dpkg-query: Trim trailing slash and slash dot from argumentsGuillem Jover1-0/+19
2008-06-01Revert "dpkg-query: strip trailing slashes in parameters after -S or --search"Guillem Jover1-1/+0
2008-05-31dpkg-query: strip trailing slashes in parameters after -S or --searchRaphael Hertzog1-0/+1
2008-03-30Implement triggers supportIan Jackson1-2/+2
2008-03-25Move duplicate ensure_package_clientdata functions to src/filesdb.cGuillem Jover1-8/+0
2008-03-22Sort entries in enum pkgstatusIan Jackson1-1/+1
2008-03-20Move duplicate pkgadminfile functions to lib/dbmodify.cIan Jackson1-12/+0
2008-03-20Move duplicate cleanup close functions to lib/cleanup.cGuillem Jover1-15/+0
2008-03-11Move command line common option utilities to lib/myopt-util.cGuillem Jover1-11/+6