Add GPLv3 and a simple README
[8sync.git] / loopy.scm
2015-11-22 Christopher Allan... Added the LGPL and copyright headers
2015-11-22 Christopher Allan... Remove unused %sync-foo operators, shift parameterizati...
2015-11-22 Christopher Allan... indentation
2015-11-22 Christopher Allan... rename apply-async-request -> setup-async-request;...
2015-11-22 Christopher Allan... Hopefully robust %run* and %port-request infrastructure
2015-11-21 Christopher Allan... Removed the TODO about run-request, which has been...
2015-11-21 Christopher Allan... clarifying the %sync documentation based on changes...
2015-11-21 Christopher Allan... export port request features and kill the port-request...
2015-11-21 Christopher Allan... port requests! whooo! also several other refactorings
2015-11-21 Christopher Allan... add 8sync aliases and export 'em. Also, we're 8sync...
2015-11-20 Christopher Allan... Rename async -> %sync
2015-11-20 Christopher Allan... Basics of delimited continuation support seems to work...
2015-11-20 Christopher Allan... documentation for make-async-prompt-tag
2015-11-20 Christopher Allan... moar docstrings
2015-11-20 Christopher Allan... Remove unused port handling stuff
2015-11-20 Christopher Allan... Set USEC's defualt in make-time-delta in #:optional
2015-11-20 Christopher Allan... More documentation!
2015-11-20 Christopher Allan... A whole lot of docstrings
2015-11-20 Christopher Allan... better variable names for the run procedures
2015-11-20 Christopher Allan... More accurate timing in start-agenda... we have to...
2015-11-20 Christopher Allan... Oops, mixed up a car with a cdr, which is never wise :)
2015-11-20 Christopher Allan... Oops, removing (pk)
2015-11-20 Christopher Allan... Attempts to improve the timing code when interacting...
2015-11-20 Christopher Allan... (hash-keys hash) not (hash-keys selector)
2015-11-20 Christopher Allan... Add massive update-agenda-from-select! procedure, make...
2015-11-20 Christopher Allan... provide a key to start-agenda for a user-supplied way...
2015-11-19 Christopher Allan... switch stop-condition to be a keyword argument
2015-11-19 Christopher Allan... tdelta as an alias for (make-time-delta)
2015-11-19 Christopher Allan... fixing the schedule-at! calls
2015-11-19 Christopher Allan... Add scheduled segment contents to the queue... in theor...
2015-11-19 Christopher Allan... from the ideas in, anyway
2015-11-19 Christopher Allan... Add scheduling to agenda-run-once
2015-11-19 Christopher Allan... Scaffolding for handling the "when" of the run-request
2015-11-19 Christopher Allan... Add time-+ / time-delta tools
2015-11-19 Christopher Allan... Slightly better style
2015-11-19 Christopher Allan... Add time to the agenda
2015-11-19 Christopher Allan... make the agenda use the run-request
2015-11-19 Christopher Allan... run, wrap, and run-wrap stuff
2015-11-19 Christopher Allan... A note to self that we probably want to wrap procedures...
2015-11-19 Christopher Allan... Added add-segments-contents-to-queue!
2015-11-19 Christopher Allan... renaming schedule-segments-until -> schedule-segments...
2015-11-19 Christopher Allan... schedule-segments-until and schedule-extract-until!
2015-11-18 Christopher Allan... Add schedule stuff
2015-11-18 Christopher Allan... export things, break into sections
2015-11-18 Christopher Allan... moduleifying things
2015-11-18 Christopher Allan... More comments and stub code
2015-11-18 Christopher Allan... oh yeah define* not define
2015-11-18 Christopher Allan... port mapping stuff, and don't fail on no arguments
2015-11-17 Christopher Allan... maybe use pfds instead??
2015-11-17 Christopher Allan... Provide a way to break away through an agenda's prompt tag
2015-11-17 Christopher Allan... pass the agenda to the stop-condition
2015-11-17 Christopher Allan... agenda now actually runs (but doesn't do anything usefu...
2015-11-17 Christopher Allan... proto-async-loop