Age | Commit message (Expand) | Author |
2013-09-07 | doc: Add "Data Types and Pattern Matching" to the Coding Style....* HACKING (Data Types and Pattern Matching): New section.
| Ludovic Courtès |
2013-08-30 | doc: Add note about .dir-locals.el....* HACKING (Coding Style): Mention special indentation rules and
.dir-locals.el.
| Ludovic Courtès |
2013-08-30 | doc: Add a "Coding Style" section in 'HACKING'....* HACKING (Coding Style): New section.
| Ludovic Courtès |
2013-08-30 | doc: Remove "Adding new packages" from `HACKING'....* HACKING (Adding new packages): Remove since it's now in the manual.
| Ludovic Courtès |
2013-08-26 | doc: Change `HACKING' to refer to guix-devel@gnu.org....Reported by Alex Sassmannshausen <alex.sassmannshausen@gmail.com>.
* HACKING: Replace "bug-guix" by "guix-devel".
| Ludovic Courtès |
2013-07-19 | doc: Improve build instructions in README and HACKING....* README (Requirements): Remove Nixpkgs. Remove mentions of building
from Git.
(Installation): Refer to the manual.
* HACKING: List requirements for when building from Git.
Remove the `dot: Command not found' error.
| Ludovic Courtès |
2013-07-13 | doc: Add "Building from Git" to 'HACKING'. | Nikita Karetnikov |
2013-07-07 | doc: Move the packaging guidelines to the manual....* HACKING (Packaging Guidelines): Remove.
* doc/guix.texi (Packaging Guidelines): New node.
| Ludovic Courtès |
2013-07-07 | doc: Add a "Porting" section....* HACKING (Porting the Guix distro on a new platform): Remove.
* doc/guix.texi (Porting): New node. Describe cross-compilation as the
only approach.
| Ludovic Courtès |
2013-06-10 | doc: Mention copyright/license auditing in `HACKING'. | Ludovic Courtès |
2013-06-09 | doc: Update bootstrap-related info in `HACKING'. | Ludovic Courtès |
2013-06-04 | doc: Write about patch submission and packaging guidelines....* HACKING: Update the command names from `guix-build' to `guix build' & co.
(Submitting Patches, Packaging Guidelines): New sections.
* doc/guix.texi (Contributing): New section.
| Ludovic Courtès |
2013-02-12 | doc: Add the commit policy to HACKING....* HACKING (Commit Access): New section.
| Ludovic Courtès |
2013-01-22 | doc: Add "The Perfect Setup" in 'HACKING'....* HACKING (The Perfect Setup): New section.
| Ludovic Courtès |
2013-01-21 | Update 'HACKING'....* HACKING (When the platform is supported by Nixpkgs): Update the example.
| Nikita Karetnikov |
2013-01-18 | Update `HACKING'....* HACKING: Capitalize the title.
(Running Guix before it is installed): New section.
(Adding new packages): Update example.
| Ludovic Courtès |
2013-01-08 | doc: Update porting instructions in `HACKING'....* HACKING (When the platform is supported by Nixpkgs): Update
instructions.
| Ludovic Courtès |
2012-11-21 | doc: Document basic package definitions....* doc/guix.texi (Programming Interface): Add introduction.
(Defining Packages): Populate.
| Ludovic Courtès |
2012-11-18 | Turn Guix into "GNU Guix"....* configure.ac: Change package name to "GNU Guix", and bug-report
address to `gnu-system-discuss@gnu.org'.
* doc/guix.texi: Replace "Guix" by "GNU Guix" in some places.
(Top, Introduction): Mention "for the GNU system".
* HACKING, README: Use "GNU Guix" instead of "Guix" in some places.
| Ludovic Courtès |
2012-11-04 | distro: Move bootstrap packages to (distro packages bootstrap)....* distro/packages/base.scm (glibc-dynamic-linker, %bootstrap-guile,
bootstrap-origin, package-from-tarball, %bootstrap-base-url,
%bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc,
%bootstrap-gcc, %bootstrap-inputs, package-with-bootstrap-guile): Move
to ...
* distro/packages/bootstrap.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
* tests/builders.scm: Use (distro packages bootstrap).
(%bootstrap-guile): Remove.
* tests/packages.scm: Likewise.
* tests/union.scm: Likewise, and remove @@ to access %bootstrap-inputs.
* tests/derivations.scm: Use (distro packages bootstrap) and remove @@
to access %bootstrap-coreutils&co.
* HACKING (When the platform is supported by Nixpkgs): Update
accordingly.
| Ludovic Courtès |
2012-11-04 | doc: Add "Adding new packages" in `HACKING'....* HACKING (Adding new packages): New section.
| Ludovic Courtès |
2012-10-25 | doc: Add `HACKING'....* HACKING: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès |