This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct typo reported by Elizabeth Mattijsen
[perl5.git] / regexec.c
2018-08-26 David MitchellS_regmatch: add debugging to UNWIND_PAREN()
2018-08-26 David MitchellS_rematch(): CLOSE_CAPTURE(): set last(close)paren
2018-08-26 David MitchellS_regmatch(): use CLOSE_CAPTURE() macro more
2018-08-26 David MitchellS_regmatch(): parameterise CLOSE_CAPTURE macro
2018-08-26 David MitchellS_regmatch(): move CLOSE_CAPTURE macro definition
2018-08-26 David MitchellS_regmatch(): handle GOSUB within (.)* specially
2018-08-26 David MitchellS_regmatch(): combine CURLY_B_min/_known states
2018-08-16 Karl WilliamsonFix script run bug '1' followed by Thai digit
2018-08-16 Karl Williamsonregexec.c: Use a macro for clarity
2018-08-16 Karl Williamsonregexec.c: Fix UNLIKELY() scope
2018-07-20 Karl WilliamsonPrepare for Unicode 11.0
2018-07-17 Karl Williamsonregexec.c: Use macro instead of Perl_invlist_search()
2018-07-02 Karl Williamsonregexec.c: Call macro with correct args.
2018-06-25 Karl Williamsontoke.c: Move some code into called function
2018-05-09 Karl WilliamsonPATCH: [perl #133175] script run free from wrong pool...
2018-04-17 Yves Ortonfix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for...
2018-04-17 Karl WilliamsonSubject: PATCH: [perl #132063]: Heap buffer overflow
2018-04-16 David MitchellRevert "S_regmatch: eliminate WHILEM_A_min paren saving"
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
next