aboutsummaryrefslogtreecommitdiff
path: root/module/datetime/zic.scm (follow)
Commit message (Collapse)AuthorAge
* Change date/time interface.Hugo Hörnquist2022-07-07
|
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Minor zic format improvements.Hugo Hörnquist2022-06-23
|
* Cleanup of zic.Hugo Hörnquist2022-06-13
|
* Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
* Add zic tests.Hugo Hörnquist2022-06-13
| | | | Also update zic to pass most of these tests.
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Prepare code for translation.Hugo Hörnquist2022-02-22
| |
* | Normalize errors.Hugo Hörnquist2022-03-28
|/
* Datetime restrict imports.Hugo Hörnquist2022-02-13
| | | | | We might want to break datetime out into its own (independent) module, but for that we should have a clear understanding of what it uses.
* 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.
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Resolve zic TODO's.Hugo Hörnquist2020-07-30
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Merge UTC-OFFSET and TIMESPEC into one.Hugo Hörnquist2020-06-25
|
* Remove leap and expiry from zic.Hugo Hörnquist2020-05-19
|
* Update ical parts to use app context.Hugo Hörnquist2020-04-30
|
* Handle TZ-rule with minimum start.Hugo Hörnquist2020-04-29
|
* Add final-event-occurence procedure.Hugo Hörnquist2020-04-27
|
* Work on zoneinfo parser.Hugo Hörnquist2020-04-22
|
* map takes 2 arguments...Hugo Hörnquist2020-04-20
|
* Add parser for plaintext zoneinfo files.Hugo Hörnquist2020-04-20