aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/Makefile.am
AgeCommit message (Expand)Author
2009-03-06(no commit message)Eelco Dolstra
2008-07-01* Export the nix-env derivation name parsing and version comparisonEelco Dolstra
2007-01-14* Option --argstr for passing string arguments easily. (NIX-75)Eelco Dolstra
2006-09-04* Move setuid stuff to libutil.Eelco Dolstra
2006-09-04* Install header files in /nix/include/nix.Eelco Dolstra
2006-09-04* Compile the lexer as C++ code. Remove all the redundant C/C++Eelco Dolstra
2006-09-04* Use a proper namespace.Eelco Dolstra
2006-09-04* Store the Nix libraries in ${libdir}/nix instead of ${libdir}.Eelco Dolstra
2006-08-24* Refactoring.Eelco Dolstra
2006-07-26* Refactoring: get the selection path stuff out of getDerivations()Eelco Dolstra
2006-05-12* Support for srcdir != builddir (NIX-41).Eelco Dolstra
2006-02-08* Refactoring: move derivation evaluation to libexpr.Eelco Dolstra
2005-10-29* Turn off build hooks in nix-push because of an impurity (NIX-21).Eelco Dolstra
2005-07-22* Build dynamic libraries.Eelco Dolstra
2005-07-16* Revive and update the SDF grammar for Nix expressions.Eelco Dolstra
2005-01-27* Missing dependency; only a problem when building from Subversion.Eelco Dolstra
2004-10-29* Drop ATmake / ATMatcher also in handling store expressions.Eelco Dolstra
2004-10-27* Oops, I did it again.Eelco Dolstra
2004-10-27* Add file to `make dist'.Eelco Dolstra
2004-10-26* Don't use ATmake / ATmatch anymore, nor the ATMatcher class.Eelco Dolstra
2004-08-04* Allow primops with more that 1 arguments.Eelco Dolstra
2004-02-16* Allow linking against an external Berkeley DB / ATerm library.Eelco Dolstra
2004-01-30* Doh!Eelco Dolstra
2004-01-30* Parser numbers again.Eelco Dolstra
2004-01-30* Detect flex and bison; updated the manual.Eelco Dolstra
2004-01-30* Replaced the SDF parser by a substantially faster Bison/FlexEelco Dolstra
2003-11-25* More `make dist' fixes.Eelco Dolstra
2003-11-19* Refactoring (step 2).Eelco Dolstra
2003-11-19* Refactoring: put the Nix expression evaluator in its own library soEelco Dolstra