summaryrefslogtreecommitdiff
path: root/2d/agenda.scm
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make agendas thread-safe."David Thompson2014-02-171-37/+32
* Make agendas thread-safe.David Thompson2014-02-171-32/+37
* Fix schedule-interval.David Thompson2014-02-151-1/+2
* Remove dynamic scoping of agendas.David Thompson2014-02-061-69/+39
* Change tick-agenda! and clear-agenda! to take agenda as arg.David Thompson2014-01-101-10/+2
* Update docstrings.David Thompson2014-01-071-3/+3
* Use SRFI-26 in agenda module.David Thompson2014-01-071-2/+3
* Rename agenda procedures.David Thompson2014-01-071-5/+5
* Export agenda variables.David Thompson2014-01-071-0/+2
* Add new scheduling procedures and rename existing ones.David Thompson2014-01-071-12/+23
* Make the current agenda a parameter.David Thompson2014-01-071-18/+15
* Move wait procedure into agenda module.David Thompson2013-10-061-1/+8
* Clean up docstrings for agenda module.David Thompson2013-09-151-31/+30
* Add agenda-schedule-interval procedure.David Thompson2013-09-151-1/+14
* Add agenda module for procedure scheduling.David Thompson2013-07-151-0/+182