I need to run the SRC 177 version of the SDL spec
appendix through latex2html to generate an updated
version of the spec for the web page.
Also, there are two errata:
* _append is described under "Functions on type
t_binding" but *not*
under "Functions on Type t_list", even though it is
implemented for
both bindings and lists.
* _run_tool's spec has changed.
Current version:
When the command process exits, the accumulated
effects of the
file creations and deletions it has performed are
returned as part
of the _run_tool result (in r/root). In this
binding, the names
of files deleted by the tool are bound to "false".
Such names
correspond either to files that existed in ./root
before the tool
was invoked, or to files created and subsequently
deleted by the
tool.
New version:
When the command process exits, the accumulated
effects of the
file creations and deletions it has performed are
returned as part
of the _run_tool result (in r/root). In this
binding, the names
of files that existed in ./root before the tool was
invoked but
were deleted by the tool are bound to "false".
(Both errata have been pointed out to Roy for
correction in the Springer-Verlag edition of the book.)
Looks like I forgot about this completely. Should I still be doing it or has the spec been updated some other way?