about summary refs log tree commit diff
path: root/src/nix-instantiate/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2004-02-16 * Allow linking against an external Berkeley DB / ATerm library.Eelco Dolstra1-3/+2
2004-02-04 * Use a map to lookup primops.Eelco Dolstra1-1/+1
* 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 Dolstra1-1/+1
2003-12-01 * Help text for all (non-script) programs, so no more:Eelco Dolstra1-0/+5
$ nix-instantiate --help error: unknown flag `--help` Try `nix-instantiate --help' for more information. :-)
2003-11-19 * Refactoring (step 2).Eelco Dolstra1-0/+11
2003-11-19 * Refactoring: put the Nix expression evaluator in its own library soEelco Dolstra1-22/+0
that it can be used by multiple programs.
2003-11-19 * Use `sdftable -s' to get warnings about the grammar.Eelco Dolstra1-1/+1
* Several bug fixes in the grammar. * Allow one-line comments (#... and //...) to end in EOF.
2003-11-18 * "Fix expression" -> "Nix expression".Eelco Dolstra1-8/+4
* More refactoring.
2003-11-18 * nix -> nix-store, fix -> nix-instantiate.Eelco Dolstra1-0/+26