summaryrefslogtreecommitdiff
path: root/glib/tests/regex.c
Commit message (Expand)AuthorAgeFilesLines
* gregex: Prevent invalid memory access for unmatched subpatternsPhilip Withnall2023-01-111-0/+34
* Merge branch 'regex-errors-msg-cleanups' into 'main'Philip Withnall2022-10-121-0/+2
|\
| * gregex: Use pcre2 error messages if we don't provide a specific oneMarco Trevisan (Treviño)2022-09-211-0/+2
* | gregex: Allow G_REGEX_JAVASCRIPT_COMPAT in compile mask for g_regex_newGuido Günther2022-09-271-0/+4
|/
* tests/regex: Perform more tests both with and without optimizationsMarco Trevisan (Treviño)2022-09-121-8/+93
* glib/regex: Do not use JIT when using unsupported match optionsMarco Trevisan (Treviño)2022-09-121-0/+69
* tests/regex: Make possible to test replacements with optionsMarco Trevisan (Treviño)2022-09-121-3/+18
* gregex: Do not try access the undefined match offsets if we have no matchMarco Trevisan (Treviño)2022-09-121-0/+6
* tests/regex: Add test for gtksourceview regressionAleksei Rybalkin2022-09-121-0/+10
* regex: Do not mix PCRE2 Compile, Match, Newline and BSR flagsMarco Trevisan (Treviño)2022-09-121-0/+18
* tests/regex: Actually check for match options changesMarco Trevisan (Treviño)2022-09-121-1/+1
* tests/regex: Add debug strings for compile and match option flagsMarco Trevisan (Treviño)2022-09-121-10/+122
* gregex: add original test case for issue #2700Aleksei Rybalkin2022-07-251-0/+1
* gregex: do not set match and recursion limits on match contextAleksei Rybalkin2022-07-251-0/+3
* gregex: use G_REGEX_OPTIMIZE flag to enable JIT compilationAleksei Rybalkin2022-07-201-60/+68
* gregex: Ensure we translate the errcode without asserting on G_REGEX_ERROR_CO...Marco Trevisan (Treviño)2022-07-151-0/+13
* replace pcre1 with pcre2Aleksei Rybalkin2022-07-121-90/+85
* gregex: Add G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULTSimon McVittie2022-06-231-71/+72
* tests: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Merge branch 'wip/pwithnall/962-drop-embedded-pcre' into 'main'Philip Withnall2021-06-211-5/+1
|\
| * build: Drop the internal_pcre option in favour of the subprojectPhilip Withnall2021-06-161-4/+0
| * tests: Tweak whether a PCRE test is enabledPhilip Withnall2021-06-091-1/+1
* | gregex: Fix return from g_match_info_fetch() for unmatched subpatternsPhilip Withnall2021-06-091-1/+4
|/
* tests: Drop use of g_test_bug_base()Philip Withnall2021-05-131-3/+1
* tests: Add missing assertion to guard against infinite loopPhilip Withnall2020-11-171-0/+1
* Fix signedness warning in glib/tests/regex.cEmmanuel Fleury2020-11-131-5/+4
* tests: Add some additional assertions to avoid scan-build warningsPhilip Withnall2020-10-141-0/+4
* tree: Fix various ableist languagePhilip Withnall2020-06-231-1/+1
* glib/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gregex: loosen behaviour testingAllison Lortie2016-08-161-7/+6
* regex test: Assert /(?P<sub>foo)\\g<sub/ changed behaviour at 8.35, not 8.38Iain Lane2016-01-181-2/+10
* regex test: Check the expected PCRE version at runtimeIain Lane2016-01-181-8/+29
* tests: Fix regex test conditionsChun-wei Fan2016-01-181-1/+1
* regex test: expect ASSERTION_EXPECTED for /(?(?<ab))/ with PCRE 8.38Simon McVittie2016-01-141-0/+7
* Use GRegexMatchFlags not GRegexCompileFlags for TEST_MATCH _match_optsDaniel Macks2015-07-131-10/+10
* regex test: do not assert that system PCRE still has an 8.31 bugSimon McVittie2015-05-141-1/+11
* regex test: do not assert that system PCRE allows "(?P<1>)"Simon McVittie2015-04-271-0/+3
* regex test: improve diagnostics for some failuresSimon McVittie2015-04-271-3/+62
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GRegex: add g_regex_get_max_lookbehind()Sébastien Wilmet2013-07-231-0/+19
* glib/tests: fix leaksDan Winship2012-08-271-468/+495
* Improve GRegex test coverageMatthias Clasen2012-08-181-1/+10
* regex: Add new GRegexError code from PCRE 8.31Christian Persch2012-07-071-0/+1
* regex: Enable fixed testChristian Persch2012-07-071-3/+1
* regex: Fix unicode othercasingChristian Persch2012-07-021-0/+6
* regex: Add FIRSTLINE compile flagChristian Persch2012-07-021-0/+3
* regex: Add NOTEMPTY_ATSTART match optionChristian Persch2012-07-021-2/+13
* regex: Add PARTIAL_HARD match optionChristian Persch2012-07-021-2/+9
* regex: Add JavaScript compat modeChristian Persch2012-07-021-0/+1
* regex: Don't leak internal PCRE optionsChristian Persch2012-07-021-23/+50