summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2017-12-01progress: Factorize erase-in-line....Ludovic Courtès
2017-12-01utils: Add target-arm32? procedure....Mathieu Othacehe
2017-11-30ui: Present 'use-modules' hints with a question mark....Ludovic Courtès
2017-11-30build-system: Add scons-build-system....Arun Isaac
2017-11-29gexp: Default to 'guile-2.2' for 'program-file'....Ludovic Courtès
2017-11-29gexp: 'compiled-modules' disables deprecation warnings by default....Ludovic Courtès
2017-11-28lint: Adjust file-name length test for out-of-tree file names....Ludovic Courtès
2017-11-28lint: 'patch-file-names' checks for file name length....Ludovic Courtès
2017-11-28ui: Avoid "pkg:out" syntax when reporting collisions....Ludovic Courtès
2017-11-24gnu-maintenance: Relax recursion cutoff in 'latest-ftp-release'....Ludovic Courtès
2017-11-24ui: 'known-variable-definition' protects against module cycles....Ludovic Courtès
2017-11-21Revert "Add (guix self) and use it when pulling."...Ludovic Courtès
2017-11-21Add (guix self) and use it when pulling....Ludovic Courtès
2017-11-21git: Do not add '.git' to the store....Ludovic Courtès
2017-11-21pull: Trim import list....Ludovic Courtès
2017-11-21gexp: 'directory-union' has a #:quiet? parameter....Ludovic Courtès
2017-11-21union: Parametrize the symlink procedure ....Ludovic Courtès
2017-11-20compile: Put an upper bound on the number of workers....Ludovic Courtès
2017-11-20Add semicolon in commands that set GUIX_PROFILE....Ludovic Courtès
2017-11-19zlib: Fix race condition when closing gzip ports....Ludovic Courtès
2017-11-19ssh: Use (guix i18n)....Ludovic Courtès
2017-11-18licenses: Add cddl1.1....Julien Lepiller
2017-11-18build-system: texlive: Only make a union of directories....Ricardo Wurmus
2017-11-17build-system/go: Don't let Go executables refer to the Go compiler....Leo Famulari
2017-11-17workers: Display backtrace in pre-unwind handler....Ludovic Courtès
2017-11-17workers: 'pool-idle?' returns true only if the workers are idle....Ludovic Courtès
2017-11-16ui: Add source file name to the package search metrics....Ludovic Courtès
2017-11-16cve: Use 'http-fetch/cached' instead of having custom caching....Ludovic Courtès
2017-11-16download: Improve efficiency of 'write-request' over TLS....Ludovic Courtès
2017-11-14download: Pass the timeout to 'ftp-retr'....Ludovic Courtès
2017-11-14grafts: Clarify the status of the workaround for <http://bugs.gnu.org/24659>....Leo Famulari
2017-11-12download: Use HTTPS for the first ImageMagick mirror....Leo Famulari
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