~ruther/guix-local

dab5d51b — Ludovic Courtès 13 years ago
build: Add silent-rules machinery for `guild compile'.

* Makefile.am (AM_V_GUILEC, AM_V_GUILEC_, AM_V_GUILEC_0): New
  variables.
  (.scm.go): Use $(AM_V_GUILEC).
30dd8310 — Ludovic Courtès 13 years ago
build: Replace *.log in `CLEANFILES' by the exact list of files.

* Makefile.am (SCM_TESTS, SH_TESTS): New variables.
  (TESTS): Use them.
  (CLEANFILES): Replace *.log by $(SCM_TESTS:%.scm=%.log).
8e77f41e — Ludovic Courtès 13 years ago
packages: Work around compiler bug in Guile 2.0.5.

* guix/packages.scm (package-field-location): Work around compiler bug
  in 2.0.5.  Reported by Andreas Enge <andreas@enge.fr>.
89be37a5 — Ludovic Courtès 13 years ago
web: Add workaround for <http://bugs.gnu.org/13095>.

* guix/web.scm: Add workaround for <http://bugs.gnu.org/13095>.
61ef22f4 — Ludovic Courtès 13 years ago
web: Add 2.0.5 workaround for responses without content-length.

* guix/web.scm (read-response-body*)[when-guile<=2.0.5]: Support
  responses without content-length.
  Reported by Andreas Enge <andreas@enge.fr>.
c4ca12c1 — Ludovic Courtès 13 years ago
gnu-maintenance: Fix error message of `update-package-source'.

* guix/gnu-maintenance.scm (update-package-source): In the (not loc)
  case, pass the location first and convert it to a string.
4056b828 — Ludovic Courtès 13 years ago
doc: Update `NEWS'.

* NEWS: Populate.
a5975ced — Ludovic Courtès 13 years ago
ui: Add `args-fold*' and use it.

* guix/ui.scm (args-fold*): New procedure.
* guix/scripts/build.scm, guix/scripts/download.scm,
  guix/scripts/gc.scm, guix/scripts/hash.scm, guix/scripts/import.scm,
  guix/scripts/package.scm, guix/scripts/pull.scm,
  guix/scripts/refresh.scm: Use `args-fold*' instead of `args-fold'.
14e2afa7 — Ludovic Courtès 13 years ago
ui: Use consistent spacing in `show-what-to-build' messages.

* guix/ui.scm (show-what-to-build): Use consistent spacing in "the
  following..." messages.
c3f0084a — Ludovic Courtès 13 years ago
gnu: Update libgpg-error and libassuan.

* gnu/packages/gnupg.scm (libgpg-error): Update to 1.11.
  (libassuan): Update to 2.1.0.
049b2f1d — Ludovic Courtès 13 years ago
gnu-maintenance: Fix `latest-release' for GnuPG.

* guix/gnu-maintenance.scm (latest-release): Filter out directories
  whose name does not contain digits early in the process.  This fixes
  (latest-release "gnupg").
87dfd455 — Ludovic Courtès 13 years ago
ftp-client: `ftp-chdir' changes one step at a time.

* guix/ftp-client.scm (%char-set:not-slash): New variable.
  (ftp-chdir): Add docstring.  Change to DIR one step at a time.
  (ftp-retr): Fix indentation.
accf7a37 — Ludovic Courtès 13 years ago
gnu: bison: Update to 2.7.1.

* gnu/packages/bison.scm (bison): Update to 2.7.1.
eaff9364 — Ludovic Courtès 13 years ago
gnu: gprolog: Update to 1.4.4.

* gnu/packages/gprolog.scm (gprolog): Update to 1.4.4.
7f4b5efd — Ludovic Courtès 13 years ago
gnu: gdb: Update to 7.6.

* gnu/packages/gdb.scm (gdb): Update to 7.6.
78694457 — Ludovic Courtès 13 years ago
pull: Use `download-to-store'.

* guix/scripts/pull.scm (download-and-store): Remove.
  (unpack): Use `download-to-store' instead.
1424a96e — Ludovic Courtès 13 years ago
web: Backport chunked encoding support for Guile <= 2.0.5.

* guix/web.scm (when-guile<=2.0.5): New macro.
  (read-chunk-header, read-chunk, read-chunk-body,
  make-chunked-input-port, read-response-body*)[when-guile<=2.0.5]: New
  procedures.
  (http-fetch): Clarify message when (not data).
56dbcb09 — Ludovic Courtès 13 years ago
build: Explicitly require Guile >= 2.0.5.

* configure.ac: Require guile-2.0 >= 2.0.5.
2b6bdf7e — Ludovic Courtès 13 years ago
gnu: libgcrypt: Update to 1.5.2.

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.5.2.
777fabf0 — Ludovic Courtès 13 years ago
gnu: dejagnu: Update to 1.5.1.

* gnu/packages/dejagnu.scm (dejagnu): Update to 1.5.1.
Next