nix-super/src/libexpr
Eelco Dolstra 0e6dc72a7a * Applied rbroek's patch from the branch at
https://svn.cs.uu.nl:12443/repos/trace/buildfarm-control/trunk/ext/nix/,
  with some modifications.  This allows `nix-env -qa' to show the
  attribute path that can be used to unambiguously install a package
  using `nix-env -i -A'.  Example:

    $ nix-env -f top-level/all-packages.nix -qaA subversion xorg-server
    subversionWithJava  subversion-1.2.3
    subversion          subversion-1.3.2
    subversion14        subversion-1.4.0pre-rc1
    xorg.xorgserver     xorg-server-1.1.0
2006-07-25 16:40:38 +00:00
..
eval.cc * When there is a domain check, we have to evaluate the argument. 2006-07-24 16:49:28 +00:00
eval.hh * Better error messages (especially wrt types). 2006-07-19 15:36:15 +00:00
get-drvs.cc * Applied rbroek's patch from the branch at 2006-07-25 16:40:38 +00:00
get-drvs.hh * Applied rbroek's patch from the branch at 2006-07-25 16:40:38 +00:00
lexer.l * Disallow unescaped $ in string literals. 2006-05-01 15:29:46 +00:00
Makefile.am * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
nix.sdf * Hm. 2006-03-23 16:37:49 +00:00
nixexpr-ast.def * Refactoring to support domain checks. 2006-07-24 15:16:03 +00:00
nixexpr.cc * New language feature: domain checks, which check whether a function 2006-07-24 16:35:34 +00:00
nixexpr.hh * Refactoring to support domain checks. 2006-07-24 15:16:03 +00:00
parser.cc * Refactoring to support domain checks. 2006-07-24 15:16:03 +00:00
parser.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
parser.y * New language feature: domain checks, which check whether a function 2006-07-24 16:35:34 +00:00
primops.cc * Better error messages (especially wrt types). 2006-07-19 15:36:15 +00:00