Age | Commit message (Expand) | Author |
2005-09-14 | * Release notes in Docbook; ASCII release notes (i.e., the `NEWS' | Eelco Dolstra |
2005-09-14 | * List concatenation must be right-associative for efficiency. | Eelco Dolstra |
2005-09-13 | * Remove debugging code. | Eelco Dolstra |
2005-09-13 | * More debugging. | Eelco Dolstra |
2005-09-13 | * Debugging. | Eelco Dolstra |
2005-09-13 | * Missing #include. | Eelco Dolstra |
2005-09-13 | * Release notes. | Eelco Dolstra |
2005-09-01 | * Use aterm 2.4. | Eelco Dolstra |
2005-09-01 | * `nix-env -e' corrupts memory due to incorrect use of iterators. | Eelco Dolstra |
2005-08-14 | * `dependencyClosure' now allows a search path, e.g., | Eelco Dolstra |
2005-08-14 | * A primitive operation `dependencyClosure' to do automatic dependency | Eelco Dolstra |
2005-08-14 | * Cleanup; sync with thesis. | Eelco Dolstra |
2005-08-14 | * nix-hash: option `--truncate' to truncate the hash to 160 bits. Hmm, | Eelco Dolstra |
2005-08-01 | * Add .libs to svn:ignore. Commit 3500 ;-) | Eelco Dolstra |
2005-08-01 | * Escape ASCII characters < 32 to Unicode FFFD (REPLACEMENT CHARACTER) | Eelco Dolstra |
2005-08-01 | * Oops. XSL stylesheet to mark errors. | Eelco Dolstra |
2005-08-01 | * Mark error lines in red, and expand subtrees containing errors | Eelco Dolstra |
2005-08-01 | * channels -> channels-v3, catamaran -> nix.cs.uu.nl. | Eelco Dolstra |
2005-07-25 | * Added a list concatenation operator: | Eelco Dolstra |
2005-07-25 | * Add $prefix/lib to the RPM. | Eelco Dolstra |
2005-07-25 | * Hack to get around the libtool wrapper script around nix-store not | Eelco Dolstra |
2005-07-22 | * Adhockery. | Eelco Dolstra |
2005-07-22 | * Build dynamic libraries. | Eelco Dolstra |
2005-07-19 | * Release notes. | Eelco Dolstra |
2005-07-19 | * Prevent repeated wrapping of closed terms | Eelco Dolstra |
2005-07-16 | * Wat cleanups. | Eelco Dolstra |
2005-07-16 | * Define paths using regexps, as is done in the Flex definition. | Eelco Dolstra |
2005-07-16 | * Make the rejects a bit more compact. | Eelco Dolstra |
2005-07-16 | * Fix ambiguity. | Eelco Dolstra |
2005-07-16 | * Revive and update the SDF grammar for Nix expressions. | Eelco Dolstra |
2005-07-13 | * nix-build: default to `./default.nix' if no paths are specified. | Eelco Dolstra |
2005-07-12 | * Add curl to the RPM dependencies. Should fix NIX-11. | Eelco Dolstra |
2005-07-12 | * In nix-instantiate, at top-level, call functions that have arguments | Eelco Dolstra |
2005-06-18 | * Don't create patches for archives >= 150 MB because bsdiff can't | Eelco Dolstra |
2005-05-18 | * Added a primop `removeAttrs' to remove attributes from a set, e.g., | Eelco Dolstra |
2005-05-10 | * Ignore (with a warning) invalid garbage collector roots. | Eelco Dolstra |
2005-05-10 | * Some svn:ignores. | Eelco Dolstra |
2005-05-10 | * Another typo. | Eelco Dolstra |
2005-05-10 | * Make unpacking of patch sequences much faster by not doing redundant | Eelco Dolstra |
2005-05-10 | * Typo. | Eelco Dolstra |
2005-05-09 | * Handle store path arguments in `nix-env -i' correctly again. | Eelco Dolstra |
2005-05-09 | * Use Berkeley DB 4.3.38. | Eelco Dolstra |
2005-05-09 | * Automatically upgrade the Berkeley DB environment if necessary. | Eelco Dolstra |
2005-05-09 | * Crazy: don't use real hashes of real components in examples, since | Eelco Dolstra |
2005-05-08 | * Lazily compute the derivation and output paths of derivations. This | Eelco Dolstra |
2005-05-08 | * ATermMap needs an assignment operator, otherwise we are screwed. | Eelco Dolstra |
2005-05-07 | Commit 3000! | Eelco Dolstra |
2005-05-07 | * Don't try to register GC roots in read-only mode. | Eelco Dolstra |
2005-05-07 | * Build .tar.bz2 files in `make dist'. | Eelco Dolstra |
2005-05-06 | * Mac OS X (and POSIX) doesn't have readlink. | Eelco Dolstra |