- 15 Jul, 2023 1 commit
-
-
Edward Thomson committed
-
- 18 Oct, 2021 1 commit
-
-
Ensure that we always use lowercase function names, and that we do not have spaces preceding open parentheses, for consistency.
Edward Thomson committed
-
- 04 Oct, 2020 3 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
We included their COPYING file, which was _not_ in fact their license. Add the LICENSE file as well.
Edward Thomson committed
-
- 22 May, 2019 1 commit
-
-
Our PCRE dependency has uncommented fallthroughs in switch statements. Turn off warnings for those in the PCRE code.
Edward Thomson committed
-
- 19 May, 2019 2 commits
-
-
PCRE includes compatibility functions that may go unused. Don't warn.
Edward Thomson committed -
Use PCRE 8.42 as the builtin regex implementation, using its POSIX compatibility layer. PCRE uses ASCII by default and the users locale will not influence its behavior, so its `regcomp` implementation is similar to `regcomp_l` with a C locale.
Edward Thomson committed
-