guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/doc scheme-modules.texi


From: Thien-Thi Nguyen
Subject: guile/guile-core/doc scheme-modules.texi
Date: Tue, 17 Jul 2001 23:56:07 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Thien-Thi Nguyen <address@hidden>       01/07/17 23:56:07

Modified files:
        guile-core/doc : scheme-modules.texi 

Log message:
        Remove unnecessary "tho".

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/scheme-modules.texi.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.12&tr2=1.12.2.1&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/scheme-modules.texi
diff -u guile/guile-core/doc/scheme-modules.texi:1.11 
guile/guile-core/doc/scheme-modules.texi:1.12
--- guile/guile-core/doc/scheme-modules.texi:1.11       Mon Jun 18 12:08:31 2001
+++ guile/guile-core/doc/scheme-modules.texi    Fri Jun 29 14:43:17 2001
@@ -354,10 +354,6 @@
 which might be present in the scope of the expansion.
 
 @item
-From C, you need to construct a @code{module-export!} call using
address@hidden  This is cumbersome.
-
address@hidden
 When two or more used modules export bindings with the same names, the
 last accessed module wins, and the exported binding of that last module
 will silently be used.  This might lead to hard-to-find errors because
@@ -396,6 +392,9 @@
 @item (ice-9 rdelim)
 Line- and character-delimited input (@pxref{Line/Delimited}).
 
address@hidden (ice-9 rw)
+Block string input/output (@pxref{Block Reading and Writing}).
+
 @item (ice-9 documentation)
 Online documentation (REFFIXME).
 
@@ -406,6 +405,9 @@
 @item (srfi srfi-2)
 Support for @code{and-let*} (@pxref{SRFI-2}).
 
address@hidden (srfi srfi-4)
+Support for homogeneous numeric vectors (@pxref{SRFI-4}).
+
 @item (srfi srfi-6)
 Support for some additional string port procedures (@pxref{SRFI-6}).
 
@@ -614,9 +616,11 @@
 
 @node Compiled Code Modules
 @subsection Putting Compiled Code into Modules
+
address@hidden FIXME::martin: Change all gh_ references to their scm_ 
equivalents.
 
-The new primitives that you add to Guile with @code{gh_new_procedure} or
-with any of the other mechanisms are normally placed into the same
+The new primitives that you add to Guile with @code{gh_new_procedure}
+or with any of the other mechanisms are normally placed into the same
 module as all the other builtin procedures (like @code{display}).
 However, it is also possible to put new primitives into their own
 module.
@@ -695,6 +699,8 @@
 from Scheme to C and back.  Additionally, we need a function that will
 add them to the set of Guile primitives.  Because this is just an
 example, we will only implement this for the @code{j0} function, tho.
+
address@hidden FIXME::martin: Change all gh_ references to their scm_ 
equivalents.
 
 @smallexample
 #include <math.h>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]