Age | Commit message (Expand) | Author | Files | Lines |
2004-11-07 | * Everything you always wanted to know about functions and derivations | Eelco Dolstra | 2 | -4/+203 |
2004-11-07 | * Drop the grammar appendix. | Eelco Dolstra | 1 | -7/+4 |
2004-11-07 | * Operators, comments. | Eelco Dolstra | 1 | -2/+123 |
2004-11-07 | * Lets, inheritance, assertions. | Eelco Dolstra | 1 | -10/+171 |
2004-11-05 | * Typo fix. | Eelco Dolstra | 1 | -1/+1 |
2004-11-05 | * Generic builders. | Eelco Dolstra | 1 | -5/+84 |
2004-11-05 | * Start of language reference. | Eelco Dolstra | 1 | -0/+228 |
2004-11-05 | * Finished GNU Hello walkthrough. | Eelco Dolstra | 3 | -21/+293 |
2004-11-04 | * Manual: writing Nix expressions. | Eelco Dolstra | 2 | -117/+192 |
2004-11-02 | * chapter -> appendix. | Eelco Dolstra | 2 | -2/+4 |
2004-11-01 | * Section about channels. | Eelco Dolstra | 1 | -1/+46 |
2004-11-01 | * Section about garbage collection. | Eelco Dolstra | 3 | -5/+71 |
2004-11-01 | * Profiles section. | Eelco Dolstra | 3 | -16/+165 |
2004-10-31 | * Document setuid Nix installs. | Eelco Dolstra | 2 | -7/+46 |
2004-10-31 | * Add figures to `make install' / `make dist'. | Eelco Dolstra | 3 | -2/+6 |
2004-10-29 | * Began adding build farm docs. | Eelco Dolstra | 3 | -0/+132 |
2004-10-25 | * New language feature: with expressions. | Eelco Dolstra | 1 | -13/+21 |
2004-10-18 | * Instead of — use the actual Unicode character. By the way, to | Eelco Dolstra | 3 | -15/+15 |
2004-10-14 | * Rewrite of package management stuff. | Eelco Dolstra | 1 | -200/+161 |
2004-10-14 | * Split overview chapter into a chapter on package management and a | Eelco Dolstra | 6 | -455/+384 |
2004-10-14 | * Unindent. | Eelco Dolstra | 1 | -164/+126 |
2004-10-13 | * Updated the quick start section. Use channels instead of | Eelco Dolstra | 1 | -105/+83 |
2004-10-13 | * Better introduction. | Eelco Dolstra | 3 | -120/+123 |
2004-09-09 | * Use setre[ug]id() instead of setres[ug]id(), since the former is | Eelco Dolstra | 2 | -26/+79 |
2004-08-25 | * `--min-age' flag in nix-store and nix-collect-garbage to only delete | Eelco Dolstra | 2 | -0/+23 |
2004-08-25 | * `nix-collect-garbage' now actually performs a garbage collection, it | Eelco Dolstra | 3 | -41/+88 |
2004-08-18 | * The default verbosity level of all Nix commands is now lvlInfo. | Eelco Dolstra | 2 | -9/+8 |
2004-06-28 | * By default, `nix-env -i' now deletes previously installed | Eelco Dolstra | 1 | -0/+37 |
2004-06-28 | * `nix-env -u' now allows a specific version to be specified when | Eelco Dolstra | 1 | -0/+3 |
2004-06-28 | * Added a switch `--fallback'. From the manual: | Eelco Dolstra | 2 | -0/+26 |
2004-06-25 | * A flag `--keep-going / -k' to keep building goals if one fails, as | Eelco Dolstra | 2 | -0/+36 |
2004-04-26 | * Only add `-preRELEASE' to the version if STABLE != 1. | Eelco Dolstra | 1 | -0/+30 |
2004-04-08 | * Documented the primops. | Eelco Dolstra | 2 | -3/+102 |
2004-04-08 | * EBNF grammar for the Nix expression language. | Eelco Dolstra | 3 | -4/+193 |
2004-02-10 | * Lots of manual stuff. Reference pages for most Nix commands. | Eelco Dolstra | 12 | -20/+674 |
2004-02-10 | * Documented the most important nix-env flags. | Eelco Dolstra | 2 | -5/+448 |
2004-02-06 | * Improvements to profiles. Generations are now per-profile, e.g., | Eelco Dolstra | 4 | -27/+29 |
2004-02-02 | * Sort `nix-env -q' output by derivation name. | Eelco Dolstra | 7 | -45/+55 |
2004-01-30 | * Detect flex and bison; updated the manual. | Eelco Dolstra | 2 | -21/+38 |
2004-01-22 | * Typos. | Eelco Dolstra | 2 | -3/+3 |
2004-01-22 | * Added a note about adding /nix/etc/profile.d/nix.sh to the profile. | Eelco Dolstra | 1 | -3/+8 |
2004-01-22 | Typos and url losser -> catamaran | Martin Bravenboer | 1 | -3/+4 |
2004-01-20 | * Fixed URL. | Eelco Dolstra | 1 | -1/+1 |
2004-01-20 | * Nix Quick Start guide. | Eelco Dolstra | 5 | -4/+142 |
2004-01-20 | * Manual updates. | Eelco Dolstra | 3 | -39/+120 |
2004-01-13 | * Option `-B' to always show the output of builders, regardless of | Eelco Dolstra | 3 | -0/+18 |
2004-01-09 | * Option `--force-realise' in `nix-store --query'. | Eelco Dolstra | 3 | -69/+86 |
2004-01-08 | * Start of nix-env reference. | Eelco Dolstra | 5 | -16/+215 |
2004-01-08 | * Manual updates. | Eelco Dolstra | 7 | -250/+342 |
2004-01-08 | * Include version number in manual. | Eelco Dolstra | 3 | -4/+12 |