Find a file
Eelco Dolstra 8a1ab709a4 * New builtin functions builtins.{hasAttr, getAttr} to check for
attribute existence and to return an attribute from an attribute
  set, respectively.  Example: `hasAttr "foo" {foo = 1;}'.  They
  differ from the `?' and `.' operators in that the attribute name is
  an arbitrary expression.  (NIX-61)
2006-09-22 14:31:55 +00:00
blacklisting
corepkgs * Revert unintentional commit. 2006-08-22 13:18:51 +00:00
doc * "Too many links" error. 2006-09-12 09:29:28 +00:00
externals * Supply the 64-bit ATerm patch, but don't apply it (since that 2006-09-22 12:07:41 +00:00
make
misc * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
scripts * `nix-install-package --url': install from a URL (NIX-12). 2006-09-21 18:54:08 +00:00
src * New builtin functions builtins.{hasAttr, getAttr} to check for 2006-09-22 14:31:55 +00:00
tests * New builtin functions builtins.{hasAttr, getAttr} to check for 2006-09-22 14:31:55 +00:00
aterm-gc.supp
AUTHORS
bootstrap.sh
ChangeLog
configure.ac * Build with -D_FILE_OFFSET_BITS=64 to support files >= 2^31 bytes 2006-09-22 11:13:12 +00:00
COPYING
INSTALL
Makefile.am * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
nix.conf.example * New configuration setting `build-max-jobs' which sets the default 2006-08-10 20:19:13 +00:00
nix.spec.in * Package the include directory. 2006-09-05 11:34:50 +00:00
README
substitute.mk * Purify `make check'. 2006-07-21 13:21:43 +00:00

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/)