aboutsummaryrefslogtreecommitdiff
path: root/module/datetime (follow)
Commit message (Collapse)AuthorAge
* Fix minor errors.Hugo Hörnquist2022-10-16
|
* Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | Guile 3 reserves _ for other stuff.
* Fix datetime issues discovered due to new tests.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.
* Fix timespec.Hugo Hörnquist2022-06-12
|
* Replace config system with paramater based system.Hugo Hörnquist2022-04-11
| | | | | | | | | | | | | | | | This new setup stores all configurations are parameters. This forces everything into modules, and ensures that we can't have a module use an unloaded config. It (unfortunatelly) also causes users to have to specify namespaces when defining values, but ini-files (and the like) already does that. Also, there is nothing stopping a new `set-config!' from being defined which allows un-namespaced operation. The commit also removes the introspection procedures. They where a bit weird to begin with, since they only showed loaded fields. And since the program had no way of properly serializing or deserializing them we remove them for the time being. They would however be good to reintroduce together with a proper menu for editing simple configuration (see Emacs' `custom-set-variables').
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Prepare code for translation.Hugo Hörnquist2022-02-22
| |
* | Remove parse-time from (datetime timespec).Hugo Hörnquist2022-03-30
| |
* | 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 path-append to own module.Hugo Hörnquist2022-02-01
|
* 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.
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Replace (directories) with general (xdg basedir).Hugo Hörnquist2020-08-24
|
* Work on paths?Hugo Hörnquist2020-08-17
|
* Massivly simplify config internals.Hugo Hörnquist2020-08-12
|
* Resolve (datetime instance) TODO with ./configure?Hugo Hörnquist2020-08-03
| | | | | | | | | | Tried adding a ./configure script, which mostly is responsible for downloading a default zoneinfo file, and setting up the environment for the program. I have for quite a while thought about having a configure system for things like these, but also for setting up default paths. Let's see if it works out.
* Add TODO's about early load.Hugo Hörnquist2020-08-03
|
* Remove (util app).Hugo Hörnquist2020-08-02
|
* 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
|
* Update weekday-list documentation.Hugo Hörnquist2020-06-13
|
* Fix normalization in (datetime util).Hugo Hörnquist2020-06-13
|
* Modify config to store return of #:pre.Hugo Hörnquist2020-06-01
|
* Timespan-overlaps? single moment and tests.Hugo Hörnquist2020-05-24
|
* Minor change.Hugo Hörnquist2020-05-24
|
* Slight changes to define-config.Hugo Hörnquist2020-05-23
|
* Remove commented procedure in-day?Hugo Hörnquist2020-05-22
|
* Fix week-start in HTML month view from server.Hugo Hörnquist2020-05-21
|
* Add week-start parameter.Hugo Hörnquist2020-05-21
|
* Cleanup in datetime.Hugo Hörnquist2020-05-19
|
* Remove leap and expiry from zic.Hugo Hörnquist2020-05-19
|
* Add all-wday-in-year.Hugo Hörnquist2020-05-13
|
* Add ~3 to datetime->string.Hugo Hörnquist2020-05-11
|
* Change to only call get-datetime in parse.Hugo Hörnquist2020-05-05
|
* Weeknumber hopefully counts correctly now.Hugo Hörnquist2020-05-03
|
* Change call signature for [gs]etf.Hugo Hörnquist2020-04-30
|
* 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
|
* Move date-range to datetime/util.Hugo Hörnquist2020-04-26
|
* Add some comments.Hugo Hörnquist2020-04-26
|
* Remove previous-week-start.Hugo Hörnquist2020-04-25
|