Age | Commit message (Expand) | Author |
2017-09-25 | README: Replace http:// with https:// where applicable. | Marius Bakke |
2017-03-18 | build: Require Guile >= 2.0.9....* configure.ac: Bump requirement to 2.0.9.
* doc/guix.texi (Requirements): Adjust accordingly.
* README (Requirements): Likewise.
* build-aux/download.scm: Remove workaround for <http://bugs.gnu.org/13095>.
* guix/build/download.scm: Likewise.
(http-fetch)[post-2.0.7?]: Remove. Remove conditional code for not
POST-2.0.7?.
* guix/http-client.scm: Remove workaround for <http://bugs.gnu.org/13095>.
(http-fetch)[post-2.0.7?]: Remove. Remove conditional code for not
POST-2.0.7?.
* guix/serialization.scm (read-latin1-string): Remove mention of 2.0.9.
* tests/nar.scm: Use (ice-9 control).
(let/ec): Remove.
| Ludovic Courtès |
2017-01-30 | maint: Fix invalid calls to 'info'....* HACKING <Contributing>: Remove name of the manual from the item argument.
* README <Installation>: Likewise.
| Mathieu Lirzin |
2015-10-06 | build: Automatically determine libgcrypt's file name....* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro.
* configure.ac: Use it when no --with-libgcrypt-* option was passed.
* README: Do not recommend --with-libgcrypt-prefix.
Co-authored-by: 宋文武 <iyzsong@gmail.com>
| Ludovic Courtès |
2015-06-14 | doc: Move most 'HACKING' informations into the manual....* HACKING (Contributing): New section.
(Building from Git, The Perfect Setup, Coding Style, Submitting Patches):
Move to ...
* doc/guix.texi (Running Guix Before It Is Installed): Likewise.
* doc/contributing.texi: ... here. New file.
* doc.am (EXTRA_DIST): Use it.
* README (Installation): Adapt to it.
* configure.ac (DOT): Likewise.
| Mathieu Lirzin |
2015-06-04 | Document 'guix environment guix' in README....* README (Installing Guix from Guix): Replace complicated instructions with
'guix environment guix'.
| Ludovic Courtès |
2015-05-10 | doc: Mention GNU Make as a requirement....* README (Requirements): Add GNU Make.
* doc/guix.texi (Requirements): Likewise.
| Ludovic Courtès |
2015-05-10 | build: Require Guile >= 2.0.7....* configure.ac: Require guile-2.0 >= 2.0.7.
* README: Adjust accordingly.
* doc/guix.texi (Requirements): Likewise.
| Ludovic Courtès |
2014-10-27 | doc: Add a note about optional GnuTLS dependency....* README (Requirements): add a note about 'guix download''s GnuTLS dependency.
* doc/guix.texi (Requirements): Likewise.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Ian Denhardt |
2014-10-06 | doc: Mention optional dependency on Guile-JSON....* README (Requirements): Add Guile-JSON.
* doc/guix.texi (Requirements): Likewise.
| Ludovic Courtès |
2014-09-02 | doc: Update "Installing Guix from Guix"....* README: Make 'guix package' command line more readable. Mention
--localstatedir.
| Ludovic Courtès |