0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 9 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
* Use maps and sets in the FState data type. This ensures normalisation of slices and derivations w.r.t. order of paths, slice elements, etc. More... over 20 years ago
* Change the abstract syntax of slices. It used to be that ids were used as keys to reference slice elements, e.g., More... over 20 years ago
* Bumped the version number to 0.3. More... over 20 years ago
* Fixed a serious bug in the computation of slices. Sometimes the slices would not be properly closed under the path reference relation. More... over 20 years ago
* Pipe /dev/null into stdin. More... over 20 years ago
* Delete the temporary directories of failed builds by default, and an option `--keep-failed' to override this behaviour. More... over 20 years ago
* Allow lists in package bindings, e.g., More... over 20 years ago
* Most shells initialise PATH to some default (/bin:/usr/bin:...) when PATH is not set. We don't want this, so fill it in with some dummy value. More... over 20 years ago
* Revision 300! * Put `@' in front of echo's in the Makefile. More... over 20 years ago
* No longer automatically download Berkeley DB / ATerm. More... over 20 years ago
* Argument support in Fix. Arguments can be passed through the builder using the `args' binding: More... almost 21 years ago
* Derivation expressions now can specify arguments to be passed to the builder. Note that this unfortunately causes all Fix-computed hashes to change. More... almost 21 years ago
* A script `nix-prefetch-url' to fetch a URL, place it in the Nix store, and print its hash. More... almost 21 years ago
* Don't use a temporary file. More... almost 21 years ago
* Fix can now read expressions from stdin (by saying `fix -'). More... almost 21 years ago
* Use a catalog when calling xsltproc. More... almost 21 years ago
* Use xmllint instead of nsgmls to validate the manual. More... almost 21 years ago
* Function application test cases. More... almost 21 years ago
* Detect infinite loops using blackholing. More... almost 21 years ago
* Fix man page. More... almost 21 years ago
* Function() takes a list of formals. More... almost 21 years ago
* Lam -> Function. Doh! More... almost 21 years ago
* Manual updates. More... almost 21 years ago
* Put the pre-built manual and man pages in the tar distribution. More... almost 21 years ago
* Documented the `--query' operation. More... almost 21 years ago
* Split the book.xml into several xml files. More... almost 21 years ago
* Documented some Nix operations. More... almost 21 years ago
* Generate man pages from the manual. More... almost 21 years ago
* deletePath(): some operating systems (e.g., Mac OS X) don't like it when we delete entries from a directory while we are reading it. So read the directory into memory, then delete its contents. More... almost 21 years ago
* Started on the introduction. More... almost 21 years ago