summaryrefslogtreecommitdiff
path: root/tests
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-03syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.Ludovic Courtès
2016-05-02syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès
2016-04-28lint: 'check-vulnerabilities' follows package replacements.Ludovic Courtès
2016-04-27lint: Report synopses/descriptions that are not strings.Ludovic Courtès
2016-04-25syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.Ludovic Courtès
2016-04-25syscalls: Add 'statfs'.Ludovic Courtès
2016-04-16syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès
2016-04-15syscalls: Add TIOCGWINSZ bindings.Ludovic Courtès
2016-04-13utils: Add 'edit-expression'.宋文武
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin
2016-03-27environment: Properly handle SIGINT.David Thompson
2016-03-25syscalls: 'interface-address' can return #f.Ludovic Courtès
2016-03-23guix build: '--with-source' correctly matches versioned file names.Ludovic Courtès
2016-03-23derivations: Raise an error when a module file is not found.Ludovic Courtès
2016-03-20gexp: Add #:disallowed-references.Ludovic Courtès
2016-03-20derivations: Add #:disallowed-references.Ludovic Courtès
2016-03-19import: pypi: Emit 'pypi-uri' only when it yields the right URL.Ludovic Courtès
2016-03-16substitute: Honor client-provided empty URL list.Ludovic Courtès
2016-03-09upstream: Fix 'signature-urls' coalescing.Ludovic Courtès
2016-03-08packages: Gracefully report packages not found.Ludovic Courtès
2016-03-08packages: Support the deprecated "NAME-VERSION" syntax.Ludovic Courtès
2016-03-06tests: Disable grafting by default for most tests.Ludovic Courtès
2016-03-05tests: Disable tests that would rebuild the world due to grafting.Ludovic Courtès
2016-03-05packages: The result of 'bag-grafts' does not contain duplicates.Ludovic Courtès
2016-03-05store: Add 'references/substitutes'.Ludovic Courtès
2016-03-03guix build: -S returns the replacement's source.Ludovic Courtès
2016-03-02utils: Use '@' for separating package names and version numbers.Mathieu Lirzin
2016-03-02tests: Disable grafts by default.Ludovic Courtès
2016-03-01grafts: Graft recursively.Ludovic Courtès
2016-02-27grafts: Consider all the outputs in the graft mapping.Ludovic Courtès
2016-02-26store: 'path-info-deriver' is #f when there is no deriver.Ludovic Courtès
2016-02-25publish: Do not publish nars for invalid store items.Ludovic Courtès
2016-02-22grafts: 'name' parameter of 'graft-derivation' is now optional.Ludovic Courtès
2016-02-22derivations: Move grafts to (guix grafts).Ludovic Courtès
2016-02-12scripts: environment: Build environments as profiles.David Thompson
2016-02-12store: Add monadic access to '%current-system'.Ludovic Courtès
2016-02-01guix build: Add '--with-input'.Ludovic Courtès
2016-02-01guix build: Transformations operate on single objects.Ludovic Courtès
2016-01-29services: Rename 'dmd' services to 'shepherd'.Alex Kost
2016-01-29Rename (gnu services dmd) to (gnu services shepherd).Alex Kost
2016-01-28packages: Use '@' in package record printers.Mathieu Lirzin
2016-01-28tests: Use 'dummy-origin' for lint tests when possible.Mathieu Lirzin
2016-01-24Merge branch 'master' into core-updatesMark H Weaver
2016-01-22tests: Prevent 'http_proxy' from breaking Web server tests.Ludovic Courtès
2016-01-22system: grub: Search root device by label or UUID if possible.Ludovic Courtès
2016-01-20tests: Move beatify-description tests to import-tests.Ben Woodcroft
2016-01-20import: gem: Beautify only the description, not the synopsis.Ben Woodcroft
2016-01-20import: Add Bioconductor importer and updater.Ricardo Wurmus