summaryrefslogtreecommitdiff
path: root/dselect/main.cc
AgeCommit message (Expand)AuthorFilesLines
2014-08-15libdpkg: Set close-on-exec for the debug outputGuillem Jover1-1/+1
2014-08-15libdpkg: Set the appropriate report buffer for the debug outputGuillem Jover1-1/+0
2014-08-09dselect: Mark new and delete operators with new throw and noexcept macrosGuillem Jover1-2/+6
2014-04-30dselect: Fix memory leak in set_color()Guillem Jover1-0/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05dselect: Use C++11 nullptr instead of 0 or NULLGuillem Jover1-27/+27
2013-12-05Switch variables from int to bool where appropriateGuillem Jover1-5/+5
2013-12-05Rename cmdinfos set functions to have underscores between wordsGuillem Jover1-7/+13
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-2/+2
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-2/+2
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-1/+1
2013-04-19dselect: Rename C macro to CTRLGuillem Jover1-4/+3
2013-03-18Revert "dselect: Abort select action if any foreign architecture is enabled"Guillem Jover1-7/+0
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-1/+1
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-2/+2
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