aboutsummaryrefslogtreecommitdiff
path: root/module/util.scm (unfollow)
Commit message (Collapse)Author
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
`set!' by default has an unspecified return value. But that haven't stopped me from using that (set! (acc obj) val) returns the value returned by the internal setter function. This change requires you to explicitly request the returning version of set, which returns the value of the last set field.
2019-04-24Add overriding define-syntax.Hugo Hörnquist
2019-04-24Remove concat.Hugo Hörnquist
Apparently SRFI-1 comes with concatenate...
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
Add earlier work on timezones, with a few inline modifications. This is really to big of a commit. But we are so far from a stable release that it should be fine. The current version seems to eager, and recalculates to many times. This will soon be fixed in a future version.
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
2019-04-01Add support for improper-lists in let*.Hugo Hörnquist
2019-03-31Add as-{string,symb}.Hugo Hörnquist
2019-03-25Fix events being dropped by sorting them.Hugo Hörnquist
2019-03-25Replace one filter.Hugo Hörnquist
2019-03-22Move C and Scheme code into subdirs.Hugo Hörnquist
2019-03-22Update formatting of some comments.Hugo Hörnquist
2019-03-22Move take-to to util.Hugo Hörnquist
2019-03-21Fixed recurrence code.Hugo Hörnquist
2019-03-21Add find-min.Hugo Hörnquist
2019-03-21Update utility functions.Hugo Hörnquist
2019-03-12Add interactive terminal UI.term-uiHugo Hörnquist
2019-03-09Minor cleanups.Hugo Hörnquist
2019-03-09Extend let* macro with SRFI-71.Hugo Hörnquist
2019-03-08Remove some macros and wrote some documentation.Hugo Hörnquist
2019-03-08A whole bunch of macro rewrites!Hugo Hörnquist
2019-03-08Made DTSTART have <time> instead of <date> type.Hugo Hörnquist
2019-03-05Add util module.Hugo Hörnquist