summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2017-11-12download: Try FTP servers last.Leo Famulari
2017-11-11git: Check whether 'clone-init-options' is defined.Ludovic Courtès
2017-11-11download: Work around more bogus HTTP handling in Guile 2.2 <= 2.2.2.Ludovic Courtès
2017-11-10download: Work around bogus HTTP handling in Guile 2.2 <= 2.2.2.Ludovic Courtès
2017-11-10git: Work around wrong default argument of 'clone'.Ludovic Courtès
2017-11-09ui: Add an 'unbound-variable' exception printer.Ludovic Courtès
2017-11-09ui: Provide hints for unbound-variable errors.Ludovic Courtès
2017-11-09ui: Add 'display-hint'.Ludovic Courtès
2017-11-08ui: Define and honor '&error-location' and '&fix-hint' conditions.Ludovic Courtès
2017-11-08ui: Introduce (guix i18n).Ludovic Courtès
2017-11-07guix: Add archive support for bioconductor-uri.Ricardo Wurmus
2017-11-07import: cran: Use Bioconductor 3.6 helpers.Ricardo Wurmus
2017-11-07import: cran: Add support for Bioconductor 3.6.Ricardo Wurmus
2017-11-07import: utils: Add string helpers.Ricardo Wurmus
2017-11-07refresh: Account for hidden packages.Ludovic Courtès
2017-11-07compile: Fix VPATH builds.Ludovic Courtès
2017-11-07Fix ambiguous imports.Ludovic Courtès
2017-11-05guix: records: Add match-record.nee
2017-11-01download: Refresh the cpan.org mirror list.Tobias Geerinckx-Rice
2017-10-30Revert "import: cpan: Use HTTPS for home pages."Tobias Geerinckx-Rice
2017-10-29import: cpan: Use HTTPS for home pages.Tobias Geerinckx-Rice
2017-10-29import: cpan: Actually use CPAN-HOME.Tobias Geerinckx-Rice
2017-10-29import: cpan: Add trailing "/" to CPAN-HOME.Tobias Geerinckx-Rice
2017-10-28import: cpan: Add trailing "/" on home-page.Eric Bavier
2017-10-28import: cpan: Propagate imported dependencies.Eric Bavier
2017-10-28graph: Remove mention of Graphviz from the summary line.Ludovic Courtès
2017-10-28import: elpa: Do not abort when failing to download the archive.Ludovic Courtès
2017-10-28import: github: Gracefully handle multiple-URL origins.Ludovic Courtès
2017-10-28lint: 'refresh' gracefully handles lack of networking access.Ludovic Courtès
2017-10-28lint: Extract network-related exception handling.Ludovic Courtès
2017-10-28scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'.Ludovic Courtès
2017-10-27scripts: Use 'args-fold*' for command that do not honor build flags.Ludovic Courtès
2017-10-26build-system/go: Fix installation path of executable files.Leo Famulari
2017-10-25challenge: Display an overall summary.Ludovic Courtès
2017-10-25substitute: Don't send more than 1000 requests in a row.Ludovic Courtès
2017-10-25guix package: '--list-available' does not show superseded packages.Ludovic Courtès
2017-10-24build-system/go: Parameterize installing the source code.Leo Famulari
2017-10-24build-system/go: Strip the Go binaries with the native tool.Leo Famulari
2017-10-23pull: Hide compilation warnings.Ludovic Courtès
2017-10-23pull: Add (guix build compile) to the mix.Ludovic Courtès
2017-10-22gexp: Add 'directory-union'.Ludovic Courtès
2017-10-22gexp: Add 'file-union'.Ludovic Courtès
2017-10-22discovery: Move 'file-name->module-name' to (guix modules).Ludovic Courtès
2017-10-22build: Factorize module compilation in (guix build compile).Ludovic Courtès
2017-10-21Use HTTPS for bioconductor.org.Tobias Geerinckx-Rice
2017-10-19download: Download a nar when a VCS checkout fails.Ludovic Courtès
2017-10-19Add (guix progress).Ludovic Courtès
2017-10-19download: Make 'http-fetch' public.Ludovic Courtès
2017-10-19download: Remove old-Guile leftovers.Ludovic Courtès
2017-10-17guix: substitute: Report the last progress in the child process.宋文武