buggrep - Bugs: bug #32853, compile fails w/o multibyte support

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #32853: compile fails w/o multibyte support

Submitter:  None
Submitted:  Sat 19 Mar 2011 06:30:52 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Wed 30 Mar 2011 08:17:58 AM UTC, comment #1: 

Thank you for the bug report. This bug has been fixed in the
development sources, which can be downloaded using git from
git://git.sv.gnu.org/grep.git

Paolo Bonzini <bonzini>
Sat 19 Mar 2011 06:30:52 PM UTC, original submission:  


Some MBS-related code is not enclosed in #ifdef MBS_SUPPORT.
Fixed by:

* src/dfa.c.dist      Thu Sep 16 02:32:25 2010
--- src/dfa.c   Sat Mar 19 11:17:35 2011
*************
* 3122,3129 **
    return s1;
  }

- #endif /* MBS_SUPPORT */
-
  /* Initialize mblen_buf and inputwcs with data from the next line.  */

  static void
--- 3122,3127 ----
*************
* 3171,3176 **
--- 3169,3176 ----
    inputwcs[i] = 0; /* sentinel */
  }

+ #endif /* MBS_SUPPORT */
+
  /* Search through a buffer looking for a match to the given struct dfa.
     Find the first occurrence of a string matching the regexp in the
     buffer, and the shortest possible version thereof.  Return a pointer to



Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bonzini (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-30 bonzini StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code