Lines Matching refs:h

72 17. \h within a class was incorrectly compiled in EBCDIC environments.
441 21. Add PCRECPP_EXP_DECL declaration to operator<< in pcre_stringpiece.h.
507 check for the presence of windows.h (which was already tested for).
571 2. ./configure --enable-coverage defined SUPPORT_GCOV in config.h, although
574 the Makefile. The comment in config.h implied that defining the macro would
597 recognizing that \h, \H, \v, \V, and \R must match a character.
670 (2) Add missing HAVE_STDINT_H and HAVE_INTTYPES_H to config-cmake.h.in;
696 were matched by \h. The code has now been refactored so that the lists of
697 the horizontal and vertical whitespace characters used for \h and \v (which
784 3. Revise the creation of config.h.generic so that all boolean macros are
985 (h) The documentation has been revised and clarified in places.
1045 (d) The processing of \h, \H, \v, and \ in character classes now makes use
1065 pcre.h.generic and config.h.generic by "make" instead of in the
1254 mode, patterns that started with \h* or \R* might be incorrectly matched.
1261 name is defined in ctype.h.
1302 information out of configure.ac instead of relying on pcre.h.generic, which
1347 (*THEN), \h, \H, \v, \V, and single character negative classes with fixed
1553 2. Two minor typos in pcre_internal.h have been fixed.
1555 3. Added #include <string.h> to pcre_scanner_unittest.cc, pcrecpp.cc, and
1957 22. Some patches to pcre_stringpiece.h, pcre_stringpiece_unittest.cc, and
2011 13. pcre_study() now recognizes \h, \v, and \R when constructing a bit map of
2067 4. On systems that do not have stdint.h (e.g. Solaris), check for and include
2068 inttypes.h instead. This fixes a bug that was introduced by change 8.01/8.
2151 6. In pcre_internal.h, obsolete includes to setjmp.h and stdarg.h have been
2182 - The standard autoconf AC_CHECK_LIB fails to include "bzlib.h",
2213 15. There were some discrepancies between the declarations in pcre_internal.h
2423 2. The "typedef int BOOL" in pcre_internal.h that was included inside the
2478 18. Added to pcre_internal.h two configuration checks: (a) If both EBCDIC and
2601 16. Added a missing copyright notice to pcrecpp_internal.h.
2708 following two fixes: (1) Make the unistd.h include conditional on
2716 19. There was a typo in the file ucpinternal.h where f0_rangeflag was defined
2783 4. PCRECPP_STATIC was referenced in pcrecpp_internal.h, but nowhere was it
2853 inclusion of <windows.h> to before rather than after the definition of
2939 windows.h file is present (where different names are used). [This was
2942 8. Changed all #include <config.h> to #include "config.h". There were also
2943 some further <pcre.h> cases that I changed to "pcre.h".
2986 line "#include <pcre.h>" was included in pcre_internal.h. The use of angle
2988 installed pcre.h, not the version that is in the source that is being
2991 #include "pcre.h"
3190 (h) \h, \H, \v, and \V match horizontal and vertical whitespace.
3243 4. Updated comments in configure.ac that get placed in config.h.in and also
3244 arranged for config.h to be included in the distribution, with the name
3245 config.h.generic, for the benefit of those who have to compile without
3246 Autotools (compare pcre.h, which is now distributed as pcre.h.generic).
3249 Weber: (1) pcre_internal.h was missing some function renames; (2) updated
3260 8. Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)
3264 to update Builducptable as well, so it won't revert if ucptable.h is ever
3278 10. Fixed two bugs in the emulated memmove() function in pcre_internal.h:
3292 pcre.h.generic and config.h.generic from pcre.h and config.h. In the latter
3377 sys/time.h, which is documented as needed for this function. It doesn't
3436 9. On the advice of a Windows user, included <io.h> and <fcntl.h> in Windows
3453 13. Removed some redundant semicolons after macro calls in pcrecpparg.h.in
3536 29. The ucpinternal.h header file was missing its idempotency #ifdef.
3632 #include "pcre_internal.h"
3655 3. The memmove() emulation function in pcre_internal.h, which is used on
3816 in pcreposix.h. I have copied the definition from pcre.h.
3819 because pcre.h is no longer a built file.
3862 (h) The combination of options -rh failed to suppress file names for files
3921 (d) Split off pcrecpparg.h from pcrecpp.h and had the former built by
3968 SCOPE with something explicit in config.h. In addition:
3970 (a) pcreposix.h still had just "extern" instead of either of these macros;
4026 25. The pcre.h file was built from pcre.h.in, but the only changes that were
4029 "configure". I have turned pcre.h into a distributed file, no longer built
4031 no longer a pcre.h.in file.
4036 the release number by grepping pcre.h.
4057 4. Renamed pcre.in as pcre.h.in to go with pcrecpp.h.in; it also makes the
4235 (h) "-" can be given as a file name to represent stdin.
4888 pcre_callout_block, which is defined in pcre.h. If the function returns 0,
4927 internal.h so that it is next to the definition of the opcodes.
4930 code. This is again a macro in internal.h so that it is next to the
5039 The pcre_extra structure is now exposed and defined in pcre.h. It currently
5048 The flag bits are also defined in pcre.h, and are
5218 definitions in pcre.h while keeping the internal definitions of the structures
5248 9. Fixed typo (3.4/1) in pcre.h again. Sigh. I had changed pcre.h (which is
5258 systems, the value can be set in config.h.
5271 1. Fixed typo in pcre.h: unsigned const char * changed to const unsigned char *.
5324 3. The code contained an inclusion of sys/types.h. It isn't clear why this
5353 (1) It was failing to install pcreposix.h.
5415 3. Added definitions of PCRE_MAJOR and PCRE_MINOR to pcre.h so the version can