index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dselect
/
main.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-15
libdpkg: Set close-on-exec for the debug output
Guillem Jover
1
-1
/
+1
2014-08-15
libdpkg: Set the appropriate report buffer for the debug output
Guillem Jover
1
-1
/
+0
2014-08-09
dselect: Mark new and delete operators with new throw and noexcept macros
Guillem Jover
1
-2
/
+6
2014-04-30
dselect: Fix memory leak in set_color()
Guillem Jover
1
-0
/
+2
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-05
dselect: Use C++11 nullptr instead of 0 or NULL
Guillem Jover
1
-27
/
+27
2013-12-05
Switch variables from int to bool where appropriate
Guillem Jover
1
-5
/
+5
2013-12-05
Rename cmdinfos set functions to have underscores between words
Guillem Jover
1
-7
/
+13
2013-11-23
libdpkg: New dpkg_locales_init()
Guillem Jover
1
-4
/
+1
2013-10-14
libdpkg: Rename and namespace option parsing and loading functions
Guillem Jover
1
-2
/
+2
2013-10-14
libdpkg: Add dpkg-based program startup and shutdown functions
Guillem Jover
1
-2
/
+2
2013-10-14
libdpkg: Refactor report output buffering setup into a new function
Guillem Jover
1
-1
/
+1
2013-04-19
dselect: Rename C macro to CTRL
Guillem Jover
1
-4
/
+3
2013-03-18
Revert "dselect: Abort select action if any foreign architecture is enabled"
Guillem Jover
1
-7
/
+0
2012-06-30
Change all programs to accept -? instead of -h for help output
Guillem Jover
1
-1
/
+1
2012-06-30
Avoid full stop and double newline at the end of errors and warnings
Jonathan Nieder
1
-2
/
+2
2012-06-08
dselect: On --help print action names from the menuentries table
Guillem Jover
1
-4
/
+4
2012-04-09
Use a dot or ellipsis where appropriate instead of ..
Guillem Jover
1
-1
/
+1
2012-03-27
Clarify internerr() messages
Guillem Jover
1
-2
/
+5
2012-02-18
dselect: Remove unused readwrite variable
Guillem Jover
1
-3
/
+3
2012-02-01
dselect: Abort select action if any foreign architecture is enabled
Guillem Jover
1
-0
/
+7
2012-02-01
Move copyright information from --version output to file comment headers
Guillem Jover
1
-7
/
+3
2011-12-08
dselect: Do not treat licensestring as a format string
Guillem Jover
1
-3
/
+2
2011-11-16
dselect: Solaris requires curses.h to be included before term.h
Guillem Jover
1
-0
/
+3
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
1
-1
/
+1
2011-07-07
Use new dpkg_set_progname and dpkg_get_progname instead of thisname
Guillem Jover
1
-1
/
+2
2011-07-07
libdpkg: Do not require programs to define printforhelp
Guillem Jover
1
-2
/
+2
2011-04-30
dselect: Mark ‘y’ variables as unused for getyx() and getmaxyx()
Guillem Jover
1
-2
/
+2
2011-03-14
dselect: Use a format string in printf() instead of only a variable
Guillem Jover
1
-1
/
+1
2011-03-14
Make admindir file local everywhere
Guillem Jover
1
-1
/
+2
2011-03-14
Do not pass admindir to database initialization functions
Guillem Jover
1
-3
/
+3
2011-03-14
Use dpkg_db_set_dir() instead of pkgadmindir_init()
Guillem Jover
1
-0
/
+2
2011-03-14
dselect: Use modstatdb_can_lock() in refreshmenu() instead of ad-hoc code
Guillem Jover
1
-8
/
+3
2011-03-14
libdpkg: Rename modstatdb_init() to modstatdb_open()
Guillem Jover
1
-1
/
+1
2011-03-14
Do not write the available file unnecessarily
Guillem Jover
1
-1
/
+1
2011-03-14
Switch the logic from msdbrw_noavail to msdbrw_available
Guillem Jover
1
-1
/
+2
2011-02-11
dselect: Switch to use libdpkg debug support
Guillem Jover
1
-4
/
+9
2010-11-19
Cleanup white spaces
Guillem Jover
1
-3
/
+2
2010-11-19
libdpkg: Namespace package database functions with pkg_db_ prefix
Guillem Jover
1
-1
/
+1
2010-11-19
dselect: Use a function instead of a jump error handler
Guillem Jover
1
-7
/
+10
2010-11-19
libdpkg: Rename print_error_fatal() to print_fatal_error()
Guillem Jover
1
-1
/
+1
2010-11-19
libdpkg: Refactor default error handler into new catch_fatal_error()
Guillem Jover
1
-1
/
+1
2010-02-25
Remove --license and --licence options from tools
Guillem Jover
1
-5
/
+1
2010-02-25
dselect: Use m_strdup instead of unchecked malloc + strcpy
Guillem Jover
1
-2
/
+2
2010-02-19
Mark several functions with DPKG_ATTR_NORET
Guillem Jover
1
-2
/
+2
2009-11-08
Unify text in license headers
Guillem Jover
1
-5
/
+5
2009-11-08
Replace FSF address by pointing to the gnu.org URL
Guillem Jover
1
-3
/
+2
2009-10-26
Sort order of header includes
Guillem Jover
1
-12
/
+11
2009-09-30
Remove helponly and versiononly functions
Guillem Jover
1
-6
/
+10
2009-09-06
Use m_output instead of checking printing functions return code
Guillem Jover
1
-15
/
+19
[next]