aboutsummaryrefslogtreecommitdiff
path: root/module/output/text.scm (follow)
Commit message (Collapse)AuthorAge
* 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