about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2014-01-06 Disable the tail call testEelco Dolstra1-0/+0
2013-12-31 Don't use any syntactic sugar for dynamic attrsShea Levy4-128/+68
2013-12-31 Fold dynamic binds handling into addAttrShea Levy3-55/+37
2013-12-31 Dynamic attrsShea Levy6-23/+256
2013-12-31 Add the ExprBuiltin Expr type to the ASTShea Levy6-9/+40
2013-12-30 nix-shell --pure: Don't clear IN_NIX_SHELLShea Levy1-1/+1
2013-12-20 Revert "Scan /proc/<pid>/cmdline for GC roots"Eelco Dolstra1-8/+4
2013-12-20 DohEelco Dolstra1-1/+1
2013-12-20 perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode.Petr Rockai1-0/+2
2013-12-20 nix-env --set-flag: Barf if a selector doesn't match any installed packageEelco Dolstra1-5/+13
2013-12-20 Scan /proc/<pid>/cmdline for GC rootsEelco Dolstra1-4/+8
2013-12-20 nix-shell: Don't warn about the lack of a GC rootEelco Dolstra2-1/+6
2013-12-20 nix-shell: Set $IN_NIX_SHELL before evaluationEelco Dolstra1-2/+2
2013-12-20 nix-shell: Handle --option correctlyEelco Dolstra2-3/+7
2013-12-18 Add support for building JARs from Java sourcesEelco Dolstra2-1/+39
2013-12-18 Add a function for doing recursive wildcard searchesEelco Dolstra1-0/+5
2013-12-17 nix-shell --pure: Keep $TERMEelco Dolstra1-1/+1
2013-12-17 Set default installation pathsEelco Dolstra1-7/+12
2013-12-16 make dryclean: Sort namesEelco Dolstra1-1/+1
2013-12-16 No longer interpret $(..._SOURCES) relative to $(..._DIR)Eelco Dolstra2-8/+18
2013-12-12 Don't include all *.dep filesEelco Dolstra1-2/+4
2013-12-12 Add 'make help'Eelco Dolstra1-0/+24
2013-12-12 Get rid of whitespace in $(d)Eelco Dolstra1-1/+1
2013-12-12 Handle *.cpp extensionEelco Dolstra1-0/+3
2013-12-12 Only provide 'make dist' if PACKAGE_NAME is setEelco Dolstra1-0/+4
2013-12-12 dryclean: Show what actual files would be deletedEelco Dolstra1-2/+2
2013-12-10 Initial commit (imported from the Nix repo)Eelco Dolstra9-0/+335
2013-12-10 Bump language version for new storePath featureShea Levy1-1/+1
2013-12-10 builtins.storePath: Try to substitute the path if it is not yet validShea Levy1-2/+2
2013-12-10 Garbage collector: Release locks on temporary root filesEelco Dolstra1-0/+1
2013-12-05 Print a trace message if a build fails due to the platform being unknownEelco Dolstra1-1/+4
2013-12-04 Add missing fileEelco Dolstra1-0/+29
2013-12-02 Install bsdiff and bspatch in $(libexecdir)/nixEelco Dolstra3-4/+4
2013-11-25 Add support for ‘make installcheck’Eelco Dolstra11-28/+52
2013-11-25 Add a Makefile for the Perl stuffEelco Dolstra6-7/+59
2013-11-25 Expand configure variables before writing config.statusEelco Dolstra2-3/+10
2013-11-25 Rename Makefile.new -> MakefileEelco Dolstra18-22/+20
2013-11-25 Add a Makefile for the scripts directoryEelco Dolstra7-11/+92
2013-11-25 Add a Makefile for bsdiffEelco Dolstra4-2/+18
2013-11-25 Let ‘make clean’ delete instantiated template filesEelco Dolstra1-0/+2
2013-11-25 Remove obsolete setting of $CC_FOR_BUILDEelco Dolstra1-10/+0
2013-11-25 Add config.guess, config.sub and install-shEelco Dolstra4-9/+3850
2013-11-25 Don't install LibtoolEelco Dolstra1-16/+0
2013-11-25 Don't instantiate Automake makefilesEelco Dolstra1-25/+1
2013-11-25 Use create-dir for installing dynamic librariesEelco Dolstra2-4/+5
2013-11-25 Add a function for instantiating Autoconf *.in filesEelco Dolstra3-4/+14
2013-11-25 Split Makefile.lib into several *.mk filesEelco Dolstra9-203/+243
2013-11-25 Add a rule for creating directoriesEelco Dolstra1-9/+19
2013-11-25 Add a generic rule for installing filesEelco Dolstra2-1/+16
2013-11-23 Install into $(libdir) instead of $(pkglibdir)Eelco Dolstra1-2/+2