~ruther/guix-local

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.
acfc0df5 — Ludovic Courtès 13 years ago
gnu: nano: Update to 2.3.2.

* gnu/packages/nano.scm (nano): Update to 2.3.2.
6c211361 — Ludovic Courtès 13 years ago
gnu: ed: Update to 1.8.

* gnu/packages/ed.scm (ed): Update to 1.8.
dfb43e45 — Ludovic Courtès 13 years ago
gnu-maintenance: Add newline in warning messages.

* guix/gnu-maintenance.scm (download-tarball): Add newline in warning
  messages.
43d8f490 — Ludovic Courtès 13 years ago
doc: Add note on installing Guix from Guix.

* README (Installing Guix from Guix): New section.
  Suggested by Alex Sassmannshausen <alex.sassmannshausen@gmail.com>.
37a53402 — Ludovic Courtès 13 years ago
refresh: Add `--select'.

* guix/scripts/refresh.scm (%options): Add `--select'.
  (show-help): Likewise.  Augment initial help text.
  (guix-refresh)[core-package?]: New procedure.
  Use it when selecting packages.
1c9e7d65 — Ludovic Courtès 13 years ago
web: Factorize `http-get' hackery.

This should fix `substitute-binary --query' on Guile 2.0.5.

* guix/web.scm: New file.
* Makefile.am (MODULES): Add it.
* po/POTFILES.in: Add it.
* guix/gnu-maintenance.scm (http-fetch): Remove.
  (%package-list-url): Turn into a URI.
  (official-gnu-packages): Add #:text? #t to `http-fetch' call.
* guix/scripts/substitute-binary.scm (fetch): Remove `http' case, and
  use `http-fetch' instead.
Next