aboutsummaryrefslogtreecommitdiff
path: root/module/vulgar/components.scm (follow)
Commit message (Collapse)AuthorAge
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* 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.
* 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.
* Fix ncal.Hugo Hörnquist2020-08-26
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Start of new date structures.Hugo Hörnquist2020-01-24
|
* Reword terminal output to better modularization.Hugo Hörnquist2019-06-01