* boot-9.scm: values?, get-values, values, call-with-values:

removed.  values and call-with-values are now primitives and
	the other two were only exported by accident.  don't define
	*values-rtd* record type or handle multiple values in
	scm-style-repl.
This commit is contained in:
Gary Houston 2000-11-26 18:28:57 +00:00
commit 3923fa6d06
2 changed files with 9 additions and 33 deletions

View file

@ -1,3 +1,11 @@
2000-11-26 Gary Houston <ghouston@arglist.com>
* boot-9.scm: values?, get-values, values, call-with-values:
removed. values and call-with-values are now primitives and
the other two were only exported by accident. don't define
*values-rtd* record type or handle multiple values in
scm-style-repl.
2000-11-07 Gary Houston <ghouston@arglist.com>
* popen.scm (open-output-pipe): added docstrings for open-input-pipe