aboutsummaryrefslogtreecommitdiff
path: root/module/srfi/srfi-41 (follow)
Commit message (Collapse)AuthorAge
* 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.
* 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 util modules into calp module..Hugo Hörnquist2020-08-24
|
* Really start breaking apart HTML.Hugo Hörnquist2020-08-10
|
* Got new timeslice limiter to work, document.Hugo Hörnquist2020-08-10
|
* Add stream-timeslice-limit.Hugo Hörnquist2020-08-10
|
* Add stream-paginate.Hugo Hörnquist2020-07-30
|
* HTTP POST insertion works.Hugo Hörnquist2020-06-29
|
* Change calling for find-min.Hugo Hörnquist2020-06-28
|
* Fix minor spelling error.Hugo Hörnquist2020-06-16
|
* Add stream-partition.Hugo Hörnquist2020-05-24
|
* Add stream->values.Hugo Hörnquist2020-05-14
|
* Add stream-remove.Hugo Hörnquist2020-04-25
|
* minor cleanup.Hugo Hörnquist2020-03-25
|
* Hopefully fixed events-between.Hugo Hörnquist2020-03-23
|
* HTML small cal table now works with better intervals.Hugo Hörnquist2020-03-22
|
* Add with-streams macro.Hugo Hörnquist2020-03-19
|
* Documentation of stream behavior.Hugo Hörnquist2019-10-05
|
* Add stream-insert.Hugo Hörnquist2019-06-01
|
* Made multi day events appear in HTML.Hugo Hörnquist2019-04-22
|
* Add stream-find.Hugo Hörnquist2019-04-03
|
* Move C and Scheme code into subdirs.Hugo Hörnquist2019-03-22