summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Collapse)Author
2004-09-20* Add #include <langinfo.h> to cmdline/apt-get.cc. Thi...Arch Librarian
Author: mdz Date: 2003-09-10 19:28:55 GMT * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets pulled in by something else with recent g++ and/or glibc, but is required when building on, e.g., stable
2004-09-20* Make APT::Get::Show-Upgraded (aka apt-get -u) default...Arch Librarian
Author: mdz Date: 2003-08-22 02:46:09 GMT * Make APT::Get::Show-Upgraded (aka apt-get -u) default to true.
2004-09-20* Change upgraded/newly installed/not fully installed o...Arch Librarian
Author: mdz Date: 2003-08-22 01:51:01 GMT * Change upgraded/newly installed/not fully installed or removed messages to be consistent and somewhat shorter (some translations exceeded 80 characters even in the simplest case)
2004-09-20Switch to using nl_langinfo(YESEXPR) for yes/no promptingArch Librarian
Author: mdz Date: 2003-08-09 03:07:03 GMT Switch to using nl_langinfo(YESEXPR) for yes/no prompting
2004-09-20* Ensure that the comparison of the "yes" character in ...Arch Librarian
Author: mdz Date: 2003-08-09 00:26:29 GMT * Ensure that the comparison of the "yes" character in YnPrompt is done with unsigned values, so that 8-bit characters work correctly. This should probably all use nl_langinfo(YESEXPR) at some point instead. (Closes: #200953) * Pass the translated character through toupper(3), so that it doesn't really matter anymore whether the translated string is uppercase
2004-09-20* Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian
Author: mdz Date: 2003-08-08 23:48:48 GMT * Patch from Otavio Salvador to avoid listing suggests/recommends which are Provided by a package which is already installed (Closes: #200395)
2004-09-20* Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian
Author: mdz Date: 2003-08-08 23:45:00 GMT * Patch from Otavio Salvador to avoid listing suggests/recommends for packages which are selected for installation at the same time as the package which suggests/recommends them (Closes: #200102)
2004-09-20* Avoid segfault if a package name is specified which c...Arch Librarian
Author: mdz Date: 2003-08-07 20:51:50 GMT * Avoid segfault if a package name is specified which consists entirely of characters which look like end tags ('+', '-') (Closes: #200425)
2004-09-20* Write records from "apt-cache show" using fwrite(3) r...Arch Librarian
Author: mdz Date: 2003-08-02 19:53:23 GMT * Write records from "apt-cache show" using fwrite(3) rather than write(2), in case for some reason the entire record doesn't get written by a single write(2)
2004-09-20* Patch from Otavio Salvador to exit successfully after...Arch Librarian
Author: mdz Date: 2003-08-01 20:27:13 GMT * Patch from Otavio Salvador to exit successfully after --version (Closes: #203418)
2004-09-20* Support TMPDIR in apt-extracttemplates (Closes: #191656)Arch Librarian
Author: mdz Date: 2003-07-26 00:00:11 GMT * Support TMPDIR in apt-extracttemplates (Closes: #191656)
2004-09-20* Improve build-depends handling of virtual packages ev...Arch Librarian
Author: mdz Date: 2003-07-25 22:03:49 GMT * Improve build-depends handling of virtual packages even further, so that it will now also try to satisfy build-depends on virtual packages if they are not installed. Note that this only works if there is only one package providing the virtual package, as in other cases (Closes: #165404)
2004-09-20* Have apt-cache show exit with an error if it cannot f...Arch Librarian
Author: mdz Date: 2003-07-22 03:10:01 GMT * Have apt-cache show exit with an error if it cannot find any of the specified packages (Closes: #101490)
2004-09-20* Skip version check if a build-dependency is provided ...Arch Librarian
Author: mdz Date: 2003-07-22 03:00:19 GMT * Skip version check if a build-dependency is provided by an installed package (Closes: #126938)
2004-09-20* Silence the essential packages check if we are only d...Arch Librarian
Author: mdz Date: 2003-07-22 01:49:26 GMT * Silence the essential packages check if we are only downloading archives and not changing the system (Closes: #190862)
2004-09-20Fix never-ending loop in apt-get install -V.Arch Librarian
Author: doogie Date: 2003-05-19 17:30:12 GMT Fix never-ending loop in apt-get install -V.
2004-09-20Typo (file1 and file2)Arch Librarian
Author: piefel Date: 2003-05-15 09:39:38 GMT Typo (file1 and file2)
2004-09-20Fix suggested and recommends showlist calls, to include...Arch Librarian
Author: doogie Date: 2003-04-27 05:59:33 GMT Fix suggested and recommends showlist calls, to include the versions.
2004-09-20Add a rdepends command to apt-cache.Arch Librarian
Author: doogie Date: 2003-04-27 02:47:44 GMT Add a rdepends command to apt-cache.
2004-09-20Insert some newlines in the cdrom change media message.Arch Librarian
Author: doogie Date: 2003-04-27 01:56:48 GMT Insert some newlines in the cdrom change media message.
2004-09-20apt-get now prints out suggested and recommended packages.Arch Librarian
Author: doogie Date: 2003-04-27 01:47:10 GMT apt-get now prints out suggested and recommended packages.
2004-09-20Add option to apt-get to show versions of packages beingArch Librarian
Author: doogie Date: 2003-04-27 01:36:14 GMT Add option to apt-get to show versions of packages being upgraded/installed.
2004-09-20Add a vcg command to apt-cache, similiar to dotty.Arch Librarian
Author: doogie Date: 2003-04-27 01:32:48 GMT Add a vcg command to apt-cache, similiar to dotty.
2004-09-20Change frozen to testing everywhere.Arch Librarian
Author: doogie Date: 2003-04-26 23:26:13 GMT Change frozen to testing everywhere.
2004-09-20Remove trailing lines on package lists.Arch Librarian
Author: doogie Date: 2003-02-12 16:14:08 GMT Remove trailing lines on package lists.
2004-09-20Typo fixes.Arch Librarian
Author: doogie Date: 2003-02-10 01:40:58 GMT Typo fixes.
2004-09-20Fix segfault on really wide screens, #176052Arch Librarian
Author: jgg Date: 2003-02-02 22:24:11 GMT Fix segfault on really wide screens, #176052
2004-09-20Check candidate version when installing build-deps. Clo...Arch Librarian
Author: tausq Date: 2003-02-02 03:30:52 GMT Check candidate version when installing build-deps. Closes: #178121
2004-09-20fix some build-dep bugs; update changelogArch Librarian
Author: tausq Date: 2003-02-01 20:18:46 GMT fix some build-dep bugs; update changelog
2004-09-20G++ 3.2 fixesArch Librarian
Author: jgg Date: 2003-01-11 07:18:44 GMT G++ 3.2 fixes
2004-09-20Fix typo, and convert file.Package to const char.Arch Librarian
Author: doogie Date: 2002-11-09 23:08:08 GMT Fix typo, and convert file.Package to const char.
2004-09-20Add -n synonym for --names-only for apt-cache.Arch Librarian
Author: doogie Date: 2002-11-09 22:47:19 GMT Add -n synonym for --names-only for apt-cache.
2004-09-20apt-extracttemplates now prepends the package name when...Arch Librarian
Author: doogie Date: 2002-11-09 22:41:55 GMT apt-extracttemplates now prepends the package name when extracting files.
2004-09-20Change wording of 'additional disk space usage' message.Arch Librarian
Author: doogie Date: 2002-11-09 20:50:30 GMT Change wording of 'additional disk space usage' message.
2004-09-20Remove 'Sorry' from messages.Arch Librarian
Author: doogie Date: 2002-11-09 20:38:02 GMT Remove 'Sorry' from messages.
2004-09-20_config->Dump is now inlined, and calls Dump(clog). Du...Arch Librarian
Author: doogie Date: 2002-11-09 17:11:25 GMT _config->Dump is now inlined, and calls Dump(clog). Dump(ostream&) is now exported. Fixed apt-config dump sending to stderr.
2004-09-20Don't segfault if the cache can't be made.Arch Librarian
Author: jgg Date: 2002-09-21 21:29:13 GMT Don't segfault if the cache can't be made. Show the filename for all error messages that are due to opening .debs #151835
2004-09-20Print out a message when doing regexing, change regex c...Arch Librarian
Author: jgg Date: 2002-07-08 04:09:52 GMT Print out a message when doing regexing, change regex charset.
2004-09-20'apt-get update' no longer does 'Building Dependency Tree'.Arch Librarian
Author: jgg Date: 2002-04-27 04:28:04 GMT 'apt-get update' no longer does 'Building Dependency Tree'.
2004-09-20Allow an uninstalled package to be marked for removalArch Librarian
Author: jgg Date: 2002-04-26 05:36:43 GMT Allow an uninstalled package to be marked for removal
2004-09-20--print-uris works with update now. Closes: 57070Arch Librarian
Author: jgg Date: 2002-04-02 07:16:24 GMT --print-uris works with update now. Closes: 57070
2004-09-20Do not check for free space if --no-dowload is setArch Librarian
Author: jgg Date: 2002-03-27 05:26:24 GMT Do not check for free space if --no-dowload is set
2004-09-20Use std C++ header names for includesArch Librarian
Author: jgg Date: 2002-03-26 07:38:57 GMT Use std C++ header names for includes
2004-09-20Spelling errors and other fixesArch Librarian
Author: jgg Date: 2002-03-20 05:51:52 GMT Spelling errors and other fixes
2004-09-20commented out a stray debugging line that will break debconfArch Librarian
Author: tausq Date: 2002-02-25 03:52:58 GMT commented out a stray debugging line that will break debconf
2004-09-20Added locale.h for LC_ALLArch Librarian
Author: jgg Date: 2002-02-15 03:40:00 GMT Added locale.h for LC_ALL
2004-09-20setup textdomain/etc for i18n stuffArch Librarian
Author: jgg Date: 2002-01-09 04:59:44 GMT setup textdomain/etc for i18n stuff
2004-09-20Fixed a possible segfaultArch Librarian
Author: jgg Date: 2001-12-26 06:47:37 GMT Fixed a possible segfault
2004-09-20Fixed possible segv if there are no packagesArch Librarian
Author: jgg Date: 2001-12-07 05:57:43 GMT Fixed possible segv if there are no packages
2004-09-20apt-pkg/init.ccArch Librarian
Author: tausq Date: 2001-12-05 07:22:39 GMT apt-pkg/init.cc APT::Build-Essential default value cmdline/apt-get.cc Also install APT::Build-Essential packages when apt-get build-dep is invoked debian/changelog Updated changelog doc/examples/configure-index doc/apt.conf.5.sgml Document APT::Build-Essential