aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAge
* Change how entry point is handled.Hugo Hörnquist2023-09-11
| | | | | | | Replaces the old main sh bootstrap entry point to one written in C. The reasons are in the C file, but in short, Guile's command line is less than ideal.
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Update makefile for localizations.Hugo Hörnquist2022-02-22
| |
* | Allow explicit GUILE environment, document it.Hugo Hörnquist2022-03-06
|/ | | | | | | | The environment variable GUILE can now be set to override the guile version, which allows us to test the code with multiple versions/implementations. Also updates README to note these variables.
* add genhtml to make test.Hugo Hörnquist2021-12-21
|
* Start breaking apart HTML modules.Hugo Hörnquist2020-08-10
|
* Move vcalendar parse code into own file.Hugo Hörnquist2020-05-09
|
* Makefile cleanup.Hugo Hörnquist2019-07-21
|
* Update gitignore to contain parse and *.x.Hugo Hörnquist2019-02-03