Go to file
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
blacklisting * This is a better location to keep the blacklist, since it can evolve 2005-03-24 14:07:02 +00:00
corepkgs * Adhockery. 2005-07-22 20:37:39 +00:00
doc * Use "source" instead of ".". 2005-09-28 09:00:07 +00:00
externals * Use a statically linked ATerm library and build it at -O1, since 2005-09-18 20:27:02 +00:00
make * `dependencyClosure' now allows a search path, e.g., 2005-08-14 14:00:39 +00:00
misc * A flag `--keep-going / -k' to keep building goals if one fails, as 2004-06-25 15:36:09 +00:00
scripts * Remove other uses of IPC::Open2. 2005-09-21 17:14:52 +00:00
src * New query option: `--compare-versions' or `-c' to compare installed 2005-10-06 14:44:54 +00:00
tests * Remove debugging code. 2005-09-13 15:54:36 +00:00
AUTHORS * Put something in here. 2004-11-07 20:30:02 +00:00
COPYING * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
ChangeLog * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
Makefile.am * Update NEWS in the root directory properly. 2005-10-05 13:01:45 +00:00
README * Add SHA-256. 2005-01-14 12:03:04 +00:00
bootstrap.sh * Build dynamic libraries. 2005-07-22 14:52:45 +00:00
configure.ac * log2xml -> nix-log2xml. 2005-10-05 09:42:13 +00:00
nix.conf.example * Parse multi-valued options. 2005-09-22 15:43:22 +00:00
nix.spec.in * Add $prefix/lib to the RPM. 2005-07-25 10:10:24 +00:00
substitute.mk * Purify all corepkgs builders. 2005-03-15 12:03:15 +00:00

README

For installation and usage instructions, please read the manual, which
can be found in `docs/manual/manual.html', and additionally at the Nix
website at <http://www.cs.uu.nl/groups/ST/Trace/Nix>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/)