[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (bd4af2f -> e7f5691)
From: |
Ludovic Courtès |
Subject: |
branch master updated (bd4af2f -> e7f5691) |
Date: |
Sat, 25 Jul 2015 12:45:07 +0000 |
civodul pushed a change to branch master
in repository guix.
from bd4af2f gnu: bedtools: Update to 2.24.0.
new 53de532 doc: Make "Application Setup" more prominent.
new b89e740 syscalls: Rename 'network-interfaces' and
'all-network-interfaces'.
new 4a30e84 syscalls: 'define-c-struct' distinguishes pointers from
integers.
new 3ca3376 syscalls: 'read-socket-address' gracefully handles
unsupported families.
new 573b4c1 syscalls: 'define-c-struct' properly align reads.
new e7f5691 syscalls: Add 'network-interfaces', which wraps libc's
'getifaddrs'.
The 6 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:
doc/guix.texi | 3 +-
gnu/services/networking.scm | 2 +-
guix/build/syscalls.scm | 180 +++++++++++++++++++++++++++++++++++++++----
tests/syscalls.scm | 33 +++++++-
4 files changed, 196 insertions(+), 22 deletions(-)
- branch master updated (bd4af2f -> e7f5691),
Ludovic Courtès <=
- 01/06: doc: Make "Application Setup" more prominent., Ludovic Courtès, 2015/07/25
- 03/06: syscalls: 'define-c-struct' distinguishes pointers from integers., Ludovic Courtès, 2015/07/25
- 02/06: syscalls: Rename 'network-interfaces' and 'all-network-interfaces'., Ludovic Courtès, 2015/07/25
- 04/06: syscalls: 'read-socket-address' gracefully handles unsupported families., Ludovic Courtès, 2015/07/25
- 05/06: syscalls: 'define-c-struct' properly align reads., Ludovic Courtès, 2015/07/25
- 06/06: syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'., Ludovic Courtès, 2015/07/25