[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (770305f -> 3a25c63)
From: |
Ludovic Courtès |
Subject: |
branch master updated (770305f -> 3a25c63) |
Date: |
Fri, 15 Apr 2016 22:52:59 +0000 |
civodul pushed a change to branch master
in repository guix.
from 770305f gnu: Add Beast.
new bf15321 doc: Remove mention of GNU release freshness checks.
new a5e2c9a gnu: Add tcc.
new 9f08872 gnu: Add tcc-wrapper.
new 6d2b439 syscalls: 'terminal-columns' ignores non-file ports.
new e0b3f97 doc: Fix typos.
new 3a25c63 doc: Mention --localstatedir for when building from Git.
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/contributing.texi | 8 ++-
doc/guix.texi | 14 ++----
gnu-system.am | 1 +
gnu/packages/c.scm | 127 +++++++++++++++++++++++++++++++++++++++++++++++
guix/build/syscalls.scm | 10 ++--
tests/syscalls.scm | 4 ++
6 files changed, 148 insertions(+), 16 deletions(-)
create mode 100644 gnu/packages/c.scm
- branch master updated (770305f -> 3a25c63),
Ludovic Courtès <=
- 04/06: syscalls: 'terminal-columns' ignores non-file ports., Ludovic Courtès, 2016/04/15
- 06/06: doc: Mention --localstatedir for when building from Git., Ludovic Courtès, 2016/04/15
- 02/06: gnu: Add tcc., Ludovic Courtès, 2016/04/15
- 05/06: doc: Fix typos., Ludovic Courtès, 2016/04/15
- 01/06: doc: Remove mention of GNU release freshness checks., Ludovic Courtès, 2016/04/15
- 03/06: gnu: Add tcc-wrapper., Ludovic Courtès, 2016/04/15