packages feed

Cabal revisions of regex-pcre-builtin-0.95.2.3.8.44

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                   regex-pcre-builtin-Version:                0.95.2.3.8.44-Cabal-Version:          >=1.10-stability:              Seems to work, passes a few tests-build-type:             Simple-license:                BSD3-license-file:           LICENSE-copyright:              Copyright (c) 2006, Christopher Kuklewicz-author:                 Audrey Tang-maintainer:             audreyt@audreyt.org-bug-reports:            https://github.com/audreyt/regex-pcre-builtin/issues-category:               Text--synopsis:    PCRE Backend for "Text.Regex" (regex-base)-description:-  This package provides a <http://pcre.org/ PCRE> backend for the <//hackage.haskell.org/package/regex-base regex-base> API.-  .-  See also <https://wiki.haskell.org/Regular_expressions> for more information.-  .-  Includes bundled code from www.pcre.org--extra-source-files:-  ChangeLog.md-  pcre/config.h pcre/pcre.h pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_internal.h pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_printint.c pcre/pcre_refcount.c pcre/pcre_scanner.h pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c pcre/pcrecpp.h pcre/pcrecpp_internal.h pcre/pcreposix.h pcre/ucp.h--tested-with:-  GHC == 9.2.0.20210821-  GHC == 9.0.1-  GHC == 8.10.7-  GHC == 8.8.4-  GHC == 8.6.5-  GHC == 8.4.4-  GHC == 8.2.2-  GHC == 8.0.2-  GHC == 7.10.3-  GHC == 7.8.4-  GHC == 7.6.3-  GHC == 7.4.2-  GHC == 7.0.4--source-repository head-  type:     git-  location: https://github.com/audreyt/regex-pcre-builtin--library-  hs-source-dirs: src-  exposed-modules:-      Text.Regex.PCRE-      Text.Regex.PCRE.Wrap-      Text.Regex.PCRE.String-      Text.Regex.PCRE.Sequence-      Text.Regex.PCRE.ByteString-      Text.Regex.PCRE.ByteString.Lazy-      Text.Regex.PCRE.Text-      Text.Regex.PCRE.Text.Lazy--  other-modules:-      Paths_regex_pcre_builtin--  default-language: Haskell2010-  default-extensions:-      MultiParamTypeClasses-      FunctionalDependencies-      ForeignFunctionInterface-      ScopedTypeVariables-      GeneralizedNewtypeDeriving-      FlexibleContexts-      TypeSynonymInstances-      FlexibleInstances--  build-depends: regex-base == 0.94.*-               , base       >= 4.3 && < 4.17-               , containers >= 0.4 && < 0.7-               , bytestring >= 0.9 && < 0.12-               , array      >= 0.3 && < 0.6-               , text       >= 1.2.3 && < 1.3--  if !impl(ghc >= 8)-      build-depends: fail == 4.9.*--  ghc-options: -O2-               -Wall -fno-warn-unused-imports-  cc-options:  -DHAVE_CONFIG_H-  include-dirs: pcre-  includes: pcre.h config.h-  c-sources:-      pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_refcount.c pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c+Name:                   regex-pcre-builtin
+Version:                0.95.2.3.8.44
+x-revision: 1
+Cabal-Version:          >=1.10
+stability:              Seems to work, passes a few tests
+build-type:             Simple
+license:                BSD3
+license-file:           LICENSE
+copyright:              Copyright (c) 2006, Christopher Kuklewicz
+author:                 Audrey Tang
+maintainer:             audreyt@audreyt.org
+bug-reports:            https://github.com/audreyt/regex-pcre-builtin/issues
+category:               Text
+
+synopsis:    PCRE Backend for "Text.Regex" (regex-base)
+description:
+  This package provides a <http://pcre.org/ PCRE> backend for the <//hackage.haskell.org/package/regex-base regex-base> API.
+  .
+  See also <https://wiki.haskell.org/Regular_expressions> for more information.
+  .
+  Includes bundled code from www.pcre.org
+
+extra-source-files:
+  ChangeLog.md
+  pcre/config.h pcre/pcre.h pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_internal.h pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_printint.c pcre/pcre_refcount.c pcre/pcre_scanner.h pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c pcre/pcrecpp.h pcre/pcrecpp_internal.h pcre/pcreposix.h pcre/ucp.h
+
+tested-with:
+  GHC == 9.2.0.20210821
+  GHC == 9.0.1
+  GHC == 8.10.7
+  GHC == 8.8.4
+  GHC == 8.6.5
+  GHC == 8.4.4
+  GHC == 8.2.2
+  GHC == 8.0.2
+  GHC == 7.10.3
+  GHC == 7.8.4
+  GHC == 7.6.3
+  GHC == 7.4.2
+  GHC == 7.0.4
+
+source-repository head
+  type:     git
+  location: https://github.com/audreyt/regex-pcre-builtin
+
+library
+  hs-source-dirs: src
+  exposed-modules:
+      Text.Regex.PCRE
+      Text.Regex.PCRE.Wrap
+      Text.Regex.PCRE.String
+      Text.Regex.PCRE.Sequence
+      Text.Regex.PCRE.ByteString
+      Text.Regex.PCRE.ByteString.Lazy
+      Text.Regex.PCRE.Text
+      Text.Regex.PCRE.Text.Lazy
+
+  other-modules:
+      Paths_regex_pcre_builtin
+
+  default-language: Haskell2010
+  default-extensions:
+      MultiParamTypeClasses
+      FunctionalDependencies
+      ForeignFunctionInterface
+      ScopedTypeVariables
+      GeneralizedNewtypeDeriving
+      FlexibleContexts
+      TypeSynonymInstances
+      FlexibleInstances
+
+  build-depends: regex-base == 0.94.*
+               , base       >= 4.3 && < 4.17
+               , containers >= 0.4 && < 0.7
+               , bytestring >= 0.9 && < 0.12
+               , array      >= 0.3 && < 0.6
+               , text       >= 1.2.3 && < 2.1
+
+  if !impl(ghc >= 8)
+      build-depends: fail == 4.9.*
+
+  ghc-options: -O2
+               -Wall -fno-warn-unused-imports
+  cc-options:  -DHAVE_CONFIG_H
+  include-dirs: pcre
+  includes: pcre.h config.h
+  c-sources:
+      pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_refcount.c pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c
revision 2
 Name:                   regex-pcre-builtin
 Version:                0.95.2.3.8.44
-x-revision: 1
+x-revision: 2
 Cabal-Version:          >=1.10
 stability:              Seems to work, passes a few tests
 build-type:             Simple
   pcre/config.h pcre/pcre.h pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_internal.h pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_printint.c pcre/pcre_refcount.c pcre/pcre_scanner.h pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c pcre/pcrecpp.h pcre/pcrecpp_internal.h pcre/pcreposix.h pcre/ucp.h
 
 tested-with:
-  GHC == 9.2.0.20210821
-  GHC == 9.0.1
+  GHC == 9.4.1
+  GHC == 9.2.4
+  GHC == 9.0.2
   GHC == 8.10.7
   GHC == 8.8.4
   GHC == 8.6.5
       FlexibleInstances
 
   build-depends: regex-base == 0.94.*
-               , base       >= 4.3 && < 4.17
+               , base       >= 4.3 && < 4.18
                , containers >= 0.4 && < 0.7
                , bytestring >= 0.9 && < 0.12
                , array      >= 0.3 && < 0.6
revision 3
 Name:                   regex-pcre-builtin
 Version:                0.95.2.3.8.44
-x-revision: 2
+x-revision: 3
 Cabal-Version:          >=1.10
 stability:              Seems to work, passes a few tests
 build-type:             Simple
   pcre/config.h pcre/pcre.h pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_internal.h pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_printint.c pcre/pcre_refcount.c pcre/pcre_scanner.h pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c pcre/pcrecpp.h pcre/pcrecpp_internal.h pcre/pcreposix.h pcre/ucp.h
 
 tested-with:
-  GHC == 9.4.1
-  GHC == 9.2.4
+  GHC == 9.6.0
+  GHC == 9.4.4
+  GHC == 9.2.5
   GHC == 9.0.2
   GHC == 8.10.7
   GHC == 8.8.4
       FlexibleInstances
 
   build-depends: regex-base == 0.94.*
-               , base       >= 4.3 && < 4.18
+               , base       >= 4.3 && < 5
                , containers >= 0.4 && < 0.7
                , bytestring >= 0.9 && < 0.12
                , array      >= 0.3 && < 0.6
revision 4
 Name:                   regex-pcre-builtin
 Version:                0.95.2.3.8.44
-x-revision: 3
+x-revision:             4
 Cabal-Version:          >=1.10
 stability:              Seems to work, passes a few tests
 build-type:             Simple
   pcre/config.h pcre/pcre.h pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_internal.h pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_printint.c pcre/pcre_refcount.c pcre/pcre_scanner.h pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c pcre/pcrecpp.h pcre/pcrecpp_internal.h pcre/pcreposix.h pcre/ucp.h
 
 tested-with:
-  GHC == 9.6.0
-  GHC == 9.4.4
-  GHC == 9.2.5
+  GHC == 9.6.2
+  GHC == 9.4.5
+  GHC == 9.2.8
   GHC == 9.0.2
   GHC == 8.10.7
   GHC == 8.8.4
   build-depends: regex-base == 0.94.*
                , base       >= 4.3 && < 5
                , containers >= 0.4 && < 0.7
-               , bytestring >= 0.9 && < 0.12
+               , bytestring >= 0.9 && < 0.13
                , array      >= 0.3 && < 0.6
                , text       >= 1.2.3 && < 2.1
 
revision 5
 Name:                   regex-pcre-builtin
 Version:                0.95.2.3.8.44
-x-revision:             4
+x-revision:             5
 Cabal-Version:          >=1.10
 stability:              Seems to work, passes a few tests
 build-type:             Simple
   pcre/config.h pcre/pcre.h pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_internal.h pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_printint.c pcre/pcre_refcount.c pcre/pcre_scanner.h pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c pcre/pcrecpp.h pcre/pcrecpp_internal.h pcre/pcreposix.h pcre/ucp.h
 
 tested-with:
+  GHC == 9.8.0
   GHC == 9.6.2
-  GHC == 9.4.5
+  GHC == 9.4.7
   GHC == 9.2.8
   GHC == 9.0.2
   GHC == 8.10.7
                , containers >= 0.4 && < 0.7
                , bytestring >= 0.9 && < 0.13
                , array      >= 0.3 && < 0.6
-               , text       >= 1.2.3 && < 2.1
+               , text       >= 1.2.3 && < 2.2
 
   if !impl(ghc >= 8)
       build-depends: fail == 4.9.*
revision 6
 Name:                   regex-pcre-builtin
 Version:                0.95.2.3.8.44
-x-revision:             5
+x-revision: 6
 Cabal-Version:          >=1.10
 stability:              Seems to work, passes a few tests
 build-type:             Simple
 
 tested-with:
   GHC == 9.8.0
-  GHC == 9.6.2
+  GHC == 9.6.3
   GHC == 9.4.7
   GHC == 9.2.8
   GHC == 9.0.2
 
   build-depends: regex-base == 0.94.*
                , base       >= 4.3 && < 5
-               , containers >= 0.4 && < 0.7
+               , containers >= 0.4 && < 0.8
                , bytestring >= 0.9 && < 0.13
                , array      >= 0.3 && < 0.6
                , text       >= 1.2.3 && < 2.2
revision 7
-Name:                   regex-pcre-builtin
-Version:                0.95.2.3.8.44
-x-revision: 6
-Cabal-Version:          >=1.10
-stability:              Seems to work, passes a few tests
-build-type:             Simple
-license:                BSD3
-license-file:           LICENSE
-copyright:              Copyright (c) 2006, Christopher Kuklewicz
-author:                 Audrey Tang
-maintainer:             audreyt@audreyt.org
-bug-reports:            https://github.com/audreyt/regex-pcre-builtin/issues
-category:               Text
-
-synopsis:    PCRE Backend for "Text.Regex" (regex-base)
-description:
-  This package provides a <http://pcre.org/ PCRE> backend for the <//hackage.haskell.org/package/regex-base regex-base> API.
-  .
-  See also <https://wiki.haskell.org/Regular_expressions> for more information.
-  .
-  Includes bundled code from www.pcre.org
-
-extra-source-files:
-  ChangeLog.md
-  pcre/config.h pcre/pcre.h pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_internal.h pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_printint.c pcre/pcre_refcount.c pcre/pcre_scanner.h pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c pcre/pcrecpp.h pcre/pcrecpp_internal.h pcre/pcreposix.h pcre/ucp.h
-
-tested-with:
-  GHC == 9.8.0
-  GHC == 9.6.3
-  GHC == 9.4.7
-  GHC == 9.2.8
-  GHC == 9.0.2
-  GHC == 8.10.7
-  GHC == 8.8.4
-  GHC == 8.6.5
-  GHC == 8.4.4
-  GHC == 8.2.2
-  GHC == 8.0.2
-  GHC == 7.10.3
-  GHC == 7.8.4
-  GHC == 7.6.3
-  GHC == 7.4.2
-  GHC == 7.0.4
-
-source-repository head
-  type:     git
-  location: https://github.com/audreyt/regex-pcre-builtin
-
-library
-  hs-source-dirs: src
-  exposed-modules:
-      Text.Regex.PCRE
-      Text.Regex.PCRE.Wrap
-      Text.Regex.PCRE.String
-      Text.Regex.PCRE.Sequence
-      Text.Regex.PCRE.ByteString
-      Text.Regex.PCRE.ByteString.Lazy
-      Text.Regex.PCRE.Text
-      Text.Regex.PCRE.Text.Lazy
-
-  other-modules:
-      Paths_regex_pcre_builtin
-
-  default-language: Haskell2010
-  default-extensions:
-      MultiParamTypeClasses
-      FunctionalDependencies
-      ForeignFunctionInterface
-      ScopedTypeVariables
-      GeneralizedNewtypeDeriving
-      FlexibleContexts
-      TypeSynonymInstances
-      FlexibleInstances
-
-  build-depends: regex-base == 0.94.*
-               , base       >= 4.3 && < 5
-               , containers >= 0.4 && < 0.8
-               , bytestring >= 0.9 && < 0.13
-               , array      >= 0.3 && < 0.6
-               , text       >= 1.2.3 && < 2.2
-
-  if !impl(ghc >= 8)
-      build-depends: fail == 4.9.*
-
-  ghc-options: -O2
-               -Wall -fno-warn-unused-imports
-  cc-options:  -DHAVE_CONFIG_H
-  include-dirs: pcre
-  includes: pcre.h config.h
-  c-sources:
-      pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_refcount.c pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c
+Name:                   regex-pcre-builtin+Version:                0.95.2.3.8.44+x-revision:             7+Cabal-Version:          >=1.10+stability:              Seems to work, passes a few tests+build-type:             Simple+license:                BSD3+license-file:           LICENSE+copyright:              Copyright (c) 2006, Christopher Kuklewicz+author:                 Audrey Tang+maintainer:             audreyt@audreyt.org+bug-reports:            https://github.com/audreyt/regex-pcre-builtin/issues+category:               Text++synopsis:    PCRE Backend for "Text.Regex" (regex-base)+description:+  This package provides a <http://pcre.org/ PCRE> backend for the <//hackage.haskell.org/package/regex-base regex-base> API.+  .+  See also <https://wiki.haskell.org/Regular_expressions> for more information.+  .+  Includes bundled code from www.pcre.org++extra-source-files:+  ChangeLog.md+  pcre/config.h pcre/pcre.h pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_internal.h pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_printint.c pcre/pcre_refcount.c pcre/pcre_scanner.h pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c pcre/pcrecpp.h pcre/pcrecpp_internal.h pcre/pcreposix.h pcre/ucp.h++tested-with:+  GHC == 9.14.1+  GHC == 9.12.2+  GHC == 9.10.3+  GHC == 9.8.4+  GHC == 9.6.7+  GHC == 9.4.8+  GHC == 9.2.8+  GHC == 9.0.2+  GHC == 8.10.7+  GHC == 8.8.4+  GHC == 8.6.5+  GHC == 8.4.4+  GHC == 8.2.2+  GHC == 8.0.2++source-repository head+  type:     git+  location: https://github.com/audreyt/regex-pcre-builtin++library+  hs-source-dirs: src+  exposed-modules:+      Text.Regex.PCRE+      Text.Regex.PCRE.Wrap+      Text.Regex.PCRE.String+      Text.Regex.PCRE.Sequence+      Text.Regex.PCRE.ByteString+      Text.Regex.PCRE.ByteString.Lazy+      Text.Regex.PCRE.Text+      Text.Regex.PCRE.Text.Lazy++  other-modules:+      Paths_regex_pcre_builtin++  default-language: Haskell2010+  default-extensions:+      MultiParamTypeClasses+      FunctionalDependencies+      ForeignFunctionInterface+      ScopedTypeVariables+      GeneralizedNewtypeDeriving+      FlexibleContexts+      TypeSynonymInstances+      FlexibleInstances++  build-depends: regex-base == 0.94.*+               , base       >= 4.3 && < 5+               , containers >= 0.4 && < 0.9+               , bytestring >= 0.9 && < 0.13+               , array      >= 0.3 && < 0.6+               , text       >= 1.2.3 && < 2.2++  if !impl(ghc >= 8)+      build-depends: fail == 4.9.*++  ghc-options: -O2+               -Wall -fno-warn-unused-imports+  cc-options:  -DHAVE_CONFIG_H+  include-dirs: pcre+  includes: pcre.h config.h+  c-sources:+      pcre/pcre_byte_order.c pcre/pcre_compile.c pcre/pcre_config.c pcre/pcre_chartables.c pcre/pcre_dfa_exec.c pcre/pcre_exec.c pcre/pcre_fullinfo.c pcre/pcre_get.c pcre/pcre_globals.c pcre/pcre_jit_compile.c pcre/pcre_maketables.c pcre/pcre_newline.c pcre/pcre_ord2utf8.c pcre/pcre_refcount.c pcre/pcre_string_utils.c pcre/pcre_study.c pcre/pcre_tables.c pcre/pcre_ucd.c pcre/pcre_valid_utf8.c pcre/pcre_version.c pcre/pcre_xclass.c