/[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.1.2.9 by mvo, Mon Jul 8 18:54:20 2002 UTC revision 1.1.2.10 by ossau, Thu Aug 8 22:05:39 2002 UTC
# Line 76  module system. Line 76  module system.
76    
77  In 1996 Tom Lord implemented a full-featured module system for Guile which  In 1996 Tom Lord implemented a full-featured module system for Guile which
78  allows loading Scheme source files into a private name space.  This system has  allows loading Scheme source files into a private name space.  This system has
79  been in available since Guile version 1.4.  been in available since at least Guile version 1.1.
 @c fixme: Actually, was it available before?  1.4 seems a bit late...  
80    
81  For Guile version 1.5.0 and later, the system has been improved to have better  For Guile version 1.5.0 and later, the system has been improved to have better
82  integration from C code, more fine-grained user control over interfaces, and  integration from C code, more fine-grained user control over interfaces, and
# Line 548  ignored.  When @var{function} is somethi Line 547  ignored.  When @var{function} is somethi
547  When @var{func} is a string , look it up in @var{dynobj}; this  When @var{func} is a string , look it up in @var{dynobj}; this
548  is equivalent to  is equivalent to
549  @smallexample  @smallexample
550  (dynamic-call (dynamic-func @var{func} @var{dobj} #f))  (dynamic-call (dynamic-func @var{func} @var{dobj}) #f)
551  @end smallexample  @end smallexample
552    
553  Interrupts are deferred while the C function is executing (with  Interrupts are deferred while the C function is executing (with

Legend:
Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10

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