summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès
2016-05-04utils: Remove 'split'.Ludovic Courtès
2016-05-04environment: Use 'break' instead of 'split'.Ludovic Courtès
2016-05-04services: herd: Move UI handling to 'guix system'.Ludovic Courtès
2016-05-03syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.Ludovic Courtès
2016-05-02syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès
2016-05-02syscalls: Implement arrays in 'define-c-struct' and use it.Ludovic Courtès
2016-04-30syscalls: 'statfs' explicitly binds 'statfs64'.Ludovic Courtès
2016-04-30syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.Ludovic Courtès
2016-04-29guix system: Reduce size of image produced for 'vm' action.Ludovic Courtès
2016-04-28lint: 'check-vulnerabilities' follows package replacements.Ludovic Courtès
2016-04-27challenge: Use exit code 2 when discrepancies are found.Ludovic Courtès
2016-04-27lint: Report synopses/descriptions that are not strings.Ludovic Courtès
2016-04-25import: cpan: check version bounds on core modules.Eric Bavier
2016-04-25syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.Ludovic Courtès
2016-04-25guix gc: Add '--free-space'.Ludovic Courtès
2016-04-25syscalls: Add 'statfs'.Ludovic Courtès
2016-04-25syscalls: 'define-c-struct' computes the struct size.Ludovic Courtès
2016-04-25syscalls: Second argument of packed-struct read is now optional.Ludovic Courtès
2016-04-25syscalls: Move code around [NFC].Ludovic Courtès
2016-04-21build: Move 'Makefile' fragments to subdirectories.Mathieu Lirzin
2016-04-20substitute: Sanitize the client-provided column number.Ludovic Courtès
2016-04-20substitute: Install the client's locale.Ludovic Courtès
2016-04-20substitute: Internationalize signature and download messages.Ludovic Courtès
2016-04-20substitute: Better abbreviate substitute URL in progress report.Ludovic Courtès
2016-04-20download: 'uri-abbreviation' can abbreviate the URI's basename.Ludovic Courtès
2016-04-20download: Add "%COMPAT" to the priority string.Ludovic Courtès
2016-04-18syscalls: If a syscall is not available, defer the error.Mark H Weaver
2016-04-18utils: 'cache-directory' gracefully deals with unset 'HOME'.Ludovic Courtès
2016-04-16syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès
2016-04-15substitute: Honor the number of columns of the client terminal.Ludovic Courtès
2016-04-15guix download: Honor the number of columns of the terminal.Ludovic Courtès
2016-04-15ui: Use 'terminal-columns'.Ludovic Courtès
2016-04-15ui: 'package->recutils' accurately honors the number of columns.Ludovic Courtès
2016-04-15syscalls: Add TIOCGWINSZ bindings.Ludovic Courtès
2016-04-15download: Add 'current-terminal-columns' parameter.Ludovic Courtès
2016-04-15download: Send an ANSI erase-in-line sequence in addition to CR.Ludovic Courtès
2016-04-15gnu-maintenance: Move FTP directory info to 'properties' fields.Ludovic Courtès
2016-04-15gnu-maintenance: Recognize source tarball with "-src" in their name.Ludovic Courtès
2016-04-15upstream: Pass a package object to updaters.Ludovic Courtès
2016-04-14lint: Emit an ANSI erase-in-line sequence.Danny Milosavljevic
2016-04-14download: Follow HTTP 307 "Temporary Redirection".Alex Kost
2016-04-13gnu-maintenance: update-package-source: Only update the desired package.宋文武
2016-04-13utils: Add 'location->source-properties'.宋文武
2016-04-13utils: Add 'edit-expression'.宋文武
2016-04-07environment: container: Work around read-only /etc/resolv.conf issue.David Thompson
2016-04-06challenge: Really exit with non-zero upon hash mismatch.Ludovic Courtès
2016-04-04emacs: Use 'build-and-use-profile' from (guix scripts package).Alex Kost
2016-04-02graph: Edges are colored based on their source node.Ludovic Courtès
2016-04-01cvs: Disable compression.Ludovic Courtès