aboutsummaryrefslogtreecommitdiff
path: root/module/text (follow)
Commit message (Collapse)AuthorAge
* Finish (text numbers) tests.Hugo Hörnquist2023-11-16
|
* Cleanup swedish word numbers.Hugo Hörnquist2023-11-16
|
* Add procedures for printing big numbers.Hugo Hörnquist2023-11-16
|
* Fix swedish ordinals.Hugo Hörnquist2023-11-16
|
* Fix wordy numbers in swedish!Hugo Hörnquist2023-11-06
|
* Fix API for each-string.Hugo Hörnquist2023-11-06
|
* Cleanup in (text numbers sv)Hugo Hörnquist2023-11-06
|
* Fixes for swedish number->string-{ordinal,cardinal}.Hugo Hörnquist2023-11-06
| | | | | number->string-cardinal now passes all tests number->string-ordinal now only fails for some really large numbers.
* Forward extra kw args to number->string-{ordinal,cardinal}.Hugo Hörnquist2023-11-06
|
* Improve <dl/> in (text markup)Hugo Hörnquist2023-11-06
|
* Remove re-implementation of resolve-language.Hugo Hörnquist2023-11-06
|
* Add proper text calendar.Hugo Hörnquist2023-11-06
| | | | Previously the program `cal` was used, this was slow and unreliable.
* Change add-enumeration-punctuation to always return lists.Hugo Hörnquist2023-10-18
|
* Document text modules.Hugo Hörnquist2023-09-11
|
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
* Update (text module) to dispatch.Hugo Hörnquist2022-02-22
| | | | | (text module) now dispatch its functions to the correct (text module lang) module.
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Jag var inte full då, men nu däremot!Hugo Hörnquist2020-08-29
|
* Fix spelling of intersperse.Hugo Hörnquist2020-08-28
|
* Move text numbers into sv-submodule, create en-module.Hugo Hörnquist2020-08-28
|
* Some clarifications in text submodules.Hugo Hörnquist2020-08-28
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Repair tests.Hugo Hörnquist2020-08-23
|
* Merge mod!:s functionality into set!Hugo Hörnquist2020-07-27
|
* Add 'a-form' to my ordinals.Hugo Hörnquist2020-06-13
|
* Minor comment changes.Hugo Hörnquist2020-06-01
|
* Minor output changes.Hugo Hörnquist2020-06-01
|
* Break text procedures into modules.Hugo Hörnquist2020-06-01