~ chicken-core (chicken-5) 57c3e98c39da1f7f775af74f1bd3b5eca5eea59b


commit 57c3e98c39da1f7f775af74f1bd3b5eca5eea59b
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Mon Apr 4 21:23:01 2016 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Mon Apr 4 21:23:01 2016 +0200

    Add debugger-client, dbg-stub and manual/Debugging to manifest.

diff --git a/distribution/manifest b/distribution/manifest
index 1531b192..ef5763fb 100644
--- a/distribution/manifest
+++ b/distribution/manifest
@@ -21,6 +21,8 @@ csi.c
 eval.c
 continuation.c
 data-structures.c
+dbg-stub.c
+debugger-client.c
 ports.c
 files.c
 extras.c
@@ -71,6 +73,7 @@ csibatch.bat
 eval.scm
 extras.scm
 data-structures.scm
+debugger-client.scm
 ports.scm
 files.scm
 chicken-bug.1
@@ -337,6 +340,7 @@ manual-html/Bibliography.html
 manual-html/Bugs and limitations.html
 manual-html/C interface.html
 manual-html/Callbacks.html
+manual-html/Debugging.html
 manual-html/Exceptions.html
 manual-html/Cross development.html
 manual-html/Data representation.html
Trap