mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
* Remove r4rs from distribution.
This commit is contained in:
parent
006064cefe
commit
b9bf148fa2
4 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
||||||
2001-04-22 Neil Jerram <neil@ossau.uklinux.net>
|
2001-04-22 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
|
* README: Note removal of r4rs, and provide a reference.
|
||||||
|
|
||||||
* scheme-control.texi (Exceptions): Extended documentation.
|
* scheme-control.texi (Exceptions): Extended documentation.
|
||||||
(Continuations): Correct "except" typo, and fix reference to
|
(Continuations): Correct "except" typo, and fix reference to
|
||||||
Exceptions node. Plus minor review changes.
|
Exceptions node. Plus minor review changes.
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
info_TEXINFOS = guile.texi r4rs.texi r5rs.texi goops.texi guile-tut.texi
|
info_TEXINFOS = guile.texi r5rs.texi goops.texi guile-tut.texi
|
||||||
|
|
||||||
guile_TEXINFOS = preface.texi intro.texi scheme-intro.texi \
|
guile_TEXINFOS = preface.texi intro.texi scheme-intro.texi \
|
||||||
scheme-ideas.texi scheme-data.texi scheme-procedures.texi \
|
scheme-ideas.texi scheme-data.texi scheme-procedures.texi \
|
||||||
|
|
10
doc/README
10
doc/README
|
@ -12,11 +12,10 @@ The documentation consists of the following manuals.
|
||||||
reference documentation for using GOOPS, Guile's Object Oriented
|
reference documentation for using GOOPS, Guile's Object Oriented
|
||||||
Programming System.
|
Programming System.
|
||||||
|
|
||||||
- The Revised^4 and Revised^5 Reports on the Algorithmic Language
|
- The Revised^5 Report on the Algorithmic Language Scheme (r5rs.texi).
|
||||||
Scheme (r4rs.texi and r5rs.texi).
|
|
||||||
|
|
||||||
Please be aware that this is all very much work in progress (apart
|
Please be aware that this is all very much work in progress (apart
|
||||||
from the Revised Reports). Bug reports and contributions are
|
from the Revised^5 Report). Bug reports and contributions are
|
||||||
welcome!
|
welcome!
|
||||||
|
|
||||||
The file `oldfmt.c' contains a function which can be used by
|
The file `oldfmt.c' contains a function which can be used by
|
||||||
|
@ -27,3 +26,8 @@ The `sources' directory includes some stuff relevant to the Guile
|
||||||
reference manual, and which may eventually be folded in to it. It's
|
reference manual, and which may eventually be folded in to it. It's
|
||||||
not immediately relevant, however, which is why it's not in this
|
not immediately relevant, however, which is why it's not in this
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
|
The Revised^4 Report (r4rs.texi) is no longer in this distribution, as
|
||||||
|
it is completely superseded by the Revised^5 Report. If you need to
|
||||||
|
consult R4RS, it is still widely available, for example at
|
||||||
|
http://www-swiss.ai.mit.edu/projects/info/SchemeDocs/r4rs/.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue