summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2019-06-10store: 'build-things' accepts derivation/output pairs.Ludovic Courtès
2019-06-10ssh: Add missing import.Ludovic Courtès
2019-06-10download: Update list of content-addressed mirrors.Ludovic Courtès
2019-06-10gnu-maintenance: Switch to ftp.mirrorservice.org for KDE updater.Marius Bakke
2019-06-07import: utils: 'specs->package-lists' correctly matches "out".Ludovic Courtès
2019-06-07import: print: Honor the outputs of inputs (!).Ludovic Courtès
2019-06-07pack: Add '--entry-point'.Ludovic Courtès
2019-06-06guix: git-download: Remove explicit import.Robert Vollmert
2019-06-05nar: Really lock store files.Ludovic Courtès
2019-06-05syscalls: 'with-lock-file' catches ENOSYS.Ludovic Courtès
2019-06-05syscalls: 'with-file-lock' expands to a call to 'call-with-file-lock'.Ludovic Courtès
2019-06-05syscalls: Add 'with-file-lock' macro.Ludovic Courtès
2019-06-05guix package: Do not list environment variables that need to be set.Ludovic Courtès
2019-06-03deprecation: Use the 'warning' procedure for diagnostics.Ludovic Courtès
2019-06-03Add (guix diagnostics).Ludovic Courtès
2019-06-03services: guix-publish: Allow for multi-compression.Ludovic Courtès
2019-06-03guix: import: simplify recursive importRobert Vollmert
2019-06-02import: hackage: Parse braced properties.Robert Vollmert
2019-06-02substitute: Select the best compression methods.Ludovic Courtès
2019-06-02publish: '--compression' can be repeated.Ludovic Courtès
2019-06-02build-system/guile: Display progress report as expected by (guix status).Ludovic Courtès
2019-06-02build-system/guile: Add #:not-compiled-file-regexp.Ludovic Courtès
2019-06-02build-system/guile: Improve reporting of 'guild compile' failures.Ludovic Courtès
2019-06-02compile: Adjust for Guile 3.Ludovic Courtès
2019-06-02progress: Provide the proper type for %PROGRESS-INTERVAL.Ludovic Courtès
2019-06-01lzlib: 'make-lzip-input-port' better handles end of decompression.Ludovic Courtès
2019-06-01import: hackage: Update list of ghc-included packages.Robert Vollmert
2019-05-29publish: Factorize 'compress-nar'.Ludovic Courtès
2019-05-29publish: Remove outdated comment.Ludovic Courtès
2019-05-28import: cran: Ignore invalid packages from the system requirements.Ricardo Wurmus
2019-05-28self: Fix unquoting.Ricardo Wurmus
2019-05-27publish: Display the compression method and level in use.Ludovic Courtès
2019-05-27lzlib: 'lzread!' never returns more than it was asked for.Ludovic Courtès
2019-05-27self: Add dependency on lzlib.Ludovic Courtès
2019-05-27publish: Add support for lzip.Ludovic Courtès
2019-05-27utils: Support compression and decompression with lzip.Ludovic Courtès
2019-05-27lzlib: Add 'make-lzip-input-port/compressed'.Ludovic Courtès
2019-05-27lzlib: Adjust 'lz-compress-read' docstring.Ludovic Courtès
2019-05-26import: hackage: Fix Cabal test.Ludovic Courtès
2019-05-26discovery: 'all-modules' returns modules in path order.Robert Vollmert
2019-05-26self: 'guix-daemon' honors %localstatedir, %sysconfdir, and %storedir.Ludovic Courtès
2019-05-26import: hackage: Recognize "BSD-3-Clause" and "PublicDomain".Robert Vollmert
2019-05-26store: Fix 'hash-part->path' docstring.Ludovic Courtès
2019-05-26publish: Maintain a hash-part-to-store-item mapping in cache.Ludovic Courtès
2019-05-23import: cran: Ignore invalid packages.Ricardo Wurmus
2019-05-22weather: Accept package specs on the command line.Ludovic Courtès
2019-05-22pack: Warn when building an empty pack.Ludovic Courtès
2019-05-22pack: Add '--root'.Ludovic Courtès
2019-05-20self: Remove unused variables.Ludovic Courtès
2019-05-16guix system: Type-check the file or expression.Ludovic Courtès