summaryrefslogtreecommitdiff
path: root/src/select.c
AgeCommit message (Collapse)AuthorFilesLines
2009-10-26Sort order of header includesGuillem Jover1-5/+5
Place first <config.h> and <compat.h>, then all <sys/*.h> sorted by complexity, followed by the rest of the system headers, then <dpkg/*.h> and finally the local "*.h" ones. Move <dpkg/i18n.h> inclusion into libdpkg inclusion block, as the <gettext.h> compatibility header already takes care of including <locale.h> before <libintl.h> on environments were its probamatic. Removed duplicated inclusions.
2009-10-14dpkg: Remove unused head variable in getselections()Guillem Jover1-3/+1
2009-10-04libdpkg: Rename pkglistqsortcmp to pkg_sorter_by_nameGuillem Jover1-1/+1
2009-09-15Move pkg-array to libdpkgGuillem Jover1-1/+1
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-2/+3
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-3/+3
Tell automake not to add “-I.” to the preprocessor flags, to avoid file collisions with system headers. Re-add the path where config.h is located. Namespace and use bracketed file inclusions for libdpkg headers, and use quoted inclusions for program headers.
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-03-03Add new pkg_array_free functionGuillem Jover1-0/+2
Use it to free the arrays after use, so that we do not leak.
2009-03-03Refactor package array handlingGuillem Jover1-18/+9
Create a new pkg_array structure, and two new functions to initialize from the db, and to sort the array.
2008-09-14libdpkg: Move myopt from standard_startup to each program mainGuillem Jover1-0/+1
2008-09-14libdpkg: Move stdlib.h inclusion to its direct includersGuillem Jover1-0/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-07-02Use NULL instead of 0Guillem Jover1-1/+1
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
Some 'Copyright <year>' entries didn't have a copyright symbol. Add it and switch the rest from '(C)' to '©', but we don't do this on program output which for now should remain pure ascii.
2008-06-04Use new VARBUF_INIT macro instead of varbufinit to initialize variablesGuillem Jover1-4/+2
2008-06-04dpkg: Fix memory leaks on --set-selectionsGuillem Jover1-2/+2
2008-05-24Coalesce similar badusage() strings for translationGuillem Jover1-2/+3
2006-04-09Add new '--clear-selections' option to dpkg (Andrew Suffield).Guillem Jover1-0/+21
Closes: #112388
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-0/+146
* 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