~ chicken-core (chicken-5) 2bea48d98a0e58f44b4c6e401a571c9d03e3c12b
commit 2bea48d98a0e58f44b4c6e401a571c9d03e3c12b
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Jan 28 11:52:06 2015 +0100
Commit: Evan Hanson <evhan@foldling.org>
CommitDate: Wed Jan 28 11:52:06 2015 +0100
Removed srfi-1 from docs
diff --git a/LICENSE b/LICENSE
index 46ddd453..095b9ac0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -112,12 +112,6 @@ irregex.scm:
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-srfi-1.scm:
-
- Copyright (c) 1998, 1999 by Olin Shivers. You may do as you please with
- this code as long as you do not remove this copyright notice or
- hold me liable for its use. Please send bug reports to shivers@ai.mit.edu.
-
=== Public domain / unencumbered
Since we would still like to acknowledge all the useful contributions
diff --git a/README b/README
index 3bbb06b8..2d99ec39 100644
--- a/README
+++ b/README
@@ -298,7 +298,6 @@
| | |-- setup-api.so
| | |-- setup-download.import.so
| | |-- setup-download.so
- | | |-- srfi-1.import.so
| | |-- srfi-4.import.so
| | |-- tcp.import.so
| | |-- types.db
diff --git a/manual/Extensions b/manual/Extensions
index 566edc74..7ea2ee14 100644
--- a/manual/Extensions
+++ b/manual/Extensions
@@ -32,8 +32,8 @@ with the extension name as argument. The extension archive is
downloaded, its contents extracted and the contained ''setup'' script
is executed. This setup script is a normal Scheme source file, which
will be interpreted by {{chicken-install}}. The complete language
-supported by {{csi}} is available, and the library units {{srfi-1
-regex utils posix tcp}} are loaded. Additional libraries can be loaded
+supported by {{csi}} is available, and the library units
+{{regex utils posix tcp}} are loaded. Additional libraries can be loaded
at run-time.
The setup script should perform all necessary steps to build the new
diff --git a/manual/Modules b/manual/Modules
index 32e1010a..0985790b 100644
--- a/manual/Modules
+++ b/manual/Modules
@@ -278,7 +278,6 @@ Everything from the {{library}}, {{eval}} and {{expand}} library units.
[module] lolevel
[module] posix
[module] regex
- [module] srfi-1
[module] srfi-4
[module] tcp
[module] utils
diff --git a/manual/Non-standard macros and special forms b/manual/Non-standard macros and special forms
index d49cbbd1..8bcaf027 100644
--- a/manual/Non-standard macros and special forms
+++ b/manual/Non-standard macros and special forms
@@ -535,7 +535,7 @@ Expands by selecting feature clauses. This form is allowed to appear in non-topl
Predefined feature-identifiers are "situation" specific:
-; compile : {{chicken}}, {{compiling}}, {{library}}, {{eval}}, {{extras}}, {{utils}}, {{regex}}, {{srfi-0}}, {{srfi-1}}, {{srfi-2}}, {{srfi-4}}, {{srfi-6}}, {{srfi-8}}, {{srfi-9}}, {{srfi-10}}, {{srfi-11}}, {{srfi-12}}, {{srfi-15}}, {{srfi-16}}, {{srfi-17}}, {{srfi-23}}, {{srfi-26}}, {{srfi-28}}, {{srfi-30}}, {{srfi-31}}, {{srfi-39}}, {{srfi-55}}, {{srfi-61}}, {{srfi-62}}
+; compile : {{chicken}}, {{compiling}}, {{library}}, {{eval}}, {{extras}}, {{utils}}, {{regex}}, {{srfi-0}}, {{srfi-2}}, {{srfi-4}}, {{srfi-6}}, {{srfi-8}}, {{srfi-9}}, {{srfi-10}}, {{srfi-11}}, {{srfi-12}}, {{srfi-15}}, {{srfi-16}}, {{srfi-17}}, {{srfi-23}}, {{srfi-26}}, {{srfi-28}}, {{srfi-30}}, {{srfi-31}}, {{srfi-39}}, {{srfi-55}}, {{srfi-61}}, {{srfi-62}}
; load : {{chicken}}, {{extras}}, {{srfi-0}}, {{srfi-2}}, {{srfi-6}}, {{srfi-8}}, {{srfi-9}}, {{srfi-10}}, {{srfi-12}}, {{srfi-17}}, {{srfi-23}}, {{srfi-28}}, {{srfi-30}}, {{srfi-39}}, {{srfi-55}}, {{srfi-61}}, {{srfi-62}}. {{library}} is implicit.
diff --git a/manual/Supported language b/manual/Supported language
index 914348b5..89fbb26b 100644
--- a/manual/Supported language
+++ b/manual/Supported language
@@ -21,7 +21,6 @@
* [[Unit files]] File and pathname operations
* [[Unit extras]] Useful utility definitions
* [[Unit irregex]] Regular expressions
-* [[Unit srfi-1]] List Library
* [[Unit srfi-4]] Homogeneous numeric vectors
* [[Unit posix]] Unix-like services
* [[Unit utils]] Shell scripting and file operations
diff --git a/manual/Unit irregex b/manual/Unit irregex
index 9b78eadc..b6bb45bb 100644
--- a/manual/Unit irregex
+++ b/manual/Unit irregex
@@ -825,4 +825,4 @@ possible.
---
Previous: [[Unit extras]]
-Next: [[Unit srfi-1]]
+Next: [[Unit srfi-4]]
diff --git a/manual/Unit srfi-4 b/manual/Unit srfi-4
index 920ff563..902713a0 100644
--- a/manual/Unit srfi-4
+++ b/manual/Unit srfi-4
@@ -321,6 +321,6 @@ undefined.
---
-Previous: [[Unit srfi-1]]
+Previous: [[Unit extras]]
Next: [[Unit posix]]
diff --git a/manual/faq b/manual/faq
index 2ae9469a..547f1bc5 100644
--- a/manual/faq
+++ b/manual/faq
@@ -321,7 +321,7 @@ the file containing the sharp-comma form, like this:
(print #,(integer->char 33))
</enscript>
-==== Why do built-in units, such as srfi-1 and posix fail to load?
+==== Why do built-in units, such as srfi-4 and posix fail to load?
When you try to {{use}} a built-in unit such as {{posix}}, you may get the following error:
Trap