cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/lib regexec.c


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs/lib regexec.c
Date: Mon, 05 Jun 2006 07:14:34 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Mark D. Baushke <mdb>   06/06/05 07:14:34

Modified files:
        lib            : regexec.c 

Log message:
        * regexec.c: Update from gnulib.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/lib/regexec.c?cvsroot=cvs&r1=1.8&r2=1.9

Patches:
Index: regexec.c
===================================================================
RCS file: /cvsroot/cvs/ccvs/lib/regexec.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- regexec.c   11 Apr 2006 20:21:31 -0000      1.8
+++ regexec.c   5 Jun 2006 07:14:34 -0000       1.9
@@ -1,5 +1,5 @@
 /* Extended regular expression matching and search library.
-   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Isamu Hasegawa <address@hidden>.
 
@@ -3615,7 +3615,7 @@
       else if (type == OP_UTF8_PERIOD)
         {
          if (ASCII_CHARS % BITSET_WORD_BITS == 0)
-           memset (accepts, -1, ASCII_CHARS);
+           memset (accepts, -1, ASCII_CHARS / CHAR_BIT);
          else
            bitset_merge (accepts, utf8_sb_map);
          if (!(dfa->syntax & RE_DOT_NEWLINE))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]