aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add tests to makefile.Hugo Hörnquist2019-04-03
|
* Update tests.Hugo Hörnquist2019-04-03
|
* Add parser for BYDAY RRULE's.Hugo Hörnquist2019-04-01
|
* Add tests for let*.Hugo Hörnquist2019-04-01
|
* Add support for improper-lists in let*.Hugo Hörnquist2019-04-01
|
* Add test for properties from scheme.Hugo Hörnquist2019-03-31
|
* Add (read only) property access from scheme.Hugo Hörnquist2019-03-31
|
* Add as-{string,symb}.Hugo Hörnquist2019-03-31
|
* Add cval field to LLIST.Hugo Hörnquist2019-03-31
|
* Cal name now set to basename of path.Hugo Hörnquist2019-03-29
|
* Minor whitespace fixup.Hugo Hörnquist2019-03-29
|
* Replace recur loop with while.Hugo Hörnquist2019-03-29
|
* Add summary-filter to SUMMARY field.Hugo Hörnquist2019-03-29
|
* Move TTY input to end of loop.Hugo Hörnquist2019-03-29
|
* Fix #\q in main loop.Hugo Hörnquist2019-03-25
|
* Fix timespan-overlaps? to align better with days.Hugo Hörnquist2019-03-25
|
* Minor cleanups.Hugo Hörnquist2019-03-25
|
* Fix events being dropped by sorting them.Hugo Hörnquist2019-03-25
|
* Replace one filter.Hugo Hörnquist2019-03-25
|
* Update make-vcomponent to allow VIRTUAL components.Hugo Hörnquist2019-03-24
|
* Add VIRTUAL vcomponents.Hugo Hörnquist2019-03-24
| | | | | | | | VIRTUAL vcomponents are vcomponents created without a source. Their primiary purpose is for creating brand new events, which will later be dumped to the proper files. They can however also be used in testing for great effect.
* Set up better test for recurring events.Hugo Hörnquist2019-03-23
|
* Minor cleanup.Hugo Hörnquist2019-03-22
|
* Fix recur-event-stream.Hugo Hörnquist2019-03-22
|
* Add explicit import of (ice-9 format) to vcal output.Hugo Hörnquist2019-03-22
|
* Add comment on NAME attr.Hugo Hörnquist2019-03-22
|
* Add tests to C main.Hugo Hörnquist2019-03-22
|
* Fix error when setting attr before ever accessing it.Hugo Hörnquist2019-03-22
|
* Add empty constructor for vcomponent.Hugo Hörnquist2019-03-22
|
* Fix GET(TRIE(T)) erroring when target was a neighbour.Hugo Hörnquist2019-03-22
|
* Fix errors shown by scan-build.Hugo Hörnquist2019-03-22
|
* Move C and Scheme code into subdirs.Hugo Hörnquist2019-03-22
|
* Add stuff to test.scm.Hugo Hörnquist2019-03-22
|
* Cleanup and cleandown in (v r generate).Hugo Hörnquist2019-03-22
|
* Update formatting of some comments.Hugo Hörnquist2019-03-22
|
* Change time->string default format.Hugo Hörnquist2019-03-22
|
* Rename build-recur-rules to parse-recurrence-rule.Hugo Hörnquist2019-03-22
|
* Fix imports for (vcalendar recurrence parse).Hugo Hörnquist2019-03-22
|
* Move take-to to util.Hugo Hörnquist2019-03-22
|
* Add clean-scheme to makefile.Hugo Hörnquist2019-03-22
|
* Update main to show recurring events.Hugo Hörnquist2019-03-21
|
* Fixed recurrence code.Hugo Hörnquist2019-03-21
|
* Add filter-sorted-stream.Hugo Hörnquist2019-03-21
|
* Add ./ to makefile.Hugo Hörnquist2019-03-21
|
* Started work on stream interleaving.Hugo Hörnquist2019-03-21
|
* Add find-min.Hugo Hörnquist2019-03-21
|
* Change main-loop input.Hugo Hörnquist2019-03-21
| | | | | Changed input for main loop from a list of calendars into a list of regular events and a list of repeating events.
* Update utility functions.Hugo Hörnquist2019-03-21
|
* Fix up fetch to use better abstractions.Hugo Hörnquist2019-03-21
|
* Some cleanup.Hugo Hörnquist2019-03-21
|