aboutsummaryrefslogtreecommitdiff
path: root/module/vulgar (follow)
Commit message (Collapse)AuthorAge
* Remove case*.Hugo Hörnquist2022-07-07
| | | | It has its uses, but like others, its extra weight.
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Remove define-macro in (vulgar termios).Hugo Hörnquist2022-06-22
|
* 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.
* Add explaining comment to get-terminal-size.Hugo Hörnquist2022-06-12
|
* 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.
* Remove procedure map-eachHugo Hörnquist2021-12-20
| | | | Was only used once, and wasn't even optimized.
* Fix ncal.Hugo Hörnquist2020-08-26
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Merge mod!:s functionality into set!Hugo Hörnquist2020-07-27
|
* Remove command pointer to header for termios.Hugo Hörnquist2020-07-22
|
* Resolve {i,o}speed TODO in termios.Hugo Hörnquist2020-07-20
|
* Resolve TODO for with-ptr.Hugo Hörnquist2020-07-20
|
* Cleanup for cpp.Hugo Hörnquist2020-07-20
|
* Split parse-cpp into multiple modules.Hugo Hörnquist2020-07-20
|
* Bunch of work on cpp.Hugo Hörnquist2020-07-20
|
* Start cpp.Hugo Hörnquist2020-07-19
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Replace #$ reader macro with define-foreign.Hugo Hörnquist2020-07-07
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Start of new date structures.Hugo Hörnquist2020-01-24
|
* Rewrote build and main execution.Hugo Hörnquist2019-07-21
|
* Reword terminal output to better modularization.Hugo Hörnquist2019-06-01
|
* Rename {terminal => vulgar}.Hugo Hörnquist2019-06-01