summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2004-09-20* Patch from Koblinger Egmont <egmont@uhulinux.hu> to fixArch Librarian1-2/+2
2004-09-20* Move comment for ListParser::ParseDepends into the ri...Arch Librarian1-6/+7
2004-09-20* Patch from Koblinger Egmont <egmont@uhulinux.hu> to f...Arch Librarian1-1/+13
2004-09-20Back out fix for now; not sure I want to bump the lib v...Arch Librarian1-6/+2
2004-09-20* Small bugfix to pkgRecords to prevent a segfault if t...Arch Librarian1-2/+6
2004-09-20* Correct the section in apt_preferences(5) on interpre...Arch Librarian1-3/+9
2004-09-20Mark the type abbrevation warning as translatableArch Librarian1-2/+2
2004-09-20* Only try to clear stdin if it is a tty, to avoid loop...Arch Librarian1-2/+2
2004-09-20* Give a warning if an illegal type abbreviation is use...Arch Librarian1-8/+12
2004-09-20- Clean up some string handling, patch from Peter LundkvistArch Librarian1-3/+3
2004-09-20- Don't fall off the end of the buffer when comparing v...Arch Librarian1-3/+3
2004-09-20Fix segfault when handling /etc/apt/preferences.Arch Librarian1-3/+7
2004-09-20Fix api breakage caused when attempting to support bloc...Arch Librarian2-40/+23
2004-09-20Fix status file parser so that if a record is larger th...Arch Librarian2-23/+40
2004-09-20APT::Immediate-Configure had inverted semantics(false m...Arch Librarian1-2/+2
2004-09-20When building the dpkg command line, allow for 8192 cha...Arch Librarian1-2/+2
2004-09-20Fix origin pins for file:// uris.Arch Librarian1-6/+4
2004-09-20Typo fixes.Arch Librarian2-5/+5
2004-09-20Add INTLLIBS to various parts, so netbsd-i386 works.Arch Librarian1-1/+1
2004-09-20Only set the text domain if APT_DOMAIN is defined(it's ...Arch Librarian1-1/+3
2004-09-20Add safe_snprintfArch Librarian2-4/+29
2004-09-20Use snprintf. Observed by Brian M. HuntArch Librarian1-2/+2
2004-09-20Report uris with '.gz' when there are errors.Arch Librarian1-2/+2
2004-09-20Double default value of APT::Cache-Limit, until such ti...Arch Librarian1-3/+3
2004-09-20Remove unused variablesArch Librarian1-4/+1
2004-09-20Remove \r escape sequence for the sake of gettextArch Librarian1-3/+3
2004-09-20G++ 3.2 fixesArch Librarian1-3/+3
2004-09-20Fix lame sort errors in priocmp found by GustavoArch Librarian1-6/+6
2004-09-20Tidy style for new dpkg version compare functionArch Librarian1-37/+37
2004-09-20Test for timegm in configure.Arch Librarian1-2/+8
2004-09-20New deb version compare function, that has no integer l...Arch Librarian1-47/+21
2004-09-20s/DOMAIN/APT_DOMAIN/, as /usr/include/math.h defines DO...Arch Librarian2-3/+3
2004-09-20Some more g++-3.2 fixes.Arch Librarian4-7/+9
2004-09-20Display both current version and new version in apt-get -s.Arch Librarian1-7/+12
2004-09-20Remove 'Sorry' from messages.Arch Librarian1-2/+2
2004-09-20Fix segfault in FindAny when /i is used, and there is n...Arch Librarian1-2/+2
2004-09-20_config->Dump is now inlined, and calls Dump(clog). Du...Arch Librarian2-5/+7
2004-09-20Fix some unlikely segfaultsArch Librarian3-7/+7
2004-09-20Gettext stuffArch Librarian2-3/+11
2004-09-20PD licenseArch Librarian3-4/+10
2004-09-20Don't die if lines in sources.list are too long. Closes...Arch Librarian1-2/+5
2004-09-20Fix nother end of file parsing bugArch Librarian1-3/+3
2004-09-20Gustavo Niemeyer stuff for RPM file dependsArch Librarian3-11/+99
2004-09-20Fix small memory leak in the sourcelistArch Librarian2-3/+23
2004-09-20Fix last fix, make sure we read something before giving upArch Librarian1-3/+3
2004-09-20'apt-get update' no longer does 'Building Dependency Tree'.Arch Librarian2-4/+15
2004-09-20Increase ReadMessages buffer. #111914Arch Librarian1-2/+2
2004-09-20Prevent protected packages from being DoUpgradedArch Librarian1-1/+3
2004-09-20Force file perms to 0644 for cache and lists.Arch Librarian2-11/+25
2004-09-20Make sure or group mode is always leftArch Librarian1-6/+11