/[guile]/guile/guile-core/libguile/list.c
ViewVC logotype

Diff of /guile/guile-core/libguile/list.c

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

revision 1.58.2.2 by ttn, Thu Mar 14 05:26:15 2002 UTC revision 1.58.2.3 by ossau, Fri Mar 15 09:23:19 2002 UTC
# Line 451  SCM_REGISTER_PROC(s_list_cdr_ref, "list- Line 451  SCM_REGISTER_PROC(s_list_cdr_ref, "list-
451    
452  SCM_DEFINE (scm_list_tail, "list-tail", 2, 0, 0,  SCM_DEFINE (scm_list_tail, "list-tail", 2, 0, 0,
453             (SCM lst, SCM k),             (SCM lst, SCM k),
454              "@deffnx primitive list-cdr-ref lst k\n"              "@deffnx {Scheme Procedure} list-cdr-ref lst k\n"
455              "Return the \"tail\" of @var{lst} beginning with its @var{k}th element.\n"              "Return the \"tail\" of @var{lst} beginning with its @var{k}th element.\n"
456              "The first element of the list is considered to be element 0.\n\n"              "The first element of the list is considered to be element 0.\n\n"
457              "@code{list-tail} and @code{list-cdr-ref} are identical.  It may help to\n"              "@code{list-tail} and @code{list-cdr-ref} are identical.  It may help to\n"
# Line 690  SCM_DEFINE (scm_member, "member", 2, 0, Line 690  SCM_DEFINE (scm_member, "member", 2, 0,
690    
691  SCM_DEFINE (scm_delq_x, "delq!", 2, 0, 0,  SCM_DEFINE (scm_delq_x, "delq!", 2, 0, 0,
692             (SCM item, SCM lst),             (SCM item, SCM lst),
693              "@deffnx primitive delv! item lst\n"              "@deffnx {Scheme Procedure} delv! item lst\n"
694              "@deffnx primitive delete! item lst\n"              "@deffnx {Scheme Procedure} delete! item lst\n"
695              "These procedures are destructive versions of @code{delq}, @code{delv}\n"              "These procedures are destructive versions of @code{delq}, @code{delv}\n"
696              "and @code{delete}: they modify the pointers in the existing @var{lst}\n"              "and @code{delete}: they modify the pointers in the existing @var{lst}\n"
697              "rather than creating a new list.  Caveat evaluator: Like other\n"              "rather than creating a new list.  Caveat evaluator: Like other\n"

Legend:
Removed from v.1.58.2.2  
changed lines
  Added in v.1.58.2.3

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