cvsuser     05/02/28 00:29:30

  Modified:    charset  ascii.c binary.c iso-8859-1.c
  Log:
  the big string patch 5 - remove warnings
  
  Revision  Changes    Path
  1.7       +2 -2      parrot/charset/ascii.c
  
  Index: ascii.c
  ===================================================================
  RCS file: /cvs/public/parrot/charset/ascii.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ascii.c   27 Feb 2005 11:03:38 -0000      1.6
  +++ ascii.c   28 Feb 2005 08:29:30 -0000      1.7
  @@ -1,6 +1,6 @@
   /*
   Copyright: 2004 The Perl Foundation.  All Rights Reserved.
  -$Id: ascii.c,v 1.6 2005/02/27 11:03:38 leo Exp $
  +$Id: ascii.c,v 1.7 2005/02/28 08:29:30 leo Exp $
   
   =head1 NAME
   
  @@ -387,7 +387,7 @@
         find_word_boundary,
         string_from_codepoint,
         compute_hash,
  -      {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
  +      {NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL,
             NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL}
     };
   
  
  
  
  1.8       +2 -2      parrot/charset/binary.c
  
  Index: binary.c
  ===================================================================
  RCS file: /cvs/public/parrot/charset/binary.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- binary.c  27 Feb 2005 11:03:38 -0000      1.7
  +++ binary.c  28 Feb 2005 08:29:30 -0000      1.8
  @@ -1,6 +1,6 @@
   /*
   Copyright: 2004 The Perl Foundation.  All Rights Reserved.
  -$Id: binary.c,v 1.7 2005/02/27 11:03:38 leo Exp $
  +$Id: binary.c,v 1.8 2005/02/28 08:29:30 leo Exp $
   
   =head1 NAME
   
  @@ -318,7 +318,7 @@
         find_word_boundary,
         string_from_codepoint,
         compute_hash,
  -      {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
  +      {NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL,
             NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL}
     };
   
  
  
  
  1.5       +2 -2      parrot/charset/iso-8859-1.c
  
  Index: iso-8859-1.c
  ===================================================================
  RCS file: /cvs/public/parrot/charset/iso-8859-1.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- iso-8859-1.c      27 Feb 2005 11:03:38 -0000      1.4
  +++ iso-8859-1.c      28 Feb 2005 08:29:30 -0000      1.5
  @@ -1,6 +1,6 @@
   /*
   Copyright: 2004 The Perl Foundation.  All Rights Reserved.
  -$Id: iso-8859-1.c,v 1.4 2005/02/27 11:03:38 leo Exp $
  +$Id: iso-8859-1.c,v 1.5 2005/02/28 08:29:30 leo Exp $
   
   =head1 NAME
   
  @@ -474,7 +474,7 @@
           find_word_boundary,
           string_from_codepoint,
           compute_hash,
  -        {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
  +        {NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL,
               NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL}
   
       };
  
  
  

Reply via email to