summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2016-07-16guix gc: Display of saved space for garbage collection....Vincent Legoll
2016-07-16build: Substitute URLs now default to "mirror.hydra.gnu.org" alone....Ludovic Courtès
2016-07-14records: Improve reporting of invalid field specifiers....Ludovic Courtès
2016-07-14challenge: Disable grafting....Ludovic Courtès
2016-07-14substitute: Gracefully handle trailing slashes in URLs....Ludovic Courtès
2016-07-13lint: 'validate-uri' reports suspiciously small 200 responses....Ludovic Courtès
2016-07-13download: Attempt to update SourceForge mirror URLs....Ludovic Courtès
2016-07-12packages: <origin> no longer has an 'imported-modules' field....Ludovic Courtès
2016-07-12gexp: Remove more uses of #:modules....Ludovic Courtès
2016-07-12gexp: 'program-file' and 'gexp->script' no longer have #:modules....Ludovic Courtès
2016-07-12gexp: 'computed-file' no longer has a #:modules parameter....Ludovic Courtès
2016-07-12download: Use 'with-imported-modules'....Ludovic Courtès
2016-07-12profiles: Use 'with-imported-modules'....Ludovic Courtès
2016-07-12gexp: 'gexp->file' emits code to set '%load-path'....Ludovic Courtès
2016-07-12gexp: Factorize load-path-setting expression....Ludovic Courtès
2016-07-12gexp: Add 'with-imported-modules' macro....Ludovic Courtès
2016-07-12gexp: Keep only a single 'references' field....Ludovic Courtès
2016-07-03import: cpan: Use our mirrors for 'https' URLs....Alex Sassmannshausen
2016-07-03guix: Support authentication when fetching from SVN....Ricardo Wurmus
2016-07-02download: Update CPAN mirrors....Ludovic Courtès
2016-06-29download: Use basic authentication when userinfo is present in URI....David Thompson
2016-06-26daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'....David Craven
2016-06-25import: pypi: do not fail when 'run_requires' is missing from the metadata....Cyril Roelandt
2016-06-25guix: python-build-system: Change pypi-uri to use https://pypi.io....宋文武
2016-06-25utils: 'cache-directory' always appends "/guix"....Ludovic Courtès
2016-06-23bournish: Add 'wc' command....Efraim Flashner
2016-06-22substitute: Use ~/.cache when invoked by an unprivileged user....Ludovic Courtès
2016-06-22utils: 'cache-directory' honors 'XDG_CACHE_HOME'....Ludovic Courtès
2016-06-22build: emacs: Search for elisp in "share/emacs/site-lisp"....Alex Kost
2016-06-20gexp: Use a relative file name....Ludovic Courtès
2016-06-20utils: 'current-source-directory' gracefully handles lack of source info....Ludovic Courtès
2016-06-20utils: 'current-source-directory' resolves relative file names at run time....Ludovic Courtès
2016-06-20store: 'register-path' no longer swallows 'system-error' exceptions....Ludovic Courtès
2016-06-16utils: 'current-source-directory' returns the absolute directory name....Ludovic Courtès
2016-06-16utils: 'current-source-directory' is now purely an expansion-time thing....Ludovic Courtès
2016-06-16packages: Disambiguate 'modules' and 'imported-modules' in <origin>....Ludovic Courtès
2016-06-16gexp: Add #:select? parameter to 'local-file'....Ludovic Courtès
2016-06-16gexp: Move 'current-source-directory' to (guix utils)....Ludovic Courtès
2016-06-15guix: Add downloader for Mercurial repositories....Ricardo Wurmus
2016-06-15store: Add #:select? parameter to 'add-to-store'....Ludovic Courtès
2016-06-15packages: The 'source' can be any lowerable object....Ludovic Courtès
2016-06-15packages: 'origin->derivation' expects an origin and nothing else....Ludovic Courtès
2016-06-15packages: Recognize the '.Z' extension....Ludovic Courtès
2016-06-14import: pypi: read requirements from wheels....Cyril Roelandt
2016-06-13utils: 'with-atomic-file-output' closes the port upon exception....Ludovic Courtès
2016-06-13syscalls: Use 'syscall->procedure' everywhere....Ludovic Courtès
2016-06-13utils: 'with-atomic-file-output' calls 'fdatasync'....Ludovic Courtès
2016-06-12serialization: Add #:select? parameter to 'write-file'....Ludovic Courtès
2016-06-12profiles: Make sure hook derivations fail upon error....Ludovic Courtès
2016-06-11profiles: manifest-lookup-package: Correctly handle package entries....宋文武