aboutsummaryrefslogtreecommitdiff
path: root/module/datetime (follow)
Commit message (Collapse)AuthorAge
...
* Add ice-9 format to datetime/util.Hugo Hörnquist2020-04-25
|
* Update (start|end)-of-week to work as expected.Hugo Hörnquist2020-04-24
|
* Add ~Z format to datetimes.Hugo Hörnquist2020-04-22
|
* Add locale parameter to week-day-name.Hugo Hörnquist2020-04-22
|
* 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
|
* Add some week handling procedures.Hugo Hörnquist2020-04-20
|
* Add year-day function.Hugo Hörnquist2020-04-20
|
* Improve some errors.Hugo Hörnquist2020-04-17
|
* Add datetime functions for working with week numbers.Hugo Hörnquist2020-04-16
|
* Add multiple new text formatting procedures.Hugo Hörnquist2020-04-06
|
* Add ~k to datetime format.Hugo Hörnquist2020-04-06
|
* Introduce datetime->unix-time and back.Hugo Hörnquist2020-04-05
|
* Remove ensure? for configs, built in instead.Hugo Hörnquist2020-04-02
|
* week-day-name rethrow with better error.Hugo Hörnquist2020-04-02
|
* Made date->str use datetime->str. Reintroduce time->str.Hugo Hörnquist2020-04-02
|
* Fix internationalization of datetime formatting.Hugo Hörnquist2020-04-02
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
* Add {start,end}-of-week.Hugo Hörnquist2020-03-31
|
* Redefine all <date>-stream in terms of general date-stream.Hugo Hörnquist2020-03-31
|
* Improve *->decimal-hour procedures.Hugo Hörnquist2020-03-25
|
* Add date-{min,max}.Hugo Hörnquist2020-03-24
|
* Remove deprecated get-time.Hugo Hörnquist2020-03-23
|
* Add previous-week-start procedure.Hugo Hörnquist2020-03-22
|
* Add datetime-{min,max}.Hugo Hörnquist2020-03-20
|
* Add ~e and ~b to date->string.Hugo Hörnquist2020-03-19
|
* Fix year-rollover bug in month-days.Hugo Hörnquist2020-03-19
|
* Move date util procedures to module, document.Hugo Hörnquist2020-03-19
|
* Add week-stream.Hugo Hörnquist2020-03-18
|
* Made start of week for html configurable.Hugo Hörnquist2020-03-02
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18