/[guile]/guile/guile-core/doc/ref/scheme-modules.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/scheme-modules.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ossau, Sat Dec 1 15:53:04 2001 UTC revision 1.5 by ttn, Tue Jan 8 08:29:00 2002 UTC
# Line 446  library SLIB from Guile (@pxref{SLIB}). Line 446  library SLIB from Guile (@pxref{SLIB}).
446  @c from here?  @c from here?
447  @item (ice-9 jacal)  @item (ice-9 jacal)
448  This module contains hooks for using Aubrey Jaffer's symbolic math  This module contains hooks for using Aubrey Jaffer's symbolic math
449  packge Jacal from Guile (@pxref{JACAL}).  package Jacal from Guile (@pxref{JACAL}).
450  @end table  @end table
451    
452    
# Line 497  integrates dynamically linked libraries Line 497  integrates dynamically linked libraries
497  @subsection Low level dynamic linking  @subsection Low level dynamic linking
498    
499  When using the low level procedures to do your dynamic linking, you have  When using the low level procedures to do your dynamic linking, you have
500  complete control over which library is loaded when and what get's done  complete control over which library is loaded when and what gets done
501  with it.  with it.
502    
503  @deffn {Scheme Procedure} dynamic-link library  @deffn {Scheme Procedure} dynamic-link library
# Line 667  called, the current module is a newly cr Line 667  called, the current module is a newly cr
667  indicated by @var{name}.  Each definition that is added to it will be  indicated by @var{name}.  Each definition that is added to it will be
668  automatically exported.  automatically exported.
669    
670  The string @var{name} indicates the hierachical name of the new module.  The string @var{name} indicates the hierarchical name of the new module.
671  It should consist of the individual components of the module name  It should consist of the individual components of the module name
672  separated by single spaces.  That is, the Scheme module name @code{(foo  separated by single spaces.  That is, the Scheme module name @code{(foo
673  bar)}, which is a list, should be written as @code{"foo bar"} for the  bar)}, which is a list, should be written as @code{"foo bar"} for the

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26