aboutsummaryrefslogtreecommitdiff
path: root/module/output/text.scm (follow)
Commit message (Collapse)AuthorAge
* Minor notes and fixes.Hugo Hörnquist2020-04-07
|
* Add multiple new text formatting procedures.Hugo Hörnquist2020-04-06
|
* Move open-{input,output}-port to (util io).Hugo Hörnquist2019-12-23
|
* Add flags for just running the text flower.Hugo Hörnquist2019-05-08
| | | | | | | | It's twisted if one program should do many things, or just a single thing. If we assume that this program does two things: reading calendar files, and writing output, then it should be ok to allow any of those parts to run independentally of the other. Making it ok to just run the text flower.
* Replace 'when' and 'unless'.Hugo Hörnquist2019-04-30
|
* Remove take-drop-while, span already in SRFI-1.Hugo Hörnquist2019-04-24
|
* Add {mod,set}/r!Hugo Hörnquist2019-04-24
| | | | | | | | | `set!' by default has an unspecified return value. But that haven't stopped me from using that (set! (acc obj) val) returns the value returned by the internal setter function. This change requires you to explicitly request the returning version of set, which returns the value of the last set field.
* Improve text layout code.Hugo Hörnquist2019-04-24
|
* Move some procedures.Hugo Hörnquist2019-04-23
|
* Replace text-flow function.Hugo Hörnquist2019-04-23