aboutsummaryrefslogtreecommitdiff
path: root/module (follow)
Commit message (Collapse)AuthorAge
* Remove old recurrence generator.Hugo Hörnquist2020-05-19
|
* Cleanup in datetime.Hugo Hörnquist2020-05-19
|
* Add test for filter-sorted.Hugo Hörnquist2020-05-19
|
* Add warning with failed unlinking of unix socket.Hugo Hörnquist2020-05-19
|
* Fix recurrence display for BYMONTHDAY in YEARLY.Hugo Hörnquist2020-05-19
|
* Remove strbuf.Hugo Hörnquist2020-05-19
| | | | | | 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.
* Inline badly named function.Hugo Hörnquist2020-05-19
|
* date=, datetime=, time= any number of arguments.Hugo Hörnquist2020-05-19
|
* Remove leap and expiry from zic.Hugo Hörnquist2020-05-19
|
* minor cleanup.Hugo Hörnquist2020-05-19
|
* Recurrence rules now always parsed.Hugo Hörnquist2020-05-19
|
* Glob, and the whole, now works on 32 bit systems.Hugo Hornquist2020-05-14
| | | | | 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.
* server /month/ round to start of month.Hugo Hörnquist2020-05-14
|
* Add some TODO's.Hugo Hörnquist2020-05-14
|
* Remove recurrence instances before our start date.Hugo Hörnquist2020-05-14
|
* Remove some duplicates in recurrence set generation.Hugo Hörnquist2020-05-14
|
* Add label macro.Hugo Hörnquist2020-05-14
|
* RRule Limiters works much better.Hugo Hörnquist2020-05-14
|
* Add stream->values.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
|
* Some more rr rules.Hugo Hörnquist2020-05-13
|
* Add all-wday-in-year.Hugo Hörnquist2020-05-13
|
* Change values-map to valued-map.Hugo Hörnquist2020-05-13
|
* RRULES with FREQ=MONTHLY and BYDAY now works in the extension case.Hugo Hörnquist2020-05-13
|
* Add values-map.Hugo Hörnquist2020-05-13
|
* Reword recurrence tests.Hugo Hörnquist2020-05-11
|
* Simplify prettify-tree of util/exceptions.Hugo Hörnquist2020-05-11
|
* Add ~3 to datetime->string.Hugo Hörnquist2020-05-11
|
* Add TODO about linewrapping.Hugo Hörnquist2020-05-10
|
* Replace iCalendar parser.Hugo Hörnquist2020-05-09
|\ | | | | | | | | | | | | | | | | The old iCalendar parser was a direct port of my C parser, which unfortunately clashed with guile's evaluation model, and was therefore really slow. This new one is much schemier [sic?], and therefore much faster. On my laptop the parse time went from around 10s to 2.5s, so a 4x speedup!
| * Add short commentary on difference between parse and parse/component.Hugo Hörnquist2020-05-09
| |
| * Remove old parser, rename new parser to component.Hugo Hörnquist2020-05-09
| |
| * Minor cleanup.Hugo Hörnquist2020-05-09
| |
| * New parser now on feature parity with old.Hugo Hörnquist2020-05-09
| |
| * Un-escape escaped characters. Slow?Hugo Hörnquist2020-05-09
| |
| * New parser now works with old code.Hugo Hörnquist2020-05-09
| | | | | | | | | | | | A DTEND filed is added as before. One of the EXDATE fields is saves as a list, the remaining are however thrown away.
| * Work on new parser, almost works.Hugo Hörnquist2020-05-09
| |
| * Set X-HNH-FILENAME outside parse-calendar.Hugo Hörnquist2020-05-09
| |
| * Add draft of new parser.Hugo Hörnquist2020-05-09
| |
| * Move vcalendar parse code into own file.Hugo Hörnquist2020-05-09
| |
| * Remove unused with-vline-tz.Hugo Hörnquist2020-05-08
| |
| * Made benchmark main runnable again.Hugo Hörnquist2020-05-06
| |
| * Change to only call get-datetime in parse.Hugo Hörnquist2020-05-05
| |
* | Clean up util header.Hugo Hörnquist2020-05-09
|/
* Add profile! macro.Hugo Hörnquist2020-05-05
|
* html --help s/month/table/Hugo Hörnquist2020-05-05
|
* Getopt-opt handles value being any symbol.Hugo Hörnquist2020-05-05
|
* Add link in root to /today.Hugo Hörnquist2020-05-04
|