summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)AuthorFilesLines
2004-09-20* Add #include <langinfo.h> to cmdline/apt-get.cc. Thi...Arch Librarian1-1/+2
2004-09-20* Make APT::Get::Show-Upgraded (aka apt-get -u) default...Arch Librarian1-2/+2
2004-09-20* Change upgraded/newly installed/not fully installed o...Arch Librarian1-3/+3
2004-09-20Switch to using nl_langinfo(YESEXPR) for yes/no promptingArch Librarian1-15/+26
2004-09-20* Ensure that the comparison of the "yes" character in ...Arch Librarian1-4/+4
2004-09-20* Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian1-1/+17
2004-09-20* Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian1-3/+3
2004-09-20* Avoid segfault if a package name is specified which c...Arch Librarian1-3/+3
2004-09-20* Write records from "apt-cache show" using fwrite(3) r...Arch Librarian1-2/+2
2004-09-20* Patch from Otavio Salvador to exit successfully after...Arch Librarian1-1/+4
2004-09-20* Support TMPDIR in apt-extracttemplates (Closes: #191656)Arch Librarian1-2/+10
2004-09-20* Improve build-depends handling of virtual packages ev...Arch Librarian1-3/+5
2004-09-20* Have apt-cache show exit with an error if it cannot f...Arch Librarian1-2/+9
2004-09-20* Skip version check if a build-dependency is provided ...Arch Librarian1-13/+20
2004-09-20* Silence the essential packages check if we are only d...Arch Librarian1-2/+3
2004-09-20Fix never-ending loop in apt-get install -V.Arch Librarian1-2/+5
2004-09-20Typo (file1 and file2)Arch Librarian1-2/+2
2004-09-20Fix suggested and recommends showlist calls, to include...Arch Librarian1-3/+6
2004-09-20Add a rdepends command to apt-cache.Arch Librarian1-13/+113
2004-09-20Insert some newlines in the cdrom change media message.Arch Librarian1-3/+4
2004-09-20apt-get now prints out suggested and recommended packages.Arch Librarian1-1/+64
2004-09-20Add option to apt-get to show versions of packages beingArch Librarian1-26/+70
2004-09-20Add a vcg command to apt-cache, similiar to dotty.Arch Librarian1-1/+222
2004-09-20Change frozen to testing everywhere.Arch Librarian1-3/+3
2004-09-20Remove trailing lines on package lists.Arch Librarian1-1/+9
2004-09-20Typo fixes.Arch Librarian1-2/+2
2004-09-20Fix segfault on really wide screens, #176052Arch Librarian2-4/+4
2004-09-20Check candidate version when installing build-deps. Clo...Arch Librarian1-5/+18
2004-09-20fix some build-dep bugs; update changelogArch Librarian1-40/+61
2004-09-20G++ 3.2 fixesArch Librarian4-4/+11
2004-09-20Fix typo, and convert file.Package to const char.Arch Librarian1-3/+3
2004-09-20Add -n synonym for --names-only for apt-cache.Arch Librarian1-2/+2
2004-09-20apt-extracttemplates now prepends the package name when...Arch Librarian1-5/+5
2004-09-20Change wording of 'additional disk space usage' message.Arch Librarian1-5/+5
2004-09-20Remove 'Sorry' from messages.Arch Librarian1-8/+8
2004-09-20_config->Dump is now inlined, and calls Dump(clog). Du...Arch Librarian1-2/+2
2004-09-20Don't segfault if the cache can't be made.Arch Librarian1-3/+8
2004-09-20Print out a message when doing regexing, change regex c...Arch Librarian1-3/+7
2004-09-20'apt-get update' no longer does 'Building Dependency Tree'.Arch Librarian1-2/+9
2004-09-20Allow an uninstalled package to be marked for removalArch Librarian1-3/+9
2004-09-20--print-uris works with update now. Closes: 57070Arch Librarian1-2/+12
2004-09-20Do not check for free space if --no-dowload is setArch Librarian1-2/+3
2004-09-20Use std C++ header names for includesArch Librarian3-6/+6
2004-09-20Spelling errors and other fixesArch Librarian2-3/+5
2004-09-20commented out a stray debugging line that will break debconfArch Librarian1-2/+2
2004-09-20Added locale.h for LC_ALLArch Librarian6-7/+13
2004-09-20setup textdomain/etc for i18n stuffArch Librarian6-14/+38
2004-09-20Fixed a possible segfaultArch Librarian1-2/+2
2004-09-20Fixed possible segv if there are no packagesArch Librarian1-4/+5
2004-09-20apt-pkg/init.ccArch Librarian1-1/+17