aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Whitespace cleanup in use2dot.Hugo Hörnquist2022-03-01
|
* Fix get-property reference in manual.Hugo Hörnquist2022-03-01
|
* Add --quiet to genhtml in Makefile.Hugo Hörnquist2022-03-01
|
* Remove with-stream macro.Hugo Hörnquist2022-03-01
| | | | | | | | | | It was an extra (rather complicated) macro to support, which had 2 unresolved TODO:s, and made the resulting code hard to read since it wasn't immediately apparent which procedures where replaced by their stream counterparts. The only using code was rewritten using a threading macro, which is way more readable.
* Add unit test for days-in-interval.Hugo Hörnquist2022-03-01
|
* Resolve remaining TODO:s in config.scm.Hugo Hörnquist2022-03-01
|
* Remove no longer relevant TODO about set-config!Hugo Hörnquist2022-03-01
|
* Add some TODO comments.Hugo Hörnquist2022-02-22
|
* Document (calp util config).Hugo Hörnquist2022-02-22
|
* Datetime restrict imports.Hugo Hörnquist2022-02-13
| | | | | We might want to break datetime out into its own (independent) module, but for that we should have a clear understanding of what it uses.
* Datetime remove old commented parse-month.Hugo Hörnquist2022-02-13
|
* Datetime rewrote parse-month.Hugo Hörnquist2022-02-13
|
* Datetime test parse-month.Hugo Hörnquist2022-02-13
|
* Begin1 handle multiple values.Hugo Hörnquist2022-02-13
|
* Add remove home button to seacrh page.Hugo Hörnquist2022-02-13
|
* Move calculate-fg-color into calp subtree.Hugo Hörnquist2022-02-02
| | | | | While the algorithm was general, the packing of colors, along with the error handling made it to non-portable.
* Documentation of (hnh util ...)Hugo Hörnquist2022-02-02
|
* Rewrote path-append to be portable.Hugo Hörnquist2022-02-01
|
* Add path-split.Hugo Hörnquist2022-02-01
|
* Add path-join.Hugo Hörnquist2022-02-01
|
* Move path-append to own module.Hugo Hörnquist2022-02-01
|
* Document module-dependants.Hugo Hörnquist2022-02-01
|
* Remove define-many.Hugo Hörnquist2022-02-01
| | | | | It was only used in one module, and provided litle clarity over a simple set of define statementns.
* Remove (hnh util) exports without values.Hugo Hörnquist2022-02-01
|
* Add script which checks who uses a module.Hugo Hörnquist2022-02-01
|
* Broke module-import script into library component.Hugo Hörnquist2022-02-01
|
* Rename scripts/{all-symbols => module-import}.scmHugo Hörnquist2022-01-31
|
* Add tree-node.Hugo Hörnquist2022-01-31
|
* Repair warnings-are-error configuration item.Hugo Hörnquist2022-01-31
|
* 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.
* Move use2dot into scripts subdir.Hugo Hörnquist2022-01-31
|
* Write some extra tests.Hugo Hörnquist2022-01-31
|
* Add span-upto.Hugo Hörnquist2022-01-29
|
* Add ~b and ~p flags to datetime parser.Hugo Hörnquist2022-01-29
|
* Minor cleanup.Hugo Hörnquist2022-01-21
|
* Clean up (calp util options).Hugo Hörnquist2022-01-21
|
* Move config print to own flag.Hugo Hörnquist2022-01-21
| | | | All the configuration variables hid the actually useful information.
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* Complete rewrite of use2dotHugo Hörnquist2021-12-22
| | | | | | | Old version tried to leverage guile's built in use2dot, and then modified it to fit my needs. This new version implements its own use2dot, using the same underlying mechanism as guile's built in, giving us FAR greater flexability.
* Add script to find unused imports.Hugo Hörnquist2021-12-22
|
* Add texinfo documentation for calp util.Hugo Hörnquist2021-12-21
|
* add genhtml to make test.Hugo Hörnquist2021-12-21
|
* let-env now handles non-local exits correctly.Hugo Hörnquist2021-12-20
|
* find-extreme on empty list now an error.Hugo Hörnquist2021-12-20
|
* Merge Javascript rewrite.Hugo Hörnquist2021-12-20
|\
| * Documentation updates for util.Hugo Hörnquist2021-12-20
| |
| * Remove procedure map-eachHugo Hörnquist2021-12-20
| | | | | | | | Was only used once, and wasn't even optimized.
| * Remove re-export-modulesHugo Hörnquist2021-12-20
| | | | | | | | | | A weird special form which was only used once, and didn't add much clarity above what we actually did.
| * Add documenttation for javascript rewrite.Hugo Hörnquist2021-12-13
| |
| * Made VEventComponent template optional.Hugo Hörnquist2021-12-13
| |