summaryrefslogtreecommitdiff
path: root/src/configure.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04dpkg: Print the environment variables setup for the conffile shellGuillem Jover1-0/+4
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover1-2/+3
2017-05-06doc: Spelling fixesGuillem Jover1-1/+1
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
2017-01-22doc: Fix typos in documentation and code commentsGuillem Jover1-1/+1
2016-12-17dpkg: Allow readlink(2) returning a size smaller than stat(2)Guillem Jover1-1/+4
2016-10-30Cast off_t variables to intmax_t when printing them with %jdGuillem Jover1-1/+2
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-6/+6
2015-03-31Expand EOF and eof into "end of file" in error messagesGuillem Jover1-1/+1
2014-10-06dpkg: Normalize instdir by removing trailing '/' and '/.'Guillem Jover1-2/+0
2014-10-06libdpkg: Namespace and reword subproc flagsGuillem Jover1-2/+2
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-2/+2
2014-10-06libdpkg, dpkg: Switch subproc_wait() calls to subproc_wait_check()Guillem Jover1-2/+2
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-12/+13
2014-06-02libdpkg: Uppercase and namespace pkgeflag enum valuesGuillem Jover1-1/+1
2014-05-28dpkg: Uppercase, namespace and reword istobe enum type and valuesGuillem Jover1-2/+2
2014-05-28dpkg: Uppercase conffopt enum values and split words with underscoreGuillem Jover1-46/+46
2014-05-28dpkg: Uppercase dep_check enum valuesGuillem Jover1-3/+3
2014-05-19libdpkg, dpkg: Use new status to names mapping functionsGuillem Jover1-3/+3
2014-04-30dpkg: Annotate case statements that fall through with a commentGuillem Jover1-0/+1
2014-01-15Rename return code variables from r to rcGuillem Jover1-3/+3
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg: Rename showdiff() to show_diff()Guillem Jover1-2/+2
2013-12-07dpkg: Move functions around to avoid static declarationGuillem Jover1-135/+130
2013-12-07dpkg: Refactor show_prompt() out from promptconfaction()Guillem Jover1-98/+109
2013-12-07dpkg: Move newline from beginning to end of prompt stringsGuillem Jover1-7/+9
2013-12-07dpkg: Rename add_to_queue() to enqueue_package()Guillem Jover1-1/+1
2013-11-23dpkg: Rename and unify maintscript function namesGuillem Jover1-5/+5
2013-10-14Use <termios.h> instead of deprecated <sys/termios.h>Guillem Jover1-1/+1
2013-09-19dpkg: Use enum dep_check type and values instead of int and literalsGuillem Jover1-1/+1
2013-09-19Decapitalize error and warning messagesGuillem Jover1-2/+2
2012-10-13dpkg: Sync the Conffiles fields for all package instancesGuillem Jover1-1/+48
2012-10-13dpkg: Do not consider obsolete conffiles as actively owned by the packageGuillem Jover1-1/+4
2012-06-30Switch to new notice() output functionGuillem Jover1-6/+4
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover1-1/+4
2012-06-30dpkg: Switch showdiff() to command_get_pager()Guillem Jover1-6/+2
2012-06-08dpkg: Activate all path components for file triggersGuillem Jover1-2/+2
2012-06-06dpkg: Add missing space before && operandGuillem Jover1-1/+1
2012-06-06dpkg: Remove unneeded showdiff() forward declarationGuillem Jover1-1/+0
2012-06-06dpkg: Use enum dep_check values instead of literal stringsGuillem Jover1-3/+3
2012-05-10Use DPKG_BIT to define bit flags instead of literal octal valuesGuillem Jover1-8/+8
2012-05-10dpkg: Make enum conffopt declaration private by moving to configure.cGuillem Jover1-0/+19
2012-05-10libdpkg: Rename versioncompare() to dpkg_version_compare()Guillem Jover1-2/+2
2012-04-27Use new str_is_set()/str_is_unset() instead of ad-hoc checksGuillem Jover1-1/+1
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-5/+5
2012-03-31Rename informativeversion() to dpkg_version_is_informative()Guillem Jover1-1/+1
2012-03-14dpkg: Add restrictions for configuration of a Multi-Arch: same packageRaphaël Hertzog1-0/+28
2012-03-14dpkg: Make md5hash() a public functionRaphaël Hertzog1-3/+2