[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (85c7e8e -> b0a6a97)
From: |
Ludovic Courtès |
Subject: |
branch master updated (85c7e8e -> b0a6a97) |
Date: |
Thu, 14 Apr 2016 22:32:44 +0000 |
civodul pushed a change to branch master
in repository guix.
from 85c7e8e Revert "gnu: util-linux: Add "static" output."
new 7d27a02 upstream: Pass a package object to updaters.
new 444bb0d gnu-maintenance: Recognize source tarball with "-src" in
their name.
new 63e8bb1 gnu-maintenance: Move FTP directory info to 'properties'
fields.
new 8a2154f download: Send an ANSI erase-in-line sequence in addition
to CR.
new 4d276c6 download: Add 'current-terminal-columns' parameter.
new 29ff6d9 syscalls: Add TIOCGWINSZ bindings.
new 069d43a ui: 'package->recutils' accurately honors the number of
columns.
new 9703fef ui: Use 'terminal-columns'.
new cc44fbb guix download: Honor the number of columns of the
terminal.
new b0a6a97 substitute: Honor the number of columns of the client
terminal.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/packages/fonts.scm | 4 +-
gnu/packages/gnupg.scm | 22 ++++--
gnu/packages/gnuzilla.scm | 5 +-
gnu/packages/package-management.scm | 3 +-
gnu/packages/pretty-print.scm | 3 +-
gnu/packages/scheme.scm | 5 +-
gnu/packages/telephony.scm | 3 +-
gnu/packages/tls.scm | 4 +-
guix/build/download.scm | 19 +++--
guix/build/syscalls.scm | 74 +++++++++++++++-
guix/gnu-maintenance.scm | 170 ++++++++++++++++------------------
guix/import/cran.scm | 11 +--
guix/import/elpa.scm | 14 ++--
guix/import/gem.scm | 10 +--
guix/import/github.scm | 10 +--
guix/import/hackage.scm | 10 +--
guix/import/pypi.scm | 10 +--
guix/scripts/download.scm | 10 ++-
guix/scripts/substitute.scm | 20 ++++-
guix/store.scm | 10 ++-
guix/ui.scm | 13 ++-
guix/upstream.scm | 6 +-
tests/syscalls.scm | 13 +++
23 files changed, 284 insertions(+), 165 deletions(-)
- branch master updated (85c7e8e -> b0a6a97),
Ludovic Courtès <=
- 04/10: download: Send an ANSI erase-in-line sequence in addition to CR., Ludovic Courtès, 2016/04/14
- 02/10: gnu-maintenance: Recognize source tarball with "-src" in their name., Ludovic Courtès, 2016/04/14
- 09/10: guix download: Honor the number of columns of the terminal., Ludovic Courtès, 2016/04/14
- 08/10: ui: Use 'terminal-columns'., Ludovic Courtès, 2016/04/14
- 05/10: download: Add 'current-terminal-columns' parameter., Ludovic Courtès, 2016/04/14
- 10/10: substitute: Honor the number of columns of the client terminal., Ludovic Courtès, 2016/04/14
- 07/10: ui: 'package->recutils' accurately honors the number of columns., Ludovic Courtès, 2016/04/14
- 03/10: gnu-maintenance: Move FTP directory info to 'properties' fields., Ludovic Courtès, 2016/04/14
- 06/10: syscalls: Add TIOCGWINSZ bindings., Ludovic Courtès, 2016/04/14
- 01/10: upstream: Pass a package object to updaters., Ludovic Courtès, 2016/04/14