aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2020-05-24Fix multi day overflow in time-.Hugo Hörnquist
2020-05-24Remove comment about atomic boxes.Hugo Hörnquist
2020-05-24Move TODO's about BYSETPOS to GitHub issue.Hugo Hörnquist
https://github.com/HugoNikanor/calp/issues/6
2020-05-24Add stream-partition.Hugo Hörnquist
2020-05-24Add comment about allows multi-valued items in ics.Hugo Hörnquist
2020-05-24Handle events with no DTEND.Hugo Hörnquist
2020-05-24Introduce warnings-are-errors parameter.Hugo Hörnquist
2020-05-24Timespan-overlaps? single moment and tests.Hugo Hörnquist
2020-05-24Minor change.Hugo Hörnquist
2020-05-23Remove (vcomponent util).Hugo Hörnquist
2020-05-23Remove deprecated read-tree.Hugo Hörnquist
2020-05-23Remove (vcomponent load) module.Hugo Hörnquist
2020-05-23Slight changes to define-config.Hugo Hörnquist
2020-05-23Add tests for with-replaced-attrs.Hugo Hörnquist
2020-05-23Remove special case for first day in month view.Hugo Hörnquist
2020-05-23Replace one match-lambda* with case-lambda.Hugo Hörnquist
2020-05-23HTML add debug parameter.Hugo Hörnquist
2020-05-23Minor cleanup.Hugo Hörnquist
2020-05-23Made *prodid* global.Hugo Hörnquist
2020-05-23Cleanup in datetime.Hugo Hörnquist
2020-05-23date= and time= now work.Hugo Hörnquist
2020-05-23Fix javascript mimetype in server.Hugo Hörnquist
2020-05-23Remove (vcomponent output) module.Hugo Hörnquist
2020-05-23Remove export functions from terminal output.Hugo Hörnquist
2020-05-23Remove print-vcomponent.Hugo Hörnquist
2020-05-23Whitespace cleanup.Hugo Hörnquist
2020-05-23Simplify rrule writer.Hugo Hörnquist
2020-05-23Cleanup in recurrence generate.Hugo Hörnquist
2020-05-22Remove commented procedure in-day?Hugo Hörnquist
2020-05-22Minor coment cleanup.Hugo Hörnquist
2020-05-22Repair ical output for keys with multiple vlines.Hugo Hörnquist
2020-05-22Fix final-event-occurence.Hugo Hörnquist
2020-05-21Fix week-start in HTML month view from server.Hugo Hörnquist
2020-05-21Add week-start parameter.Hugo Hörnquist
2020-05-19Move new recurrence generator to generate.scm.Hugo Hörnquist
2020-05-19Remove old recurrence generator.Hugo Hörnquist
2020-05-19Cleanup in datetime.Hugo Hörnquist
2020-05-19Add test for filter-sorted.Hugo Hörnquist
2020-05-19Add warning with failed unlinking of unix socket.Hugo Hörnquist
2020-05-19Fix recurrence display for BYMONTHDAY in YEARLY.Hugo Hörnquist
2020-05-19Remove strbuf.Hugo Hörnquist
Strbuf existed for the previous parser, which immitated the C parser but in scheme. The new parser is much more "correct" scheme, and therefore doesn't need a c-string thingy.
2020-05-19Inline badly named function.Hugo Hörnquist
2020-05-19date=, datetime=, time= any number of arguments.Hugo Hörnquist
2020-05-19Remove leap and expiry from zic.Hugo Hörnquist
2020-05-19minor cleanup.Hugo Hörnquist
2020-05-19Recurrence rules now always parsed.Hugo Hörnquist
2020-05-14Glob, and the whole, now works on 32 bit systems.Hugo Hornquist
Guile really needs to have better way to get the native width of a pointer. Creating a symbol from a sizeof is nothing but ugly.
2020-05-14server /month/ round to start of month.Hugo Hörnquist
2020-05-14Add some TODO's.Hugo Hörnquist
2020-05-14Remove recurrence instances before our start date.Hugo Hörnquist