guix/src
Eelco Dolstra b87b9c0d1f * New query option: `--compare-versions' or `-c' to compare installed
versions to available versions, or vice versa.

  For example, the following compares installed versions to available
  versions:

    $ nix-env -qc
    autoconf-2.59            = 2.59
    automake-1.9.4           < 1.9.6
    f-spot-0.0.10            - ?
    firefox-1.0.4            < 1.0.7
    ...

  I.e., there are newer versions available (in the current default Nix
  expression) for Automake and Firefox, but not for Autoconf, and
  F-Spot is missing altogether.

  Conversely, the available versions can be compared to the installed
  versions:

    $ nix-env -qac
    autoconf-2.59                  = 2.59
    automake-1.9.6                 > 1.9.4
    bash-3.0                       - ?
    firefox-1.0.7                  > 1.0.4
    ...

  Note that bash is available but no version of it is installed.

  If multiple versions are available for comparison, then the highest
  is used.  E.g., if Subversion 1.2.0 is installed, and Subversion
  1.1.4 and 1.2.3 are available, then `nix-env -qc' will print `<
  1.2.3', not `> 1.1.4'.

  If higher versions are available, the version column is printed in
  red (using ANSI escape codes).
2005-10-06 14:44:54 +00:00
..
bin2c * "Fix expression" -> "Nix expression". 2003-11-18 12:06:07 +00:00
boost * Build dynamic libraries. 2005-07-22 14:52:45 +00:00
bsdiff-4.2 * Integrated bsdiff/bspatch 4.2 (from 2004-12-29 22:08:48 +00:00
libexpr * List concatenation must be right-associative for efficiency. 2005-09-14 11:41:59 +00:00
libmain * Build dynamic libraries. 2005-07-22 14:52:45 +00:00
libstore * Lets not go wild with templates. 2005-09-22 17:23:43 +00:00
libutil * Parse multi-valued options. 2005-09-22 15:43:22 +00:00
nix-env * New query option: `--compare-versions' or `-c' to compare installed 2005-10-06 14:44:54 +00:00
nix-hash * nix-hash: option `--truncate' to truncate the hash to 160 bits. Hmm, 2005-08-14 10:09:56 +00:00
nix-instantiate * Build dynamic libraries. 2005-07-22 14:52:45 +00:00
nix-log2xml * log2xml -> nix-log2xml. 2005-10-05 09:42:13 +00:00
nix-store * Build dynamic libraries. 2005-07-22 14:52:45 +00:00
Makefile.am * log2xml -> nix-log2xml. 2005-10-05 09:42:13 +00:00
aterm-helper.pl * Automatically upgrade <= 0.7 Nix stores to the new schema (so that 2005-02-09 09:50:29 +00:00