about summary refs log tree commit diff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-25 Rename Makefile.new -> MakefileEelco Dolstra12-0/+0
2013-11-25 Add a Makefile for bsdiffEelco Dolstra1-0/+13
2013-11-23 Use libnix as a prefix for all Nix librariesEelco Dolstra5-0/+10
2013-11-23 Add Makefile for nix-log2xmlEelco Dolstra1-0/+5
2013-11-24 Disallow undefined symbols in dynamic libraries by defaultEelco Dolstra1-0/+2
2013-11-23 Drop the dependency on libgc in libmainEelco Dolstra4-22/+22
2013-11-23 Initialise Boehm GC only onceEelco Dolstra1-2/+2
2013-11-23 Allow (dynamic) libraries to depend on other librariesEelco Dolstra4-1/+7
2013-11-23 Implement basic ‘make install’Eelco Dolstra1-0/+1
2013-11-23 Improve building dynamic librariesEelco Dolstra1-1/+1
2013-11-22 Support building dynamic librariesEelco Dolstra3-3/+5
2013-11-22 Fix building without Boehm GCEelco Dolstra1-1/+1
2013-11-22 Drop the dependency on AutomakeEelco Dolstra3-3/+5
2013-11-22 Rename $(here) to $(d) for brevity, and remove trailing slashEelco Dolstra10-17/+18
2013-11-22 Add ‘make dist’ supportEelco Dolstra1-1/+1
2013-11-22 Add missing #includeEelco Dolstra1-1/+1
2013-11-22 Generate the parser and the lexerEelco Dolstra1-1/+5
2013-11-22 New non-recursive, plain Make-based build systemEelco Dolstra10-0/+86
2013-11-22 Include <cstring> for memsetEelco Dolstra1-0/+1
2013-11-19 Check meta values and warn about bad onesEelco Dolstra4-26/+54
2013-11-19 Generalise meta attributesEelco Dolstra5-204/+204
2013-11-19 Shorter error messageEelco Dolstra1-2/+1
2013-11-19 Drop support for user environment manifests in ATerm formatEelco Dolstra1-112/+1
2013-11-19 nix-env -q: Add a --json flagEelco Dolstra1-8/+45
2013-11-19 Refactor JSON outputEelco Dolstra2-13/+56
2013-11-19 Add a toJSON primopEelco Dolstra6-24/+150
2013-11-18 Add a primop unsafeGetAttrPos to return the position of an attributeEelco Dolstra4-6/+37
2013-11-18 Add a symbol __curPos that expands to the current source locationEelco Dolstra5-2/+37
2013-11-18 Support quoted attribute names in -AEelco Dolstra1-10/+34
2013-11-14 Remove nix-setuid-helperEelco Dolstra9-446/+32
2013-11-12 Make function calls show up in stack traces againEelco Dolstra4-26/+35
2013-11-12 Make function calls tail-recursiveEelco Dolstra4-40/+65
2013-11-12 Make ifs and asserts tail-recursiveEelco Dolstra2-4/+11
2013-11-12 Get rid of an intermediary on the stackEelco Dolstra2-13/+17
2013-10-28 Fix building without a garbage collectorEelco Dolstra1-5/+5
2013-10-28 Fix a segfault in genericClosureEelco Dolstra1-16/+25
2013-10-28 Slightly optimize listToAttrsEelco Dolstra3-9/+10
2013-10-24 Rename "attribute sets" to "sets"Eelco Dolstra9-59/+52
2013-10-24 Remove unnecessary call to forceStringNoCtxEelco Dolstra1-1/+1
2013-10-24 Add a typeOf primopEelco Dolstra1-3/+28
2013-10-24 Don't require NIX_SHOW_STATS for NIX_COUNT_CALLSEelco Dolstra1-0/+1
2013-10-23 Memoize evalFile() lookups under both the original and resolved nameEelco Dolstra1-4/+9
2013-10-22 For auto roots, show the intermediate linkEelco Dolstra1-1/+1
2013-10-17 Fold two stack trace messages in derivationsEelco Dolstra1-4/+2
2013-10-17 Don't show <nix/derivation.nix> in stack tracesEelco Dolstra3-2/+5
2013-10-17 Ensure proper type checking/coercion of "${expr}"Eelco Dolstra1-2/+3
2013-10-17 Revert the behaviour of antiquoted paths to pre-Nix 1.6Eelco Dolstra1-4/+4
2013-10-16 Retry all SQLite operationsEelco Dolstra2-128/+169
2013-10-16 Fix a race in registerFailedPath()Eelco Dolstra1-2/+1
2013-10-16 Convenience macros for retrying a SQLite transactionEelco Dolstra1-46/+42