- Fix 'grep -Fw' for encodings other than UTF-8 (bug #161700).
This commit is contained in:
parent
e5829586b5
commit
23c9918dc8
@ -659,7 +659,7 @@
|
|||||||
+ }
|
+ }
|
||||||
+ else
|
+ else
|
||||||
+#endif /* MBS_SUPPORT */
|
+#endif /* MBS_SUPPORT */
|
||||||
+ if (beg + len >= buf + size && !WCHAR ((unsigned char) beg[len]))
|
+ if (beg + len >= buf + size || !WCHAR ((unsigned char) beg[len]))
|
||||||
+ word_match = 1;
|
+ word_match = 1;
|
||||||
+ if (word_match)
|
+ if (word_match)
|
||||||
+ {
|
+ {
|
||||||
|
@ -92,6 +92,9 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 27 2005 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Fix 'grep -Fw' for encodings other than UTF-8 (bug #161700).
|
||||||
|
|
||||||
* Wed Apr 13 2005 Tim Waugh <twaugh@redhat.com>
|
* Wed Apr 13 2005 Tim Waugh <twaugh@redhat.com>
|
||||||
- Build requires recent pcre-devel (bug #154626).
|
- Build requires recent pcre-devel (bug #154626).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user