aboutsummaryrefslogtreecommitdiff
path: root/module/srfi/srfi-41 (unfollow)
Commit message (Collapse)Author
2022-03-01Remove with-stream macro.Hugo Hörnquist
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.
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-10Really start breaking apart HTML.Hugo Hörnquist
2020-08-10Got new timeslice limiter to work, document.Hugo Hörnquist
2020-08-10Add stream-timeslice-limit.Hugo Hörnquist
2020-07-30Add stream-paginate.Hugo Hörnquist
2020-06-29HTTP POST insertion works.Hugo Hörnquist
2020-06-28Change calling for find-min.Hugo Hörnquist
2020-06-16Fix minor spelling error.Hugo Hörnquist
2020-05-24Add stream-partition.Hugo Hörnquist
2020-05-14Add stream->values.Hugo Hörnquist
2020-04-25Add stream-remove.Hugo Hörnquist
2020-03-25minor cleanup.Hugo Hörnquist
2020-03-23Hopefully fixed events-between.Hugo Hörnquist
2020-03-22HTML small cal table now works with better intervals.Hugo Hörnquist
2020-03-19Add with-streams macro.Hugo Hörnquist
2019-10-05Documentation of stream behavior.Hugo Hörnquist
2019-06-01Add stream-insert.Hugo Hörnquist
2019-04-22Made multi day events appear in HTML.Hugo Hörnquist
2019-04-03Add stream-find.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist