aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence/display (follow)
Commit message (Collapse)AuthorAge
* Change group-by to return direct pairs.Hugo Hörnquist2023-02-23
| | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | 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.
* Fix modularization of recurrence display.Hugo Hörnquist2022-02-22
|
* Move recurrence output test to tests/.Hugo Hörnquist2020-06-13
|
* Move TODO's about BYSETPOS to GitHub issue.Hugo Hörnquist2020-05-24
| | | | https://github.com/HugoNikanor/calp/issues/6
* Cleanup in recurrence generate.Hugo Hörnquist2020-05-23
|
* Move new recurrence generator to generate.scm.Hugo Hörnquist2020-05-19
|
* Fix recurrence display for BYMONTHDAY in YEARLY.Hugo Hörnquist2020-05-19
|
* Recurrence rules now always parsed.Hugo Hörnquist2020-05-19
|
* Remove recurrence instances before our start date.Hugo Hörnquist2020-05-14
|
* RRule Limiters works much better.Hugo Hörnquist2020-05-14
|
* Week day limiter working?Hugo Hörnquist2020-05-13
|
* Update run-test for recurrence sets.Hugo Hörnquist2020-05-13
|
* Commented up where the failing recurrence sets fail.Hugo Hörnquist2020-05-13
|
* Reword recurrence tests.Hugo Hörnquist2020-05-11
|
* Added pretty formatter for RRULE:s.Hugo Hörnquist2020-04-06