aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/text.scm (unfollow)
Commit message (Collapse)Author
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-17Move a bunch of files into calp module.Hugo Hörnquist
2020-06-01Break text procedures into modules.Hugo Hörnquist
2020-06-01Remove *TOP* tags from descriptions.Hugo Hörnquist
2020-05-04Add --help to text.Hugo Hörnquist
2020-05-04text main should now read it's arguments.Hugo Hörnquist
2019-12-24Rework program initialization.Hugo Hörnquist
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.