aboutsummaryrefslogtreecommitdiff
path: root/module/util.scm (unfollow)
Commit message (Expand)Author
2020-04-26Remove use-modules*.Hugo Hörnquist
2020-04-25util now sets keyword style.Hugo Hörnquist
2020-04-22Add iterate procedure.Hugo Hörnquist
2020-04-22Remove define-quick-record macros.Hugo Hörnquist
2020-04-20Add group prodedure.Hugo Hörnquist
2020-04-20Change cross-product to take any number of lists.Hugo Hörnquist
2020-04-20Add ->> macro.Hugo Hörnquist
2020-04-06Add some utility functions.Hugo Hörnquist
2020-04-01Add group-by.Hugo Hörnquist
2020-04-01Extend for syntax to support multiple variables.Hugo Hörnquist
2020-03-20Add print-and-return macro.Hugo Hörnquist
2020-01-30Once again compiles.Hugo Hörnquist
2020-01-24Extend define-many to allow a custom define procedure.Hugo Hörnquist
2020-01-24Add swap.Hugo Hörnquist
2020-01-24Add and=>>.Hugo Hörnquist
2020-01-23Allow = in set->.Hugo Hörnquist
2020-01-23Add case* and define-many.Hugo Hörnquist
2020-01-13Multiple values for let-env.Hugo Hörnquist
2020-01-13Util set-> macro.Hugo Hörnquist
2020-01-13Util re-export define*-public.Hugo Hörnquist
2019-12-30Introduce printer: argument to define-quick-record.Hugo Hörnquist
2019-12-30Whitespace fixup.Hugo Hörnquist
2019-12-24Replace let-lazy with better version.Hugo Hörnquist
2019-12-23Add awhen.Hugo Hörnquist
2019-11-05Add let-env.Hugo Hörnquist
2019-10-05Fix day-stream, and in effect terminal output.Hugo Hörnquist
2019-10-03Locate bug with DTEND.Hugo Hörnquist
2019-05-22Add support for events without DTEND set.Hugo Hörnquist
2019-05-13Add preliminary use-modules* form.Hugo Hörnquist
2019-05-06Add marker on today in small calendar.Hugo Hörnquist
2019-05-03Fix re-export-modules.Hugo Hörnquist
2019-05-03Replace if.Hugo Hörnquist
2019-04-30Replace 'when' and 'unless'.Hugo Hörnquist
2019-04-25Clean up util and move exceptions.Hugo Hörnquist
2019-04-24Remove take-drop-while, span already in SRFI-1.Hugo Hörnquist
2019-04-24Add let-lazy.Hugo Hörnquist
2019-04-24Add {mod,set}/r!Hugo Hörnquist
2019-04-24Add overriding define-syntax.Hugo Hörnquist
2019-04-24Remove concat.Hugo Hörnquist
2019-04-23Replace text-flow function.Hugo Hörnquist
2019-04-20Add '=' case to mod!Hugo Hörnquist
2019-04-20Add catch-multiple.Hugo Hörnquist
2019-04-20Add `for` macro.Hugo Hörnquist
2019-04-20Remove export from util.Hugo Hörnquist
2019-04-13Add earlier work on timezones.Hugo Hörnquist
2019-04-09Add mulit-set!Hugo Hörnquist
2019-04-06Add unval.Hugo Hörnquist
2019-04-05Add extra case to let*.Hugo Hörnquist
2019-04-05Add enumerate and map-each.Hugo Hörnquist
2019-04-03Minor util update regarding quick-records.Hugo Hörnquist