aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence/parse.scm (follow)
Commit message (Collapse)AuthorAge
* Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist2022-03-07
| | | | Along with updating now failing tests.
* 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.
* Improve error messages of rfc->datetime-weekdayHugo Hörnquist2021-08-21
|
* xcal parse now handles WKST in RRULE's.Hugo Hörnquist2021-01-14
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Fix UNTIL parsinrg for RRULE:s.Hugo Hörnquist2020-07-07
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Work on parser.Hugo Hörnquist2020-06-15
|
* Resolve some TODO's.Hugo Hörnquist2020-06-12
|
* Tests run again.Hugo Hörnquist2020-05-04
|
* All warning procedures now uses warning system.Hugo Hörnquist2020-05-04
|
* Recurrence rule WKST properly parsed again.Hugo Hörnquist2020-04-23
|
* Improve error reporting on recurrence parse.Hugo Hörnquist2020-04-22
|
* Remove define-quick-record macros.Hugo Hörnquist2020-04-22
|
* Improve some errors.Hugo Hörnquist2020-04-17
|
* RRULE parser now converts weekdays to (datetime util) weekdays.Hugo Hörnquist2020-04-17
|
* recurence BYMONTH now sets correct field.Hugo Hörnquist2020-04-06
|
* Rename parse-date to parse-ics-date, add parse-iso-date.Hugo Hörnquist2020-03-31
|
* Clarify error on bad RRULE's.Hugo Hörnquist2020-03-29
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Repair recurrence rules.Hugo Hörnquist2020-02-14
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Start of new date structures.Hugo Hörnquist2020-01-24
|
* Rework vcomponent recurrence internals.Hugo Hörnquist2019-12-30
|
* Further cleanup in recurrence parser.Hugo Hörnquist2019-04-26
|
* Once again, rewrote quick-case.Hugo Hörnquist2019-04-25
|
* Clean up util and move exceptions.Hugo Hörnquist2019-04-25
|
* Rewrote quick-case macro. Keeps signature.Hugo Hörnquist2019-04-24
| | | | | | 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.
* Change RRULE-parsing to use let-lazy.Hugo Hörnquist2019-04-24
|
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23