bug-grep
[Top][All Lists]
Advanced

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

[bug #24452] grep -w doesn't always grab whole words - broken multibyte


From: Slava Zanko
Subject: [bug #24452] grep -w doesn't always grab whole words - broken multibyte support
Date: Tue, 28 Jun 2011 22:35:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #4, bug #24452 (project grep):

> What regular expression engine are you using?

Plain PCRE and GLIB regexp (but it' just a wrapper around PCRE)

> p is certainly not supported by grep or glibc.

well... I have compiled 'grep' from master branch... patch works as well.

BTW,

address@hidden ~/work/grep/ROOT/bin master$ ldd ./grep 
        linux-vdso.so.1 =>  (0x00007fff8d9b9000)
        libpcre.so.0 => /lib64/libpcre.so.0 (0x00000036c3400000)
        libc.so.6 => /lib64/libc.so.6 (0x00000036ad800000)
        /lib64/ld-linux-x86-64.so.2 (0x00000036ad000000)
address@hidden ~/work/grep/ROOT/bin master$ 

As I see PCRE used in 'grep' utility too.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24452>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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