summaryrefslogtreecommitdiff
path: root/guix/ui.scm
AgeCommit message (Expand)Author
2017-06-02derivations: 'derivation-prerequisites-to-build' returns <substitutable>.Ludovic Courtès
2017-05-16ui: Disable Guile deprecation warnings by default.Ludovic Courtès
2017-05-13scripts: Do not create the config directory.Ludovic Courtès
2017-05-10ui: 'string->duration' correctly handles hours.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-04-16ui: Gracefully report '&message' conditions.Ludovic Courtès
2017-04-04gexp: 'lower-object' raises an exception when passed an invalid object.Ludovic Courtès
2017-03-27ui: Support Texinfo markup in package synopses.Alex Kost
2017-03-08ui: Don't use '%default-port-encoding' to set the encoding of string ports.Ludovic Courtès
2017-03-08ui: Avoid '_' as a pattern variable in 'match'.Ludovic Courtès
2017-01-13ui: Wrap 'canonicalize-path' for better error reporting.Ludovic Courtès
2017-01-13ui: Factorize error-reporting wrapper code.Ludovic Courtès
2017-01-02ui: Keep the word "Copyright" untranslated.Ludovic Courtès
2017-01-01ui: It's 2017 now!Ludovic Courtès
2016-11-17guix package: Display newline after generation diffs.Roel Janssen
2016-11-16daemon: Add "builtin:download" derivation builder.Ludovic Courtès
2016-10-26guix package: Display generation diffs.Roel Janssen
2016-09-20ui: Do not shadow '_' where it's used as a literal syntax match.Ludovic Courtès
2016-09-05ui: Initialize %FILE-PORT-NAME-CANONICALIZATION to #f.Ludovic Courtès
2016-08-04ui: Remove dependency on (gnu system file-systems).Ludovic Courtès
2016-06-09ui: 'string->duration' supports hours and seconds.Ludovic Courtès
2016-05-24ui: Let users report translation bugs.Mathieu Lirzin
2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès
2016-04-15ui: Use 'terminal-columns'.Ludovic Courtès
2016-04-15ui: 'package->recutils' accurately honors the number of columns.Ludovic Courtès
2016-03-30ui: Add comment on the translation of "current".Ludovic Courtès
2016-03-23derivations: Raise an error when a module file is not found.Ludovic Courtès
2016-03-09ui: Do not call 'port-filename' on closed file ports.Ludovic Courtès
2016-03-02utils: Use '@' for separating package names and version numbers.Mathieu Lirzin
2016-02-03guix system: 'reconfigure' loads and starts new services.Ludovic Courtès
2016-01-05ui: Update copyright year in '--version' output.Ludovic Courtès
2015-12-09derivations: Determine what's built in 'check' mode.Ludovic Courtès
2015-11-11ui: 'guix help COMMAND' is like 'guix COMMAND --help'.Ludovic Courtès
2015-10-28ui: Add 'make-regexp*'.Ludovic Courtès
2015-10-27profiles: Add generation manipulation procedures.Ludovic Courtès
2015-10-27utils: Add 'switch-symlinks', moved from (guix ui).Ludovic Courtès
2015-10-27ui: Add procedures to display a profile generation.Ludovic Courtès
2015-10-27ui: Add 'matching-generations'.Ludovic Courtès
2015-10-25scripts: environment: Add --container option.David Thompson
2015-09-24lint: Check non-translated package descriptions.Mathieu Lirzin
2015-09-24ui: Gracefully handle Unicode description strings.Ludovic Courtès
2015-09-18ui: Add 'show-derivation-outputs'.Alex Kost
2015-09-18Add (guix scripts).Alex Kost
2015-09-08ui: Add package-description-string.Mathieu Lirzin
2015-09-06ui: Change 'P_' to return the empty string when passed the empty string.Ludovic Courtès
2015-08-30ui: Add 'run-guix'.Alex Kost
2015-08-24guix package: -s shows outputs.Mark H Weaver
2015-07-15ui: Add 'leave-on-EPIPE'.Ludovic Courtès
2015-06-10ui: Replace the global 'symlink' binding.Ludovic Courtès
2015-05-31ui: Do not call 'display-error' for SRFI-34 exceptions.Ludovic Courtès