aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent (unfollow)
Commit message (Collapse)Author
2019-04-26Further cleanup in recurrence parser.Hugo Hörnquist
2019-04-25Once again, rewrote quick-case.Hugo Hörnquist
2019-04-25Move group-stream, add helper methods.Hugo Hörnquist
2019-04-25Rename event-in? => event-contains?.Hugo Hörnquist
2019-04-25Clean up util and move exceptions.Hugo Hörnquist
2019-04-24Rewrote quick-case macro. Keeps signature.Hugo Hörnquist
Quick-case is a horrible macro. Before it was both hard to see what it did, and how it did it. That still holds true, but at least the code for it is ever so slightly more readable.
2019-04-24Change RRULE-parsing to use let-lazy.Hugo Hörnquist
2019-04-24Remove concat.Hugo Hörnquist
Apparently SRFI-1 comes with concatenate...
2019-04-23Move stuff from main.Hugo Hörnquist
2019-04-23Rename module vcalendar => vcomponent.Hugo Hörnquist