summaryrefslogtreecommitdiff
path: root/dselect/main.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-08dselect: On --help print action names from the menuentries tableGuillem Jover1-4/+4
2012-04-09Use a dot or ellipsis where appropriate instead of ..Guillem Jover1-1/+1
2012-03-27Clarify internerr() messagesGuillem Jover1-2/+5
2012-02-18dselect: Remove unused readwrite variableGuillem Jover1-3/+3
2012-02-01dselect: Abort select action if any foreign architecture is enabledGuillem Jover1-0/+7
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-7/+3
2011-12-08dselect: Do not treat licensestring as a format stringGuillem Jover1-3/+2
2011-11-16dselect: Solaris requires curses.h to be included before term.hGuillem Jover1-0/+3
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-1/+2
2011-07-07libdpkg: Do not require programs to define printforhelpGuillem Jover1-2/+2
2011-04-30dselect: Mark ‘y’ variables as unused for getyx() and getmaxyx()Guillem Jover1-2/+2
2011-03-14dselect: Use a format string in printf() instead of only a variableGuillem Jover1-1/+1
2011-03-14Make admindir file local everywhereGuillem Jover1-1/+2
2011-03-14Do not pass admindir to database initialization functionsGuillem Jover1-3/+3
2011-03-14Use dpkg_db_set_dir() instead of pkgadmindir_init()Guillem Jover1-0/+2
2011-03-14dselect: Use modstatdb_can_lock() in refreshmenu() instead of ad-hoc codeGuillem Jover1-8/+3
2011-03-14libdpkg: Rename modstatdb_init() to modstatdb_open()Guillem Jover1-1/+1
2011-03-14Do not write the available file unnecessarilyGuillem Jover1-1/+1
2011-03-14Switch the logic from msdbrw_noavail to msdbrw_availableGuillem Jover1-1/+2
2011-02-11dselect: Switch to use libdpkg debug supportGuillem Jover1-4/+9
2010-11-19Cleanup white spacesGuillem Jover1-3/+2
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover1-1/+1
2010-11-19dselect: Use a function instead of a jump error handlerGuillem Jover1-7/+10
2010-11-19libdpkg: Rename print_error_fatal() to print_fatal_error()Guillem Jover1-1/+1
2010-11-19libdpkg: Refactor default error handler into new catch_fatal_error()Guillem Jover1-1/+1
2010-02-25Remove --license and --licence options from toolsGuillem Jover1-5/+1
2010-02-25dselect: Use m_strdup instead of unchecked malloc + strcpyGuillem Jover1-2/+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-12/+11
2009-09-30Remove helponly and versiononly functionsGuillem Jover1-6/+10
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover1-15/+19
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-04-13Detect the curses headers to use instead of hardcoding themGuillem Jover1-0/+6
2009-01-04dselect: Define several private functions as staticGuillem Jover1-3/+9
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/+4
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-08-26Unify usage of extern "C" declarationsGuillem Jover1-4/+2
2008-08-04Unify usage of FIXME in commentsGuillem Jover1-2/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
2008-06-30dselect: Fix compilation warningsGuillem Jover1-4/+7
2008-03-30dselect: Use ncursesw header filesGuillem Jover1-1/+1
2008-03-11Move command line common option utilities to lib/myopt-util.cGuillem Jover1-11/+6
2007-03-21 * dselect/main.cc: Remove duplicated included files <sys/types.h> andGuillem Jover1-4/+1
2006-05-02Split usage strings to make it easier for translators when those change.Guillem Jover1-4/+11