summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
Commit message (Expand)AuthorAgeFilesLines
* * merged with matts treeMichael Vogt2005-08-011-8/+8
* * merged/removed conflicts with apt--main--0Michael Vogt2005-06-261-2/+2
* * merged with my apt--fixes--0 branchMichael Vogt2005-05-231-0/+9
* Bring consistency to the use of capitals in programs messagesChristian Perrier2005-03-061-13/+13
* Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. C...Christian Perrier2005-01-201-1/+1
* Merge apt--authentication--0Matt Zimmerman2004-12-131-6/+60
* Merge from CVSMatt Zimmerman2004-11-131-2/+2
* s/Saftey/Safety/Arch Librarian2004-09-201-3/+3
* * Fix apt-get's suggests/recommends printing, which was...Arch Librarian2004-09-201-4/+4
* Clean up some indentation, etc. in the suggest/recommen...Arch Librarian2004-09-201-14/+19
* * Clearer error message in place of "...has no availabl...Arch Librarian2004-09-201-5/+4
* * Add colons to apt-get's "kept back"/"upgraded"/"downg...Arch Librarian2004-09-201-4/+4
* * Don't suggest apt-get -f install to correct broken bu...Arch Librarian2004-09-201-3/+2
* SyntaxArch Librarian2004-09-201-2/+2
* * Clean up and simplify some of the suggests/recommends...Arch Librarian2004-09-201-24/+10
* isatty test was backwardsArch Librarian2004-09-201-2/+2
* * Use isatty rather than ttyname for checking if stdin ...Arch Librarian2004-09-201-2/+2
* * Fix version display for recommends (Closes: #219900)Arch Librarian2004-09-201-2/+2
* * Let apt-get build-dep try alternatives if the install...Arch Librarian2004-09-201-1/+8
* * apt-get build-dep, when trying to skip over the remai...Arch Librarian2004-09-201-31/+89
* * s/removed/installed/ in a comment in apt-get.ccArch Librarian2004-09-201-2/+2
* * Add #include <langinfo.h> to cmdline/apt-get.cc. Thi...Arch Librarian2004-09-201-1/+2
* * Make APT::Get::Show-Upgraded (aka apt-get -u) default...Arch Librarian2004-09-201-2/+2
* * Change upgraded/newly installed/not fully installed o...Arch Librarian2004-09-201-3/+3
* Switch to using nl_langinfo(YESEXPR) for yes/no promptingArch Librarian2004-09-201-15/+26
* * Ensure that the comparison of the "yes" character in ...Arch Librarian2004-09-201-4/+4
* * Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian2004-09-201-1/+17
* * Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian2004-09-201-3/+3
* * Avoid segfault if a package name is specified which c...Arch Librarian2004-09-201-3/+3
* * Improve build-depends handling of virtual packages ev...Arch Librarian2004-09-201-3/+5
* * Skip version check if a build-dependency is provided ...Arch Librarian2004-09-201-13/+20
* * Silence the essential packages check if we are only d...Arch Librarian2004-09-201-2/+3
* Fix never-ending loop in apt-get install -V.Arch Librarian2004-09-201-2/+5
* Fix suggested and recommends showlist calls, to include...Arch Librarian2004-09-201-3/+6
* apt-get now prints out suggested and recommended packages.Arch Librarian2004-09-201-1/+64
* Add option to apt-get to show versions of packages beingArch Librarian2004-09-201-26/+70
* Remove trailing lines on package lists.Arch Librarian2004-09-201-1/+9
* Check candidate version when installing build-deps. Clo...Arch Librarian2004-09-201-5/+18
* fix some build-dep bugs; update changelogArch Librarian2004-09-201-40/+61
* Change wording of 'additional disk space usage' message.Arch Librarian2004-09-201-5/+5
* Remove 'Sorry' from messages.Arch Librarian2004-09-201-8/+8
* Print out a message when doing regexing, change regex c...Arch Librarian2004-09-201-3/+7
* 'apt-get update' no longer does 'Building Dependency Tree'.Arch Librarian2004-09-201-2/+9
* Allow an uninstalled package to be marked for removalArch Librarian2004-09-201-3/+9
* --print-uris works with update now. Closes: 57070Arch Librarian2004-09-201-2/+12
* Do not check for free space if --no-dowload is setArch Librarian2004-09-201-2/+3
* Use std C++ header names for includesArch Librarian2004-09-201-2/+2
* Spelling errors and other fixesArch Librarian2004-09-201-2/+2
* Added locale.h for LC_ALLArch Librarian2004-09-201-1/+2
* setup textdomain/etc for i18n stuffArch Librarian2004-09-201-4/+8