Commit graph

7 commits

Author SHA1 Message Date
Alex Shinn
36bcf9c3e2 Added some clarifying comments. 2014-07-28 22:16:37 +09:00
Alex Shinn
7c181ca3fe chibi-doc traverses include-library-declarations. 2014-07-27 16:36:01 +09:00
Alex Shinn
4e52ffc411 Supporting literate docs inside nested forms, currently only define-library and begin. 2014-07-27 16:15:48 +09:00
Alex Shinn
706fdad575 Don't generate implicit docs for already explicitly documented procs and macros. 2014-07-24 22:44:16 +09:00
Alex Shinn
695e99c076 Fixing ffi docs extraction. 2014-06-18 21:00:49 +09:00
Alex Shinn
08a2e75613 Better (chibi show) documentation. 2014-06-18 00:47:02 +09:00
Alex Shinn
8b5eb68238 File descriptors maintain a reference count of ports open on them
They can be close()d explicitly with close-file-descriptor, and
will close() on gc, but only explicitly closing the last port on
them will close the fileno.  Notably needed for network sockets
where we open separate input and output ports on the same socket.
2014-02-20 22:32:50 +09:00