This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / regexec.c
2022-08-06 Yves Ortonregex engine - wrap PL_regnode_name with macro REGNODE_...
2022-08-06 Yves Ortonregex engine - wrap PL_regnode_kind with macro REGNODE_...
2022-08-03 Yves Ortonregex engine - rename REGNODE_AFTER_dynamic() REGNODE_A...
2022-08-03 Yves Ortonregex engine - Rename PL_reg_name to PL_regnode_name
2022-08-03 Yves Ortonregex engine - Rename PL_regkind to PL_regnode_kind
2022-08-03 Yves Ortonregcomp.c - rename NEXTOPER to REGNODE_AFTER and relate...
2022-07-28 Karl WilliamsonFix GH #20009, pattern match panic
2022-07-15 Yves Ortonregexec.c: avoid compiler warnings about possible unini...
2022-07-12 Karl Williamsonregex: Add optimizing regnode
2022-07-10 Karl Williamsonregex: Refactor bitmap vs non-bitmap of qr/[]/
2022-07-10 Karl Williamsonregex: White-space/comment only
2022-07-10 Karl Williamsonregex: Refactor a shared flag
2022-07-10 Karl Williamsonregexec.c: Hoist test of invariant value to outside...
2022-07-04 Karl Williamsonregex: Change some internal macro names for clarity
2022-07-04 Karl Williamsonregex: Rmv unnecessary conditional
2022-07-04 Karl Williamsonregexec.c: Make the trivial case first in if..else..
2022-07-04 Karl Williamsonlocale: Change macro name to be C conformant
2022-07-03 Karl WilliamsonChange loop type to avoid compiler warnings
2022-07-01 Karl Williamsonregexec.c: Avoid compiler msgs
2022-07-01 Karl WilliamsonRevert "regex: Add POSIXA1R node"
2022-07-01 Karl Williamsonregex: Add POSIXA1R node
2022-06-29 Karl Williamsonregexec.c: Add some branch predictions reorder conds
2022-06-14 Karl WilliamsonConvert '!!' to cBOOL()
2022-06-12 Karl Williamsonregexec.c: Refactor switch default()
2022-06-12 Karl Williamsonregexec.c: Use new macros; refactor switch()
2022-06-12 Karl WilliamsonChange handy.h macro names to be C standard conformant
2022-06-12 Karl WilliamsonChange handy.h macro names to be C standard conformant
2022-06-11 Karl WilliamsonMake fc(), qr//i thread-safe on participating platforms
2022-06-09 Karl Williamsonregexec.c: Handle Turkish locale if large ANYOF bitmap
2022-06-09 Karl Williamsonregexec.c: Avoid using a more general fcn
2022-06-02 Karl Williamsonregex: Create a macro to avoid some #ifdef's
2022-06-02 Karl Williamsonregexec.c: Use modern name for function
2022-06-02 Karl Williamsonregcomp,regexec: Shorten #define name
2022-06-02 Karl WilliamsonRename internal function
2022-06-02 Karl Williamsonregexec.c: Remove obsolete code
2022-05-28 Karl Williamsonregexec.c: Restore overzealous removal for GH#8369
2022-05-28 Karl Williamsonregexec.c: Rmv obsolete recursion checks: GH #8369
2022-04-12 Hugo van der Sandenfix printf format warning in regexp debug output
2022-04-08 Yves Ortonregexec.c: make ACCEPT close logic handle SUCCEED/LOOKB...
2022-04-08 Yves Ortonregexec.c: ACCEPT inside of a (...)+ should stop loopin...
2022-04-08 Yves Ortonregexec.c: Fix up for ACCEPT inside of a (...)+ set...
2022-03-25 Hugo van der Sandengh19557: restore match_end on early bailout
2022-03-21 Hugo van der Sandengh17746: add missing check on hardcount
2022-03-07 Richard LeachInlined newSV_type(SVt_NULL) leaner than non-inlined...
2022-02-23 Yves Ortonregex engine: Issue #19168 - Fix variable length lookbe...
2021-08-23 Karl Williamsonregexec.c: White-space/comment only 19056/head
2021-08-23 Karl Williamsonregexec.c: regrepeat() switch() on target utf8ness
2021-08-07 Karl Williamsonregexec.c: Add comment
2021-08-07 Karl Williamsonregexec.c: Refactor macro to generalize it
2021-07-30 Karl Williamsonregexec.c: Use lsbit_pos32() to avoid iterations
2021-06-15 Felipe GasperFix spelling: precede
2021-05-31 Michael G SchwernBase *.[ch] files: Replace leading tabs with blanks
2021-05-28 Karl Williamsonregexec.c: Move parameter cast into macro
2021-05-28 Karl Williamsonregexec.c: Replace code with equivlent inline fcn
2021-03-09 David MitchellPerl_regexec_flags(): fixup code comments
2021-02-10 Karl Williamsonregexec.c: Make internal function static
2021-01-10 James E KeenanCorrect for build-time warning
2021-01-03 Karl Williamsonregexec.c: Fix assertion failure GH #18451
2021-01-03 Karl Williamsonregexec.c: Clarify comments
2020-12-21 Karl Williamsonregexec.c: Silence compiler warning
2020-12-21 Karl Williamsonregexec.c: Fix failing CI 32-bit tests
2020-12-20 Karl Williamsonregexec.c: Link to github issue in comment
2020-12-20 Karl Williamsonregexec.c: White-space, comments only
2020-12-20 Karl Williamsonregexec.c: Revamp S_setup_EXACTISH_ST() loop end conditions
2020-12-20 Karl Williamsonregexec.c: Change name of static function
2020-12-20 Karl Williamsonregexec.c: Trim trailing blanks
2020-11-23 Karl WilliamsonRestrict scope/Shorten some very long macro names
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-10-16 Karl Williamsonregexec.c: Store expression in a variable
2020-10-16 Karl Williamsonregexec.c: Change variable name in a function
2020-10-16 Karl Williamsonregexec.c: Rename local variable; change type
2020-10-16 Karl Williamsonregcomp.c,regexec.c: Simplify
2020-10-14 Karl Williamsonregexec.c: Macroize another common paradigm
2020-10-14 Karl Williamsonregexec.c: Macroize a common paradigm
2020-10-14 Karl Williamsonregexec.c: Rename a static variable
2020-10-14 Karl Williamsonregexec.c: find_byclass(): Restructure
2020-10-14 Karl Williamsonregexec.c: S_find_byclass(): utf8ness in switch()
2020-10-08 Hugo van der Sandenregexec: disallow zero-width nodes in regrepeat
2020-10-02 Karl Williamsonregexec.c: White-space only
2020-10-02 Karl WilliamsonS_find_byclass() Restructure bounds checking
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-08-20 Karl WilliamsonUse av_top_index() instead of av_tindex()
2020-08-09 Karl Williamsonregexec.c: Use withinCOUNT()
2020-08-09 Karl Williamsonregexec.c: Clarify comment
2020-07-30 Karl Williamsonregexec.c: Use UTF8SKIP for utf8 string
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-07-18 Karl Williamsonregexec.c: Fix comment
2020-07-18 Karl Williamsonregexec.c: Don't use sizeof()
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-11 Hugo van der Sandenregexec.c: Clean up debug call
2020-03-11 Karl WilliamsonAllow debugging from regexec.c back to regcomp.c
2020-03-05 Karl Williamsonregex: Change internal macro name
2020-02-26 Karl Williamsonregexec.c: Fix Debug statement
2020-02-26 Karl Williamsonregexec.c: Fix Debug statement
2020-01-30 Karl WilliamsonChange Unicode property abbrev to upcoming official
2020-01-27 Hugo van der Sandenregexec: don't increment recursion counter for non...
2020-01-04 Karl WilliamsonChange parameter type of static fcn
2020-01-04 Karl WilliamsonChange some structures/fcns to use I32 and U32
2019-12-11 Karl Williamsonregexec.c: Clarify comment
2019-12-11 Karl WilliamsonRmv leading underscore from macro name
next