| Commit message (Expand) | Author | Age |
* | records: Remove unnecessary 'begin'. | Ludovic Courtès | 2015-06-11 |
* | records: Add support for 'innate' fields. | Ludovic Courtès | 2015-06-11 |
* | records: "options" → "properties". | Ludovic Courtès | 2015-06-11 |
* | records: Factorize field property predicates. | Ludovic Courtès | 2015-06-11 |
* | records: Separate default-value handling. | Ludovic Courtès | 2015-06-11 |
* | records: Replace 'eval-when' with a proper 'define-syntax'. | Ludovic Courtès | 2015-06-11 |
* | records: Make 'make-syntactic-constructor' available at load/eval/expand. | Ludovic Courtès | 2015-05-04 |
* | records: Add support for delayed fields. | Ludovic Courtès | 2015-01-19 |
* | make-syntactic-constructor kwarg default | Ludovic Courtès | 2015-01-19 |
* | records: Factorize value wrapping in the record constructor. | Ludovic Courtès | 2015-01-19 |
* | records: Move 'make-syntactic-constructor' to the top level. | Ludovic Courtès | 2015-01-19 |
* | records: Use keyword parameters for 'make-syntactic-constructor'. | Ludovic Courtès | 2015-01-19 |
* | records: Optimize 'recutils->alist' by avoiding regexps. | Ludovic Courtès | 2015-01-09 |
* | records: Improve the docstring of 'define-record-type*'. | Ludovic Courtès | 2014-10-17 |
* | records: Report unknown field names in inheriting forms. | Ludovic Courtès | 2014-07-17 |
* | records: Factorize error-reporting macro. | Ludovic Courtès | 2014-07-17 |
* | records: define-record-type*: Field bindings are bound with 'let*'. | Ludovic Courtès | 2013-10-15 |
* | records: `recutils->alist' recognizes lines starting with a `+'. | Ludovic Courtès | 2013-07-10 |
* | records: `alist->record' supports multiple-field occurrences. | Ludovic Courtès | 2013-07-10 |
* | records: `recutils->alist' recognizes comments. | Ludovic Courtès | 2013-07-10 |
* | records: Add `recutils->alist' for public consumption. | Ludovic Courtès | 2013-07-10 |
* | Move record utilities to (guix records). | Ludovic Courtès | 2013-05-12 |