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

Diff of /guile/guile-core/doc/ref/gh.texi

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

revision 1.3 by ela, Tue Jan 29 10:46:13 2002 UTC revision 1.4 by ela, Wed Feb 27 15:41:00 2002 UTC
# Line 929  Use @code{scm_str2symbol} instead.  [FIX Line 929  Use @code{scm_str2symbol} instead.  [FIX
929  should be @code{scm_str02symbol}.]  should be @code{scm_str02symbol}.]
930    
931  @item @code{gh_ints2scm} and @code{gh_doubles2scm}  @item @code{gh_ints2scm} and @code{gh_doubles2scm}
932  No direct scm equivalent.  [FIXME]  Use @code{scm_c_ints2scm} and @code{scm_c_doubles2scm} instead.
933    
934  @item @code{gh_chars2byvect} and @code{gh_shorts2svect}  @item @code{gh_chars2byvect} and @code{gh_shorts2svect}
935  No direct scm equivalent.  [FIXME]  Use @code{scm_c_chars2byvect} and @code{scm_c_shorts2svect} instead.
936    
937  @item @code{gh_longs2ivect} and @code{gh_ulongs2uvect}  @item @code{gh_longs2ivect} and @code{gh_ulongs2uvect}
938  No direct scm equivalent.  [FIXME]  Use @code{scm_c_longs2ivect} and @code{scm_c_ulongs2uvect} instead.
939    
940  @item @code{gh_floats2fvect} and @code{gh_doubles2dvect}  @item @code{gh_floats2fvect} and @code{gh_doubles2dvect}
941  No direct scm equivalent.  [FIXME]  Use @code{scm_c_floats2fvect} and @code{scm_c_doubles2dvect} instead.
942    
943  @item @code{gh_scm2bool}  @item @code{gh_scm2bool}
944  Use @code{SCM_NFALSEP} instead.  Use @code{SCM_NFALSEP} instead.
# Line 993  instead.  With the additional @var{str} Line 993  instead.  With the additional @var{str}
993  pre-allocated memory chunk or leave it passing NULL.  pre-allocated memory chunk or leave it passing NULL.
994    
995  @item @code{gh_scm2chars}  @item @code{gh_scm2chars}
996  No direct scm equivalent.  [FIXME]  Use @code{scm_c_scm2chars} instead.
997    
998  @item @code{gh_scm2shorts} and @code{gh_scm2longs}  @item @code{gh_scm2shorts} and @code{gh_scm2longs}
999  No direct scm equivalent.  [FIXME]  Use @code{scm_c_shorts2scm} and @code{scm_c_longs2scm} instead.
1000    
1001  @item @code{gh_scm2floats} and @code{gh_scm2doubles}  @item @code{gh_scm2floats} and @code{gh_scm2doubles}
1002  No direct scm equivalent.  [FIXME]  Use @code{scm_c_floats2scm} and @code{scm_c_doubles2scm} instead.
1003    
1004  @item @code{gh_boolean_p}  @item @code{gh_boolean_p}
1005  Use the @code{SCM_BOOLP} macro instead, or replace @code{gh_boolean_p  Use the @code{SCM_BOOLP} macro instead, or replace @code{gh_boolean_p

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

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