aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/formats/xcal/parse.scm (follow)
Commit message (Collapse)AuthorAge
* Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | Guile 3 reserves _ for other stuff.
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Prepare code for translation.Hugo Hörnquist2022-02-22
| |
* | Normalize errors.Hugo Hörnquist2022-03-28
|/
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Cleanup modules.Hugo Hörnquist2021-12-22
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.