summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-07build: Releasing version 0.4.0.v0.4.0Christopher Allan Webber1-1/+1
2017-01-07build: Update and comment on hash in guix.scm.Christopher Allan Webber1-1/+3
2017-01-07build: Add guix.scm to tarball.Christopher Allan Webber1-0/+1
2017-01-07build: Rename package.scm to guix.scm and update.Christopher Allan Webber1-18/+13
2017-01-07build: Include bootstrap.sh in tarball.Christopher Allan Webber1-0/+1
2017-01-07NEWS: Updating news for v0.4.0.Christopher Allan Webber1-0/+60
2017-01-07build: Add gendocs.Christopher Allan Webber3-0/+599
2017-01-07doc: Move content from doc/8sync-new-manual.org to doc/8sync.texi.Christopher Allan Webber2-1156/+1124
2017-01-06doc: Delete trailing whitespace.Christopher Allan Webber1-5/+5
2017-01-06doc: Last minute cleanups to the tutorial before we move to texinfo.Christopher Allan Webber1-36/+39
2017-01-06doc: Add a note about actor-alive? being likely to be deprecated.Christopher Allan Webber1-1/+7
2017-01-06doc: Have telcmd tutorial example send itself a message for line handling.Christopher Allan Webber1-5/+20
2017-01-06irc: Convert handle-line to a message handler.Christopher Allan Webber3-20/+27
2017-01-06doc: Reordering some paragraphs in the tutorial.Christopher Allan Webber1-14/+14
2017-01-06doc: Remove stray #+END_SRC.Christopher Allan Webber1-1/+0
2017-01-06agenda: Remove deprecated comment.Christopher Allan Webber1-2/+0
2017-01-06doc: Some tutorial tweaks.Christopher Allan Webber1-20/+2
2017-01-04doc: Move the "live hacking intermission" to the bottom.Christopher Allan Webber1-162/+163
2017-01-04doc: Tutorial additions.Christopher Allan Webber1-57/+249
2017-01-04Use *init* and *cleanup* in existing actors.Christopher Allan Webber4-13/+9
2017-01-04demos: Switch botherbotherbother demo over to use define-actor.Christopher Allan Webber1-26/+20
2017-01-04actors: Cleanup on signals.Christopher Allan Webber1-8/+23
2017-01-04actors: Remove define-simple-actor, add define-actor.Christopher Allan Webber4-86/+89
2017-01-04doc: Add a note about the calls to display.Christopher Allan Webber1-0/+4
2017-01-04doc: Tweak and fix the "Writing our own actors" section.Christopher Allan Webber1-16/+50
2017-01-04actors: Rename msg-receive, msg-val to mbody-receive, mbody-val.Christopher Allan Webber4-16/+26
2017-01-03actors: Add auto-init feature to actors.Christopher Allan Webber8-60/+112
2017-01-03doc: Add addendum section on relationship between 8sync and Fibers.Christopher Allan Webber1-0/+35
2017-01-02actors: Implicit from-actor argument <-foo methods, and add rest of <-foo*.Christopher Allan Webber8-79/+101
2017-01-02agenda: Rename start-agenda to run-agenda.Christopher Allan Webber3-11/+11
2017-01-02actors: Rename *clean-up* back to *cleanup.Christopher Allan Webber2-23/+23
2017-01-02actors: Rename actor-am-i-alive? to actor-alive?.Christopher Allan Webber3-7/+7
2017-01-02actors: Automatically add cookie by default in hive-create-actor.Christopher Allan Webber1-3/+5
2017-01-02tests: Fix broken test in test-actors.Christopher Allan Webber1-1/+1
2017-01-02tests: Oops, forgot to add <exploder> to test-actors.Christopher Allan Webber1-0/+6
2017-01-02actors: Update self-destruct to run *clean-up* message handler.Christopher Allan Webber2-6/+36
2017-01-02actors: Rename *cleanup* action to *clean-up*.Christopher Allan Webber2-11/+11
2017-01-02actors: Add cleanup facility to run-hive.Christopher Allan Webber2-14/+56
2017-01-02tests: Add "speaker" utility.Christopher Allan Webber2-29/+43
2017-01-01doc: Rename calls to ez-run-hive to run-hive and adjust titles.Christopher Allan Webber1-6/+6
2017-01-01actors: Rename ez-run-hive to run-hive.Christopher Allan Webber6-10/+10
2017-01-01docs: Added "Writing our own actors" sectionChristopher Allan Webber1-1/+218
2016-12-31doc: Add pk debugging section.Christopher Allan Webber1-18/+80
2016-12-30doc: Finish "About live hacking" section.Christopher Allan Webber1-2/+54
2016-12-28agenda: When re-invoking a continuation at the agenda, don't wrap in a catch.Christopher Allan Webber1-11/+25
2016-12-28agenda: Fix prompt buildup in agenda.Christopher Allan Webber1-34/+20
2016-12-28agenda: Switch "yield" to "8yield" and export.Christopher Allan Webber1-2/+2
2016-12-28agenda: Major cleanup.Christopher Allan Webber2-228/+131
2016-12-26actors: Add new method of running REPL via REPL actor.Christopher Allan Webber4-32/+96
2016-12-26actors: Removing unnecessary level of indirection around actor-message-handler.Christopher Allan Webber1-4/+2