Lines Matching refs:work

157     work under Windows. (Why has it taken so long for anyone to notice?)
572 this macro is never tested and has no effect, because the work to support
671 without these the CMake build does not work on Solaris.
809 during this work. Namely:
1049 (e) Caseless back references now work with characters that have more than
1279 6. Add support for 16-bit character strings (a large amount of work involving
1407 not work when the shorter character appeared right at the end of the
1506 subroutine, it did not work as intended. [But see next item.]
1534 given to pcre_exec() or pcre_dfa_exec() it did work.)
1537 fail to work when decoding hex characters in data strings in EBCDIC
2137 of the verbs SKIP, PRUNE, or COMMIT, did not work correctly. When the
2277 which are compatible with GNU grep; these now work.
2316 12. Restarting a match using pcre_dfa_exec() after a partial match did not work
2776 2. Negative specials like \S did not work in character classes in UTF-8 mode.
2965 12. Updated the tests so that they work when \R is defaulted to ANYCRLF.
3138 what I have chosen to do makes the common cases work: PCRE now takes note
3208 11. Applied patch from Google to remove an optimization that didn't quite work.
3478 easier. A side effect of this work is that the limit of 200 on the nesting
4302 it now also looks for '\r' so that it will work unmodified on Windows.
4537 work.
4721 apparently helpful for Windows. To make it work, also added "-L. -lpcre" to the
4834 assertions. Perl allows it, but it doesn't (in general) work because it can't
4836 5.8.0 - I've been told they are going to document that it doesn't work in
4851 22. Small fix to the Makefile to make it work properly if the build is done
4916 configuring. Tests 2 and 5 work only with 2-byte links because they output
5195 2. The Makefile had to be changed to make it work on BSD systems, where 'make'
5223 by default, but this can be individually controlled. More of the work of
5469 start matching at. This allows lookbehinds to work when searching for multiple
5490 2. Fixed a bug which caused patterns starting with .* not to work correctly
5523 3. Updated pcretest so that patterns such as /abc\/def/ work like they do in
5567 2. Allow quantification of (?>) groups, and make it work correctly.
5799 backreferences always work.
5889 3. Make ranges like [W-c] work in the same way as Perl for caseless matching.