@philiptaron's lix workspace
Find a file
Eelco Dolstra f4c5531d92 * New language feature: domain checks, which check whether a function
argument has a valid value, i.e., is in a certain domain.  E.g.,

    { foo : [true false]
    , bar : ["a" "b" "c"]
    }: ...

  This previously could be done using assertions, but domain checks
  will allow the buildfarm to automatically extract the configuration
  space from functions.
2006-07-24 16:35:34 +00:00
blacklisting
corepkgs * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
doc * Call find-runtime-roots.pl from the garbage collector to prevent 2006-07-20 12:17:25 +00:00
externals * Apply the ATerm aliasing patch so that Nix works correctly with gcc 4.1.x. 2006-06-22 13:01:42 +00:00
make
misc * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
scripts * Don't try to do DNS lookups. 2006-07-21 12:28:25 +00:00
src * New language feature: domain checks, which check whether a function 2006-07-24 16:35:34 +00:00
tests * New language feature: domain checks, which check whether a function 2006-07-24 16:35:34 +00:00
aterm-gc.supp
AUTHORS
bootstrap.sh
ChangeLog
configure.ac * On Cygwin, set the system type to i686-cygwin, and disable dynamic 2006-05-31 11:50:14 +00:00
COPYING
INSTALL
Makefile.am * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
nix.conf.example * Allow the canonical system name to be specified at runtime in the 2006-07-06 15:30:37 +00:00
nix.spec.in
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/)