aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix number of problems with new serializers.Hugo Hörnquist2020-06-25
|
* Minor changes to vcomponent base.Hugo Hörnquist2020-06-25
|
* Add xcal output!Hugo Hörnquist2020-06-25
|
* Fix GEO output.Hugo Hörnquist2020-06-25
|
* Move stuff from output/ical to output/common./Hugo Hörnquist2020-06-25
|
* Add minor todo.Hugo Hörnquist2020-06-25
|
* Add structure for importing events.Hugo Hörnquist2020-06-25
|
* ICS writer now handles types and parameters.Hugo Hörnquist2020-06-25
|
* Merge UTC-OFFSET and TIMESPEC into one.Hugo Hörnquist2020-06-25
|
* Fix minor spelling error.Hugo Hörnquist2020-06-16
|
* Remove concatenate from get-attr.Hugo Hörnquist2020-06-16
| | | | | An earlier version allowed multiple vlines, each with a list of values. The representation is now changed to one vline per value.
* Multi-valued TEXT fields now always lists.Hugo Hörnquist2020-06-16
|
* Store unchanged datetimes in X-HNH-ORIGINAL property.Hugo Hörnquist2020-06-16
|
* Updated type signatures in component.Hugo Hörnquist2020-06-15
|
* Remove remnants of late RRULE parser.Hugo Hörnquist2020-06-15
|
* Change STATUS to enum type.Hugo Hörnquist2020-06-15
|
* Save soruce-prop object to vline.Hugo Hörnquist2020-06-15
|
* Minor error cleanup in component.Hugo Hörnquist2020-06-15
|
* Re-add timezone normalization for parsed datetimes.Hugo Hörnquist2020-06-15
|
* Clarify and fix TZ stuff in (datetime).Hugo Hörnquist2020-06-15
|
* Fix multi-valued fields.Hugo Hörnquist2020-06-15
|
* Work on parser.Hugo Hörnquist2020-06-15
|
* Repaired ability to set config value to #f.Hugo Hörnquist2020-06-14
|
* Map all fields into types.Hugo Hörnquist2020-06-14
|
* Add parser for all remaining types.Hugo Hörnquist2020-06-13
|
* Add duration parser.Hugo Hörnquist2020-06-13
|
* Add base64 encoder/decoder.Hugo Hörnquist2020-06-13
|
* Util now exports fold-values.Hugo Hörnquist2020-06-13
|
* Add list of keys that may repeat.Hugo Hörnquist2020-06-13
|
* Change write-form of <datetime>.Hugo Hörnquist2020-06-13
|
* Update weekday-list documentation.Hugo Hörnquist2020-06-13
|
* Fix normalization in (datetime util).Hugo Hörnquist2020-06-13
|
* All recurrence test except SETPOS now pass.Hugo Hörnquist2020-06-13
|
* Which lead to some other bugs needing fixing.Hugo Hörnquist2020-06-13
|
* Fix unless-clauses in make-extenders.Hugo Hörnquist2020-06-13
|
* Proof-read all the generated test sets.Hugo Hörnquist2020-06-13
|
* Add generated recurrence sets for tests.Hugo Hörnquist2020-06-13
|
* Date, time & datetime now display themself in read-able forms.Hugo Hörnquist2020-06-13
|
* Move recurrence output test to tests/.Hugo Hörnquist2020-06-13
|
* Add missing space.Hugo Hörnquist2020-06-13
|
* Add 'a-form' to my ordinals.Hugo Hörnquist2020-06-13
|
* Resolve some TODO's.Hugo Hörnquist2020-06-12
|
* Add benchmarking script.Hugo Hörnquist2020-06-10
|
* Fix HTML help file creation.Hugo Hörnquist2020-06-10
|
* Remove minor TODO's in server.Hugo Hörnquist2020-06-10
|
* Add --config flag.Hugo Hörnquist2020-06-10
|
* Note that --field for benchmark is required.Hugo Hörnquist2020-06-10
|
* Main error handler how handles different arities.Hugo Hörnquist2020-06-10
|
* (util config) compiles again.Hugo Hörnquist2020-06-10
|
* Add TODO about -o in sub-commands.Hugo Hörnquist2020-06-05
|