Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-10 | * Fixed compatibility with old versions of "wc" that print whitespace | Eelco Dolstra | 1 | -2/+2 | |
before the count. | |||||
2008-06-09 | * Merged the no-bdb branch (-r10900:HEAD | Eelco Dolstra | 1 | -5/+43 | |
https://svn.nixos.org/repos/nix/nix/branches/no-bdb). | |||||
2006-09-21 | * `nix-install-package --url': install from a URL (NIX-12). | Eelco Dolstra | 1 | -1/+1 | |
* `nix-install-package --help' (NIX-9). * `nix-install-package --non-interactive': don't prompt or pause. * Tests for nix-install-package. * Security fixes: filter the values obtained from the nixpkg. | |||||
2006-06-16 | * Skip this test on Cygwin, too slow (and doesn't test anything ↵ | Eelco Dolstra | 1 | -0/+3 | |
Cygwin-specific). | |||||
2006-03-01 | * Simplification. | Eelco Dolstra | 1 | -3/+3 | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 1 | -0/+2 | |
2005-12-15 | * Typo. | Eelco Dolstra | 1 | -1/+1 | |
2005-12-11 | * Add a test to demonstrate the quadratic complexity of referrer | Eelco Dolstra | 1 | -0/+15 | |
(de)registration, in particular garbage collection (NIX-23). |