summaryrefslogtreecommitdiff
path: root/dselect
AgeCommit message (Expand)AuthorFilesLines
2012-04-09dselect: Print unknown value in internerr() messageGuillem Jover1-1/+2
2012-04-09Use implicit __func__ in internerr() instead of explicit literal stringsGuillem Jover4-22/+16
2012-04-09Use a dot or ellipsis where appropriate instead of ..Guillem Jover1-1/+1
2012-04-01Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkgChristian PERRIER3-4/+4
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover3-4/+4
2012-04-01French translation update for dselectChristian PERRIER1-4/+6
2012-03-31Rename informativeversion() to dpkg_version_is_informative()Guillem Jover2-3/+3
2012-03-30Fix coding-styleGuillem Jover3-8/+10
2012-03-27dselect: Use a new attribute array instead of separate attribute variablesGuillem Jover6-76/+62
2012-03-27dselect: Use max() to compute total_widthGuillem Jover1-3/+1
2012-03-27dselect: Move total_width initialization from derived classes to baselistGuillem Jover3-7/+3
2012-03-27dselect: Move gap_width from derived classes to baselistGuillem Jover6-5/+5
2012-03-27Do not use `' quote pairs for non-translatable stringsGuillem Jover8-81/+81
2012-03-27Clarify internerr() messagesGuillem Jover6-19/+31
2012-03-21German dselect translation updateSven Joachim1-5/+5
2012-03-19Regenerate .pot files and merge .po files with themGuillem Jover31-2966/+2868
2012-03-18dselect: Change debug output to always arch-qualify package namesGuillem Jover4-20/+23
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
2012-01-09dselect: Remove dead code after break keywordGuillem Jover1-2/+0
2012-01-02Use the new atomic file API instead of ad-hoc codeGuillem Jover1-19/+8
2011-12-13Do not use absolute paths for programs in perl and shell codeGuillem Jover5-10/+10
2011-12-12Dutch translation updatedJeroen Schot1-110/+19
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-11-14Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()Raphaël Hertzog1-1/+1
2011-11-14Replace all pkg_db_count() calls with pkg_db_count_pkg()Raphaël Hertzog1-1/+1
2011-11-06dselect: Use modstatdb_get_status() instead of a global variableGuillem Jover5-12/+21
2011-10-30dpkg: Ignore conflict with one's own virtual package within a package setRaphaël Hertzog1-0/+4
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover6-55/+63
2011-10-27Update deppossi->ed to point to a pkgset instead of a pkginfoGuillem Jover2-22/+26
2011-10-27Move the reverse dependencies from struct pkgbin to struct pkgsetRaphaël Hertzog2-7/+7
2011-09-23Regenerate .pot files and merge .po files with themGuillem Jover31-32/+32
2011-09-09Convert translation files to UTF-8Guillem Jover1-229/+229
2011-08-20Fix spelling errorsGuillem Jover2-2/+2
2011-08-01Regenerate .pot files and merge .po files with themRaphaël Hertzog31-1675/+1675
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-07-07Fix comment header lines describing the subprojectGuillem Jover4-4/+4
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 Jover4-5/+8
2011-04-02Regenerate .pot files and merge .po files with themGuillem Jover31-1799/+1799
2011-03-14Use size_t and %zu to handle memory sizes and offsetsGuillem Jover1-3/+3
2011-03-14dselect: Use a format string in printf() instead of only a variableGuillem Jover1-1/+1
2011-03-14Make admindir file local everywhereGuillem Jover3-7/+7
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-14Use dpkg_db_get_path() instead of using m_asprintf() and admindirGuillem Jover2-2/+2
2011-03-14dselect: Use modstatdb_can_lock() in refreshmenu() instead of ad-hoc codeGuillem Jover1-8/+3