aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/util/control.scm (unfollow)
Commit message (Collapse)Author
2023-09-13Rewrote `with-replaced-properties`.Hugo Hörnquist
The old version built on the old stateful components, while the new version is stateless. This also clearly shows the benefits of stateless components.
2023-09-07Remove accidental extra 'vcomponent control' module.Hugo Hörnquist
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2021-12-22Cleanup modules.Hugo Hörnquist
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.
2021-01-14Add comments to some procedures.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-07-07Finished renamining attribute to property.Hugo Hörnquist
2020-05-24Minor change.Hugo Hörnquist
2020-05-23Add tests for with-replaced-attrs.Hugo Hörnquist
2019-10-04Actually fix NAME.Hugo Hörnquist
2019-04-23Rename module vcalendar => vcomponent.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist
2019-03-10Add with-replaced-attrs.Hugo Hörnquist