0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* nix-env: a tool to manage user environments. * Replace all directory reading code by a generic readDirectory() function. More... over 20 years ago
* Refactoring (step 2). More... over 20 years ago
* Refactoring: put the Nix expression evaluator in its own library so that it can be used by multiple programs. More... over 20 years ago
* Use `sdftable -s' to get warnings about the grammar. * Several bug fixes in the grammar. * Allow one-line comments (#... and //...) to end in EOF. More... over 20 years ago
* Forgot this one. More... over 20 years ago
* "Fix expression" -> "Nix expression". * More refactoring. More... over 20 years ago
* nix -> nix-store, fix -> nix-instantiate. More... over 20 years ago
* "Nix expression" -> "store expression". * More refactoring. More... over 20 years ago
* libnix -> libstore. More... over 20 years ago
* Source tree refactoring. More... over 20 years ago
* An forward non-random access input iterator class for ATermLists. More... over 20 years ago
* Some utility functions for working with ATerms. More... over 20 years ago
* Do not filter when parsing. This is much faster. * Add some rejections and lexical restrictions to the grammar to make this work. More... over 20 years ago
* Turned the msg() and debug() functions into macros, since they turned out to be a huge performance bottleneck (the text to printed would always be evaluated, even when it was above the verbosity level). This reduces fix-ng execution time by over 50%. More... over 20 years ago
* Pass CFLAGS to the subpackages. More... over 20 years ago
* Allow null in derivation bindings. More... over 20 years ago
* `null' is a nullary primop. More... over 20 years ago
* Allow `+' in path names. More... over 20 years ago
* Assertions. * Logical operators (!, &&, ||, ->). More... over 20 years ago
* Print a shared textual ATerm if the term if very large. Due to substitutions, Fix terms are very large when printed as trees (in memory, they are quite compact due to sharing). More... over 20 years ago
* Default function arguments. More... over 20 years ago
* Work around problems with the ATerm library. More... over 20 years ago
* Ignore options passed to the aterm library. More... over 20 years ago
* Shorter list syntax ([a b c] instead of [a, b, c]). More... over 20 years ago
* Grammar changes. Attributes in attribute sets are now delimited with semicolons instead of comma's. Final semicolon in the set is optional. More... over 20 years ago
* Boolean constants. More... over 20 years ago
* Primops: baseNameOf, toString. More... over 20 years ago
* Fast builds. More... over 20 years ago
* Print the exit code of the builder. More... over 20 years ago
* Conditions, string equality. More... over 20 years ago