summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-2/+6
2008-01-21Use m_malloc instead of mallocGuillem Jover2-12/+4
2008-01-21Replace strdup plus error checking usage with a new m_strdup functionGuillem Jover3-12/+11
2008-01-21Fix incorrect sizeof in a memset callIan Jackson1-1/+1
2008-01-21Use external gettext intl libraryGuillem Jover1-1/+1
2008-01-18Additionally check if errno is EEXIST after rmdir(2)Guillem Jover2-3/+3
2008-01-16Use NULL instead of 0Guillem Jover12-190/+220
2008-01-07Use arglist instead of narglistGuillem Jover1-13/+12
2008-01-07Fix signed vs unsigned value comparisonsGuillem Jover2-3/+3
2008-01-02Add a 'struct stat' forward declaration to fix a compilation warningGuillem Jover1-0/+2
2008-01-01Do not use strdup for execvp argumentsGuillem Jover1-8/+11
2007-11-29Move extern declarations to header files and stop defining them as externGuillem Jover3-6/+0
2007-11-29Define several private functions and variables as staticGuillem Jover1-4/+4
2007-09-18Remove duplicate nested conditional and move its cotents to the outer oneGuillem Jover1-11/+8
2007-09-15Fix failed install followed by failed remove resulting in installed stateBrian M. Carlson2-2/+7
2007-08-14Do not compose strings from translated substrings.Guillem Jover2-20/+26
2007-08-14Mark strings for translation.Guillem Jover1-3/+4
2007-08-11Do not treat two symlinks to the same directory as a file conflict.Ian Jackson1-0/+43
2007-08-10Add *.o to .gitignore.Guillem Jover1-0/+1
2007-08-08Do not print empty lines after 'Setting up ...' output.Guillem Jover1-8/+6
2007-08-08Use NULL instead of '(char *)0'.Guillem Jover5-27/+27
2007-08-08Fix Breaks commit.Guillem Jover4-42/+49
2007-08-07Fix pattern matching in dpkg-query -l and -W.Guillem Jover1-30/+52
2007-08-07Implement support for Breaks field.Ian Jackson10-52/+241
2007-08-07Change formatting to match the rest of the file.Ian Jackson1-32/+32
2007-05-08Add missing svn:ignore entries.Guillem Jover1-0/+2
2007-03-21Show the epoch (if present) when displaying package versions.Guillem Jover3-11/+8
2007-03-20Update svn:ignore attributes.Guillem Jover1-0/+2
2007-02-13Exit with an error instead of an assert if the number of conflictors isGuillem Jover1-6/+7
2007-02-10Use l10n-friendlier strings to describe dependencies. Closes: #390916Guillem Jover1-10/+33
2007-01-15Add a missing newline to a warning message in dpkg. Closes: #390914Guillem Jover1-1/+1
2007-01-11Do not bail out in dpkg when building without start-stop-daemon support,Guillem Jover1-1/+1
2006-08-08Add initial support for the Breaks field, by parsing but rejecting it.Guillem Jover3-2/+27
2006-06-17Set all svn:ignore.Guillem Jover1-0/+1
2006-06-04Fix dependency cycle breaking in the case when every link involvesGuillem Jover1-3/+2
2006-06-02Disambiguate error message about conflicting command line actions byGuillem Jover2-2/+4
2006-05-31Update the Section and Priority fields in the status file from theGuillem Jover1-1/+1
2006-05-30Print the bogus version and prefix the error message with 'dpkg: 'Guillem Jover1-2/+4
2006-05-19Don't drop directories that contain our conffiles too early fromFrank Lichtenheld3-1/+30
2006-05-19Update archtable to reflect current archive: Add amd64 and removeFrank Lichtenheld2-0/+6
2006-05-16Fix the --force-depends-version option. This closes #57104.Nicolas FRANCOIS1-1/+1
2006-05-16Flush the terminal's input before prompting the user.Nicolas FRANCOIS1-0/+5
2006-05-15Try harder to detect dependency cycles that contain ProvidesFrank Lichtenheld1-0/+1
2006-05-13Fix --ignore-depends argument value parsing. Closes: #169125Frank Lichtenheld1-3/+3
2006-05-02Split usage strings to make it easier for translators when those change.Guillem Jover2-54/+79
2006-04-29Fix a typo in an error message (unexecpted -> unexpected).Nicolas FRANCOIS1-1/+1
2006-04-21Fix strings so that they can be more easily translated. Closes: #134358Guillem Jover3-27/+40
2006-04-21 * src/main.c (printforhelp, setdebug, setforce): Quote each stringGuillem Jover1-54/+57
2006-04-10Fix typo in variable name. If hit, this could lead to aFrank Lichtenheld1-4/+4
2006-04-09Add new '--clear-selections' option to dpkg (Andrew Suffield).Guillem Jover3-1/+26