aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/text.scm (follow)
Commit message (Collapse)AuthorAge
* Break text procedures into modules.Hugo Hörnquist2020-06-01
|
* Remove *TOP* tags from descriptions.Hugo Hörnquist2020-06-01
|
* Add --help to text.Hugo Hörnquist2020-05-04
|
* text main should now read it's arguments.Hugo Hörnquist2020-05-04
|
* Rework program initialization.Hugo Hörnquist2019-12-24
Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.