This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
5.26.2 today
[perl5.git] / regexec.c
2018-04-09 David MitchellS_regmatch(): improve debugging output
2018-04-03 Karl WilliamsonUse unsigned to avoid compiler warning
2018-04-03 Karl Williamsonregexec.c: Use macro intended for the purpose
2018-03-31 Karl Williamsonregexec.c: Silence a compiler warning
2018-03-31 Karl Williamsonregexec.c: Simplify a little
2018-03-31 Karl Williamsonregexec.c: White-space only
2018-03-31 Karl WilliamsonUse compiled-in C structure for inverted case folds
2018-03-31 Karl Williamsonregexec.c: Remove no longer used macros
2018-03-31 Karl Williamsonregexec.c: White-space, comment only
2018-03-31 Karl Williamsonregexec.c: Convert swash lookup to inversion list
2018-03-31 Karl Williamsonregexec.c: Convert swash lookup to inversion list
2018-03-31 Karl Williamsonregexec.c: Convert swash lookup to inversion list
2018-03-31 Karl Williamsonregexec.c: Explicitly use case: instead of default:
2018-03-31 Karl Williamsonregexec.c: Check for UTF-8 fitting
2018-03-31 Karl Williamsonregexec.c: Convert one swash to inversion list
2018-03-31 Karl Williamsonregexec.c: Rmv obsolete macro
2018-03-31 Karl Williamsonregexec.c: Silence compiler warning
2018-03-05 Karl WilliamsonEBCDIC conditional compilation fixes
2018-03-05 Karl Williamsonregexec.c: White-space only
2018-03-02 Karl WilliamsonRemove parameter from isSCRIPT_RUN
2018-02-23 Karl WilliamsonPATCH: [perl #132900] Blead Breaks CPAN: FELIPE/Crypt...
2018-02-17 Karl WilliamsonChange name of regnode for clarity
2018-02-07 Yves Ortonfix perl #132630, dont try to fbm match past end of...
2018-02-02 Karl WilliamsonSpeed up finding non-UTF8 EXACTFish initial matches
2018-02-02 Karl Williamsonregexec.c: Don't retest the same byte immediately
2018-01-31 Karl WilliamsonisSCRIPT_RUN: Document in perlintern
2018-01-31 Karl WilliamsonAn empty string is a script_run, but marked INVALID
2018-01-31 Karl WilliamsonisSCRIPT_RUN: A sequence of entirely Inherited chars...
2018-01-31 Karl Williamsonregexec.c: Add comment
2018-01-31 Karl WilliamsonFix bug in isSCRIPT_RUN with digit following unassigned
2018-01-31 Karl WilliamsonisSCRIPT_RUN: Can short cut if not in UTF-8
2018-01-31 Karl WilliamsonGive isSCRIPT_RUN() an extra parameter
2018-01-31 Karl Williamsonregexec.c: Fix typo in comment
2018-01-31 Karl WilliamsonFix bug in script runs that start with Common
2018-01-30 Karl WilliamsonAdd ANYOFM regnode
2018-01-30 Karl Williamsonregexec.c: Use word-at-a-time to repeat /i single byte...
2018-01-30 Karl Williamsonregexec.c: Use word-at-a-time to repeat a single byte...
2018-01-30 Karl Williamsonregexec.c: Replace loop by memchr()
2018-01-30 Karl WilliamsonUse different scheme to handle MSVC6
2018-01-29 Karl WilliamsonDon't use variant_byte_number on MSVC6
2018-01-29 Karl WilliamsonFix bug in new [[:ascii:]] nodes
2018-01-29 Karl Williamsonregexec.c: Extract some macro code into a submacro
2018-01-29 Karl Williamsonregexec.c: Use different method for finding adjacent...
2018-01-29 Karl Williamsonregexec.c: Extract some macro code into a sub-macro
2018-01-29 Karl Williamsonregexec.c: Collapse some macros
2018-01-29 Karl Williamsonregexec.c: Use meaningful variable name; comment
2018-01-15 Karl WilliamsonAvoid some branches
2018-01-15 Karl Williamsonregexec.c: Complement the correct operand
2018-01-05 Craig A. BerryHide Perl_isSCRIPT_RUN from the re extension.
2018-01-04 Karl WilliamsonActually remove stray ';'
2018-01-04 Karl Williamsonregexec.c: Clarify comments; remove stray ';'
2018-01-04 Karl WilliamsonScript Run: Scripts couldn't start with Common
2018-01-04 Karl WilliamsonMake script run code a separate function
2018-01-01 Karl Williamsonregexec.c: Change declaration to U8
2017-12-30 Karl Williamsonregexec.c: Replace loop by memchr()
2017-12-30 Karl WilliamsonUse new regnodes for /[[:ascii:]]/
2017-12-30 Karl WilliamsonSpeed up /[[:posix:]]/a UTF-8 matching
2017-12-30 Karl Williamsonregexec.c: White-space, braces only
2017-12-30 Karl Williamsonregexec.c: Save a conditional per iteration
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-14 David MitchellRevert "re_intuit_start(): rename some local vars"
2017-12-13 David Mitchellre_intuit_start()/S_reghop3(): don't go beyond end
2017-12-13 David Mitchellre_intuit_start(): rename some local vars
2017-12-03 David Mitchellre_intuit_start(): skip too short variant utf8 pat
2017-10-27 Karl WilliamsonChange upper limit handling of -Dr output
2017-07-27 David Mitchellmake callers of SvTRUE() more efficient
2017-07-27 David Mitchelladd, and use, some RXp_FOO() variants of RX_FOO()
2017-07-27 David Mitchellrename RX_HAS_CUTGROUP() to RXp_HAS_CUTGROUP()
2017-06-21 Karl WilliamsonPrepare for Unicode 10.0
2017-06-16 David Mitchelldon't call Perl_fbm_instr() with negative length
2017-06-03 James E KeenanPatch suggested by Craig Berry for RT 131337.
2017-06-01 Yves OrtonFix #131190 - UTF8 code improperly casting negative...
2017-04-28 Yves OrtonRevert RT #131190 patches.
2017-04-23 Yves Ortonmake fix for #131190 EBCDIC safe
2017-04-23 Yves OrtonFix #131190 - UTF8 code improperly casting negative...
2017-02-15 Karl Williamsonregexec.c: Fix comment typos
2017-02-14 David MitchellS_regmatch: eliminate WHILEM_A_min paren saving
2017-02-14 David MitchellS_regmatch: eliminate WHILEM_B paren saving
2017-02-14 David MitchellAdd a comment on why TRIE.jump does a UNWIND_PAREN
2017-02-14 David Mitchellclear savestack on (?{...}) failure and backtrack
2017-02-14 David Mitchell-Mre=Debug,ALL: indicate regex state stack pushes
2017-02-14 David Mitchellfix pad/scope issue in re_evals
2017-02-11 Karl WilliamsonChange av_foo_nomg() name
2017-01-26 Karl Williamsonregexec.c: Clarify comment
2017-01-19 Hugo van der Sanden[perl #129377] don't read past start of string for...
2017-01-11 Hugo van der Sanden[perl #130522] don't try to find_by_class outside the...
2017-01-11 Hugo van der Sanden[perl #130522] do not allow endpos to exceed strend
2017-01-06 Andy LesterRemoved unused CHR_DIST macros
2016-12-29 Craig A. BerryDon't define Perl_isFOO_lc in the regex extension.
2016-12-24 Karl WilliamsonDeprecate non-grapheme string delimiter
2016-12-24 Karl WilliamsonConvert core to use toFOO_utf8_safe()
2016-12-24 Karl WilliamsonConvert some calls to test for malformations
2016-12-24 Karl WilliamsonFor character case changing, create macros and use
2016-12-23 Karl Williamsonregexec.c: Make isFOO_lc() non-static
2016-12-23 Karl WilliamsonConvert core (except toke.c) to use isFOO_utf8_safe()
2016-12-23 Karl WilliamsonUse fnc to force out malformed warnings
2016-12-16 David Mitchellregexes: make scanning for ANYOF faster
2016-12-12 Hugo van der Sanden[perl #130307] Correctly unwind on cache hit
2016-12-11 Karl Williamsonregexec.c: Remove obsolete expression
2016-12-11 Karl Williamsonregexec.c: Remove use of obsolete flag
next