cvsuser     03/11/20 04:44:09

  Modified:    docs/dev pmc_freeze.pod
               src      pmc_freeze.c
  Log:
  typos; document the escape flag
  
  Revision  Changes    Path
  1.2       +2 -2      parrot/docs/dev/pmc_freeze.pod
  
  Index: pmc_freeze.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/dev/pmc_freeze.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- pmc_freeze.pod    20 Nov 2003 10:29:03 -0000      1.1
  +++ pmc_freeze.pod    20 Nov 2003 12:44:05 -0000      1.2
  @@ -77,7 +77,7 @@
   
   =head2 Working loops
   
  -These are labeled B<visit_loop_*>. There are currently to schemes to
  +These are labeled B<visit_loop_*>. There are currently two schemes to
   handle the B<todo_list>.
   
   =over 4
  @@ -130,7 +130,7 @@
   
   =head2 Avoiding duplicates
   
  -As stated in the introduction strucutures can be self-referential,
  +As stated in the introduction structures can be self-referential,
   they can contain (at an arbitrary depth) PMCs, that where already
   processed. Just following these PMCs would lead to endless loops. So
   already B<seen> PMCs have to be remembered.
  
  
  
  1.4       +2 -2      parrot/src/pmc_freeze.c
  
  Index: pmc_freeze.c
  ===================================================================
  RCS file: /cvs/public/parrot/src/pmc_freeze.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- pmc_freeze.c      19 Nov 2003 17:07:57 -0000      1.3
  +++ pmc_freeze.c      20 Nov 2003 12:44:09 -0000      1.4
  @@ -1,7 +1,7 @@
   /* pmc_freeze.c
    *  Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
    *  CVS Info
  - *     $Id: pmc_freeze.c,v 1.3 2003/11/19 17:07:57 leo Exp $
  + *     $Id: pmc_freeze.c,v 1.4 2003/11/20 12:44:09 leo Exp $
    *  Overview:
    *     Freeze and thaw functionality
    *  Data Structure and Algorithms:
  @@ -28,7 +28,7 @@
    *  Notes:
    *     The seen-hash version for freezing might go away sometimes.
    *  References:
  - *     Lot of discussion on p6i
  + *     Lot of discussion on p6i and docs/dev/pmc_freeze.pod.
    */
   
   #include "parrot/parrot.h"
  
  
  

Reply via email to