summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2022-09-11build-system: emacs: Use new function for autoloads generation...Morgan Smith
2022-09-11build-system: emacs: Use native compilation....Liliana Marie Prikler
2022-09-11guix: emacs-utils: Add emacs-compile-directory....Liliana Marie Prikler
2022-09-08syscalls: Avoid repeated calls to 'syscall->procedure'....Ludovic Courtès
2022-09-08import: gnome: Reject version strings such as "43.alpha"....Ludovic Courtès
2022-09-08search-paths: Tweak $SSL_CERT_DIR comment....Ludovic Courtès
2022-09-08search-paths: Clarify $GUIX_EXTENSIONS_PATH comment....Ludovic Courtès
2022-09-08search-paths: Remove redundant uses of 'define-public'....Ludovic Courtès
2022-09-07guix: platform: Use #false instead of #f....Mathieu Othacehe
2022-09-07profiles: Implicitly set GUIX_EXTENSIONS_PATH....(unmatched-parenthesis
2022-09-06import: gnome: Do not require even minor for two-number version strings....Ludovic Courtès
2022-09-04store: Open daemon connections with SOCK_CLOEXEC....Ludovic Courtès
2022-09-04store: Remove unused variable and 'socket' call....Ludovic Courtès
2022-09-02read-print: Improve declaration of integer bases....Ludovic Courtès
2022-09-02read-print: Define forms for which \n, \t, etc. are not escaped....Ludovic Courtès
2022-09-01read-print: Guess the base to use for integers being printed....Ludovic Courtès
2022-08-31pull: Create a version 3 manifest....Ludovic Courtès
2022-08-31reconfigure: Use 'current-channels' to obtain provenance data....Ludovic Courtès
2022-08-30scripts: system: Check the image operating-system....Mathieu Othacehe
2022-08-30guix system: Use standard cross and native build options....Thiago Jung Bauermann
2022-08-30Revert "reconfigure: Use 'current-channels' to obtain provenance data."...宋文武
2022-08-30reconfigure: Use 'current-channels' to obtain provenance data....Ludovic Courtès
2022-08-28gexp: directory-union: Fix documentation....Maxim Cournoyer
2022-08-27gnu: scons: Move to (gnu packages build-tools)....Marius Bakke
2022-08-25import/utils: beautify-description: Add case for "Implements"....Ricardo Wurmus
2022-08-19build-system/gnu: Fix docstring....Andrew Tropin
2022-08-16ui: Describe package outputs....Liliana Marie Prikler
2022-08-11build-system/channel: Correctly handle store file name from (gnu ci)....Ludovic Courtès
2022-08-10read-print: Remove unused procedure....Ludovic Courtès
2022-08-10read-print: Report missing closing parens instead of looping....Ludovic Courtès
2022-08-10ssh: 'open-ssh-session' gracefully handles connection timeouts....Ludovic Courtès
2022-08-10gnu: system: file-systems: Add shared flag....Oleg Pykhalov
2022-08-09channels: Consider news files as UTF-8-encoded by default....Ludovic Courtès
2022-08-09tests: git: Write files as UTF-8....Ludovic Courtès
2022-08-09channels: Add 'repository->guix-channel'....Ludovic Courtès
2022-08-09build-system/channel: Accept a channel or instance as the source....Ludovic Courtès
2022-08-09build-system: Add 'channel-build-system'....Ludovic Courtès
2022-08-08read-print: Add 'case' and 'cond' special forms....Ludovic Courtès
2022-08-08read-print: Support printing multi-line comments....Ludovic Courtès
2022-08-08style: Add '--whole-file' option....Ludovic Courtès
2022-08-08read-print: 'canonicalize-comment' leaves top-level comments unchanged....Ludovic Courtès
2022-08-08read-print: Add code to read and write sequences of expressions/blanks....Ludovic Courtès
2022-08-08read-print: Recognize page breaks....Ludovic Courtès
2022-08-08read-print: Read and render vertical space....Ludovic Courtès
2022-08-08read-print: Introduce <blank> parent class of <comment>....Ludovic Courtès
2022-08-08read-print: Expose comment constructor....Ludovic Courtès
2022-08-08read-print: Add System and Home special forms....Ludovic Courtès
2022-08-08style: Move reader and printer to (guix read-print)....Ludovic Courtès
2022-08-08lint: Add '-e'....Ludovic Courtès
2022-08-06build-system/perl: Support cross-compilation of some Perl packages....Maxime Devos