]> git.saurik.com Git - apt.git/history - cmdline
s/bug/reportbug/
[apt.git] / cmdline /
2004-09-20  Arch Librarians/Saftey/Safety/
2004-09-20  Arch Librarian* Fix apt-get's suggests/recommends printing, which...
2004-09-20  Arch LibrarianClean up some indentation, etc. in the suggest/recommen...
2004-09-20  Arch Librarian* Clearer error message in place of "...has no availabl...
2004-09-20  Arch Librarian* Add colons to apt-get's "kept back"/"upgraded"/"downg...
2004-09-20  Arch LibrarianDon't use the Archive name in madison; it won't be...
2004-09-20  Arch Librarian* Add an "apt-cache madison" command with an output...
2004-09-20  Arch Librarian* Don't suggest apt-get -f install to correct broken...
2004-09-20  Arch LibrarianSyntax
2004-09-20  Arch Librarian* Clean up and simplify some of the suggests/recommends...
2004-09-20  Arch Librarianisatty test was backwards
2004-09-20  Arch Librarian* Correctly implement -n as a synonym for --names-only ...
2004-09-20  Arch Librarian* Use isatty rather than ttyname for checking if stdin ...
2004-09-20  Arch Librarian* Fix version display for recommends (Closes: #219900)
2004-09-20  Arch Librarian* Let apt-get build-dep try alternatives if the install...
2004-09-20  Arch Librarian* apt-get build-dep, when trying to skip over the remai...
2004-09-20  Arch Librarian* s/removed/installed/ in a comment in apt-get.cc
2004-09-20  Arch Librarian* Exclude subdirectories named 'debian-installer' from ...
2004-09-20  Arch Librarian* Add #include <langinfo.h> to cmdline/apt-get.cc....
2004-09-20  Arch Librarian* Make APT::Get::Show-Upgraded (aka apt-get -u) default...
2004-09-20  Arch Librarian* Change upgraded/newly installed/not fully installed...
2004-09-20  Arch LibrarianSwitch to using nl_langinfo(YESEXPR) for yes/no prompting
2004-09-20  Arch Librarian* Ensure that the comparison of the "yes" character...
2004-09-20  Arch Librarian* Patch from Otavio Salvador to avoid listing suggests/...
2004-09-20  Arch Librarian* Patch from Otavio Salvador to avoid listing suggests/...
2004-09-20  Arch Librarian* Avoid segfault if a package name is specified which...
2004-09-20  Arch Librarian* Write records from "apt-cache show" using fwrite...
2004-09-20  Arch Librarian* Patch from Otavio Salvador to exit successfully after...
2004-09-20  Arch Librarian* Support TMPDIR in apt-extracttemplates (Closes: ...
2004-09-20  Arch Librarian* Improve build-depends handling of virtual packages...
2004-09-20  Arch Librarian* Have apt-cache show exit with an error if it cannot...
2004-09-20  Arch Librarian* Skip version check if a build-dependency is provided ...
2004-09-20  Arch Librarian* Silence the essential packages check if we are only...
2004-09-20  Arch LibrarianFix never-ending loop in apt-get install -V.
2004-09-20  Arch LibrarianTypo (file1 and file2)
2004-09-20  Arch LibrarianFix suggested and recommends showlist calls, to include...
2004-09-20  Arch LibrarianAdd a rdepends command to apt-cache.
2004-09-20  Arch LibrarianInsert some newlines in the cdrom change media message.
2004-09-20  Arch Librarianapt-get now prints out suggested and recommended packages.
2004-09-20  Arch LibrarianAdd option to apt-get to show versions of packages...
2004-09-20  Arch LibrarianAdd a vcg command to apt-cache, similiar to dotty.
2004-09-20  Arch LibrarianChange frozen to testing everywhere.
2004-09-20  Arch LibrarianRemove trailing lines on package lists.
2004-09-20  Arch LibrarianTypo fixes.
2004-09-20  Arch LibrarianFix segfault on really wide screens, #176052
2004-09-20  Arch LibrarianCheck candidate version when installing build-deps...
2004-09-20  Arch Librarianfix some build-dep bugs; update changelog
2004-09-20  Arch LibrarianG++ 3.2 fixes
2004-09-20  Arch LibrarianFix typo, and convert file.Package to const char.
2004-09-20  Arch LibrarianAdd -n synonym for --names-only for apt-cache.
2004-09-20  Arch Librarianapt-extracttemplates now prepends the package name...
2004-09-20  Arch LibrarianChange wording of 'additional disk space usage' message.
2004-09-20  Arch LibrarianRemove 'Sorry' from messages.
2004-09-20  Arch Librarian_config->Dump is now inlined, and calls Dump(clog)...
2004-09-20  Arch LibrarianDon't segfault if the cache can't be made.
2004-09-20  Arch LibrarianPrint out a message when doing regexing, change regex...
2004-09-20  Arch Librarian'apt-get update' no longer does 'Building Dependency...
2004-09-20  Arch LibrarianAllow an uninstalled package to be marked for removal
2004-09-20  Arch Librarian--print-uris works with update now. Closes: 57070
2004-09-20  Arch LibrarianDo not check for free space if --no-dowload is set
2004-09-20  Arch LibrarianUse std C++ header names for includes
2004-09-20  Arch LibrarianSpelling errors and other fixes
2004-09-20  Arch Librariancommented out a stray debugging line that will break...
2004-09-20  Arch LibrarianAdded locale.h for LC_ALL
2004-09-20  Arch Librariansetup textdomain/etc for i18n stuff
2004-09-20  Arch LibrarianFixed a possible segfault
2004-09-20  Arch LibrarianFixed possible segv if there are no packages
2004-09-20  Arch Librarianapt-pkg/init.cc
2004-09-20  Arch LibrarianAdd --arch-only option for apt-get build-dep only only ...
2004-09-20  Arch LibrarianIgnore build-conflicts if package is unknown (Closes...
2004-09-20  Arch LibrarianSpeling
2004-09-20  Arch LibrarianFix bug #97364
2004-09-20  Arch Librarianapt-cache search searchs provide names too now. Closes:...
2004-09-20  Arch LibrarianChanges for the now printing of showbroken
2004-09-20  Arch LibrarianVarious bug fixes
2004-09-20  Arch LibrarianStrip Config-Version when copying status to available...
2004-09-20  Arch LibrarianFixed more (null) printouts
2004-09-20  Arch LibrarianG++3 fixes from Randolph
2004-09-20  Arch LibrarianUpdated help blurb
2004-09-20  Arch LibrarianFliped comparision operator. Closes: #94618
2004-09-20  Arch Librarian'apt-cache policy' preferences debug tool.
2004-09-20  Arch LibrarianAdd missing \n
2004-09-20  Arch LibrarianFix for display bug. Closes: #92033
2004-09-20  Arch LibrarianCore correctness patches
2004-09-20  Arch LibrarianDoc update
2004-09-20  Arch LibrarianDans segfault
2004-09-20  Arch Librarianbump the soname up one (to 3.1.2)
2004-09-20  Arch Librarianfixed typo in fileutl.cc (damn you, studly caps...)
2004-09-20  Arch LibrarianExtract Templates adjustments
2004-09-20  Arch LibrarianFixed build-dep handling for virtual packages (closes...
2004-09-20  Arch Librarianmore cleanups
2004-09-20  Arch Librarianapt-extracttemplates cleanup
2004-09-20  Arch Librarianapt-extracttemplates stuff from debconf
2004-09-20  Arch LibrarianTwo small bug fixes
2004-09-20  Arch Librarian0.5.0 readyness
2004-09-20  Arch LibrarianJoin with aliencode
2004-09-20  Arch LibrarianBug fixes
2004-09-20  Arch LibrarianUpdated help text
2004-09-20  Arch LibrarianMade autoclean respect 'q' settings. Closes: #63023
2004-09-20  Arch Librarianlittle reminder
next