/[guile]/guile/guile-core/NEWS
ViewVC logotype

Diff of /guile/guile-core/NEWS

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

revision 1.399 by mvo, Sun Jun 29 14:57:54 2003 UTC revision 1.400 by kryde, Fri Jul 18 01:28:38 2003 UTC
# Line 1739  Instead, use scm_c_memq or scm_memq, scm Line 1739  Instead, use scm_c_memq or scm_memq, scm
1739    
1740  ** New functions: scm_call_0, scm_call_1, scm_call_2, scm_call_3  ** New functions: scm_call_0, scm_call_1, scm_call_2, scm_call_3
1741    
1742  Call a procedure with the indicated number of arguments.  Call a procedure with the indicated number of arguments.  See "Fly
1743    Evaluation" in the manual.
 Example:  
   
   scm_call_1 (proc, arg1);  
1744    
1745  ** New functions: scm_apply_0, scm_apply_1, scm_apply_2, scm_apply_3  ** New functions: scm_apply_0, scm_apply_1, scm_apply_2, scm_apply_3
1746    
1747  Call a procedure with the indicated number of arguments and a list  Call a procedure with the indicated number of arguments and a list of
1748  of arguments.  further arguments.  See "Fly Evaluation" in the manual.
   
 Example:  
   
   scm_apply_1 (proc, arg1, args);  
1749    
1750  ** New functions: scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5  ** New functions: scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5
1751    
1752  Create a list of the given number of elements.  Create a list of the given number of elements.  See "List
1753    Constructors" in the manual.
1754    
1755  ** Renamed function: scm_listify has been replaced by scm_list_n.  ** Renamed function: scm_listify has been replaced by scm_list_n.
1756    

Legend:
Removed from v.1.399  
changed lines
  Added in v.1.400

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