aboutsummaryrefslogtreecommitdiff
path: root/module/util.scm (follow)
Commit message (Collapse)AuthorAge
* Clean up util and move exceptions.Hugo Hörnquist2019-04-25
|
* Remove take-drop-while, span already in SRFI-1.Hugo Hörnquist2019-04-24
|
* Add let-lazy.Hugo Hörnquist2019-04-24
|
* Add {mod,set}/r!Hugo Hörnquist2019-04-24
| | | | | | | | | `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.
* Add overriding define-syntax.Hugo Hörnquist2019-04-24
|
* Remove concat.Hugo Hörnquist2019-04-24
| | | | Apparently SRFI-1 comes with concatenate...
* Replace text-flow function.Hugo Hörnquist2019-04-23
|
* Add '=' case to mod!Hugo Hörnquist2019-04-20
|
* Add catch-multiple.Hugo Hörnquist2019-04-20
|
* Add `for` macro.Hugo Hörnquist2019-04-20
|
* Remove export from util.Hugo Hörnquist2019-04-20
|
* Add earlier work on timezones.Hugo Hörnquist2019-04-13
| | | | | | | | | 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.
* Add mulit-set!Hugo Hörnquist2019-04-09
|
* Add unval.Hugo Hörnquist2019-04-06
|
* Add extra case to let*.Hugo Hörnquist2019-04-05
|
* Add enumerate and map-each.Hugo Hörnquist2019-04-05
|
* Minor util update regarding quick-records.Hugo Hörnquist2019-04-03
|
* Add support for improper-lists in let*.Hugo Hörnquist2019-04-01
|
* Add as-{string,symb}.Hugo Hörnquist2019-03-31
|
* Fix events being dropped by sorting them.Hugo Hörnquist2019-03-25
|
* Replace one filter.Hugo Hörnquist2019-03-25
|
* Move C and Scheme code into subdirs.Hugo Hörnquist2019-03-22