Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-26 | Sort order of header includes | Guillem Jover | 1 | -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-14 | dpkg: Remove unused head variable in getselections() | Guillem Jover | 1 | -3/+1 | |
2009-10-04 | libdpkg: Rename pkglistqsortcmp to pkg_sorter_by_name | Guillem Jover | 1 | -1/+1 | |
2009-09-15 | Move pkg-array to libdpkg | Guillem Jover | 1 | -1/+1 | |
2009-09-06 | Use m_output instead of fflush, ferror and werr | Guillem Jover | 1 | -2/+3 | |
2009-07-15 | Disable default automake preprocessor include paths | Guillem Jover | 1 | -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-15 | libdpkg: Rename dpkg-i18n.h to i18n.h | Guillem Jover | 1 | -1/+1 | |
2009-03-03 | Add new pkg_array_free function | Guillem Jover | 1 | -0/+2 | |
Use it to free the arrays after use, so that we do not leak. | |||||
2009-03-03 | Refactor package array handling | Guillem Jover | 1 | -18/+9 | |
Create a new pkg_array structure, and two new functions to initialize from the db, and to sort the array. | |||||
2008-09-14 | libdpkg: Move myopt from standard_startup to each program main | Guillem Jover | 1 | -0/+1 | |
2008-09-14 | libdpkg: Move stdlib.h inclusion to its direct includers | Guillem Jover | 1 | -0/+1 | |
2008-09-14 | libcompat: Add new compat.h header | Guillem Jover | 1 | -0/+1 | |
2008-09-14 | libdpkg: Move gettext related definitions to a new dpkg-i18n.h | Guillem Jover | 1 | -0/+2 | |
2008-07-02 | Use NULL instead of 0 | Guillem Jover | 1 | -1/+1 | |
2008-06-30 | Switch to use UTF-8 copyright symbol and add missing ones | Guillem Jover | 1 | -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-04 | Use new VARBUF_INIT macro instead of varbufinit to initialize variables | Guillem Jover | 1 | -4/+2 | |
2008-06-04 | dpkg: Fix memory leaks on --set-selections | Guillem Jover | 1 | -2/+2 | |
2008-05-24 | Coalesce similar badusage() strings for translation | Guillem Jover | 1 | -2/+3 | |
2006-04-09 | Add new '--clear-selections' option to dpkg (Andrew Suffield). | Guillem Jover | 1 | -0/+21 | |
Closes: #112388 | |||||
2005-03-11 | dpkg (1.13.1.0.1) experimental; urgency=low | Scott James Remnant | 1 | -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 |