• Home
  • Raw
  • Download

Lines Matching refs:PH

10 # 2007-09-19 Adjusted by PH to retain previous default settings
27 # 2008-01-23 PH removed the automatic build of pcredemo.
28 # 2008-04-22 PH modified READLINE support so it finds NCURSES when needed.
29 # 2008-07-03 PH updated for revised UCP property support (change of files)
30 # 2009-03-23 PH applied Steven Van Ingelgem's patch to change the name
33 # 2009-03-23 PH applied a modified version of Steven Van Ingelgem's patches to
36 # 2009-04-11 PH applied Christian Ehrlicher's patch to show compiler flags that
38 # 2010-01-02 PH added test for stdint.h
39 # 2010-03-02 PH added test for inttypes.h
40 # 2011-08-01 PH added PCREGREP_BUFSIZE
41 # 2011-08-22 PH added PCRE_SUPPORT_JIT
42 # 2011-09-06 PH modified WIN32 ADD_TEST line as suggested by Sergey Cherepanov
43 # 2011-09-06 PH added PCRE_SUPPORT_PCREGREP_JIT
54 # 2012-01-06 PH removed pcre_info.c and added pcre_string_utils.c
57 # 2012-01-17 PH applied Stephen Kelly's patch to parse the version data out
59 # 2012-02-26 PH added support for libedit
60 # 2012-09-06 PH added support for PCRE_EBCDIC_NL25
62 # 2012-10-23 PH added support for VALGRIND and GCOV
63 # 2012-12-08 PH added patch from Daniel Richard G to quash some MSVC warnings
64 # 2013-07-01 PH realized that the "support" for GCOV was a total nonsense and
66 # 2013-10-08 PH got rid of the "source" command, which is a bash-ism (use ".")
67 # 2013-11-05 PH added support for PARENS_NEST_LIMIT
68 # 2014-08-29 PH converted the file for PCRE2 (which has no C++).
69 # 2015-04-24 PH added support for PCRE2_DEBUG
70 # 2015-07-16 PH updated for new pcre2_find_bracket source module
71 # 2015-08-24 PH correct C_FLAGS setting (patch from Roy Ivy III)
72 # 2015-10=16 PH added support for never-backslash-C
73 # 2016-03-01 PH applied Chris Wilson's patch for MSVC static
74 # 2016-06-24 PH applied Chris Wilson's second patch, putting the first under
76 # 2016-10-05 PH fixed a typo (PCRE should be PCRE2) in above patch
78 # 2016-10-07 PH added PCREGREP_MAX_BUFSIZE
79 # 2017-03-11 PH turned HEAP_MATCH_RECURSE into a NO-OP for 10.30
80 # 2017-04-08 PH added HEAP_LIMIT
82 # 2018-06-19 PH added checks for stdint.h and inttypes.h (later removed)
83 # 2018-06-27 PH added Daniel's patch to increase the stack for MSVC
84 # 2018-11-14 PH removed unnecessary checks for stdint.h and inttypes.h
85 # 2018-11-16 PH added PCRE2GREP_SUPPORT_CALLOUT_FORK support and tidied
86 # 2019-02-16 PH hacked to avoid CMP0026 policy issue (see comments below)
87 # 2020-03-16 PH renamed dftables as pcre2_dftables (as elsewhere)
88 # 2020-03-24 PH changed CMAKE_MODULE_PATH definition to add, not replace
91 # 2020-04-25 PH applied patches from Uwe Korn to support pkg-config and
94 # 2020-04-28 PH added function check for memfd_create based on Carlo's patch
95 # 2020-05-25 PH added a check for Intel CET
96 # 2020-12-03 PH altered the definition of pcre2test as suggested by Daniel
153 # code was written by PH, trying to imitate the logic from the autotools
392 # make it possible to override the default if necessary. PH