Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-22 | * Make building against the Boehm GC a configure option. | Eelco Dolstra | |
2010-10-20 | * Use the Boehm garbage collector to reclaim unused memory in the Nix | Eelco Dolstra | |
expression evaluator. | |||
2010-04-19 | * Drop the dependency on the ATerm library. | Eelco Dolstra | |
2009-11-06 | * Remove support for old (before Nix 0.12pre12020) databases. | Eelco Dolstra | |
2009-10-08 | Added optional parameter which adds -lnsl -lsocket to make the Nix package ↵ | Sander van der Burg | |
manager work on OpenSolaris | |||
2006-12-07 | * Doh! | Eelco Dolstra | |
2006-12-07 | * Rename all those main.cc files. | Eelco Dolstra | |
2006-05-12 | * Support for srcdir != builddir (NIX-41). | Eelco Dolstra | |
2005-07-22 | * Build dynamic libraries. | Eelco Dolstra | |
2004-02-16 | * Allow linking against an external Berkeley DB / ATerm library. | Eelco Dolstra | |
2004-02-04 | * Use a map to lookup primops. | Eelco Dolstra | |
* Various performance improvements in the evaluator. * Do not link against unused (and missing!) libraries (-lsglr, etc.). | |||
2003-12-02 | * Add missing files to `make dist'. | Eelco Dolstra | |
2003-12-01 | * Help text for all (non-script) programs, so no more: | Eelco Dolstra | |
$ nix-instantiate --help error: unknown flag `--help` Try `nix-instantiate --help' for more information. :-) | |||
2003-11-19 | * Refactoring (step 2). | Eelco Dolstra | |
2003-11-19 | * Refactoring: put the Nix expression evaluator in its own library so | Eelco Dolstra | |
that it can be used by multiple programs. | |||
2003-11-19 | * Use `sdftable -s' to get warnings about the grammar. | Eelco Dolstra | |
* Several bug fixes in the grammar. * Allow one-line comments (#... and //...) to end in EOF. | |||
2003-11-18 | * "Fix expression" -> "Nix expression". | Eelco Dolstra | |
* More refactoring. | |||
2003-11-18 | * nix -> nix-store, fix -> nix-instantiate. | Eelco Dolstra | |