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

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

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

revision 1.5 by ossau, Wed Mar 27 21:55:31 2002 UTC revision 1.6 by ossau, Fri Mar 29 20:25:24 2002 UTC
# Line 344  if the last argument is not a proper lis Line 344  if the last argument is not a proper lis
344  @deffn {Scheme Procedure} append! . lists  @deffn {Scheme Procedure} append! . lists
345  @deffnx {C Function} scm_append_x (lists)  @deffnx {C Function} scm_append_x (lists)
346  A destructive version of @code{append} (@pxref{Pairs and  A destructive version of @code{append} (@pxref{Pairs and
347  Lists,,,r5rs, The Revised^5 Report on Scheme}).  The cdr field  lists,,,r5rs, The Revised^5 Report on Scheme}).  The cdr field
348  of each list's final pair is changed to point to the head of  of each list's final pair is changed to point to the head of
349  the next list, so no consing is performed.  Return a pointer to  the next list, so no consing is performed.  Return a pointer to
350  the mutated list.  the mutated list.
# Line 360  in reverse order. Line 360  in reverse order.
360  @c NJFIXME explain new_tail  @c NJFIXME explain new_tail
361  @deffn {Scheme Procedure} reverse! lst [new_tail]  @deffn {Scheme Procedure} reverse! lst [new_tail]
362  @deffnx {C Function} scm_reverse_x (lst, new_tail)  @deffnx {C Function} scm_reverse_x (lst, new_tail)
363  A destructive version of @code{reverse} (@pxref{Pairs and Lists,,,r5rs,  A destructive version of @code{reverse} (@pxref{Pairs and lists,,,r5rs,
364  The Revised^5 Report on Scheme}).  The cdr of each cell in @var{lst} is  The Revised^5 Report on Scheme}).  The cdr of each cell in @var{lst} is
365  modified to point to the previous list element.  Return a pointer to the  modified to point to the previous list element.  Return a pointer to the
366  head of the reversed list.  head of the reversed list.

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

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