This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: With ACCEPT set stopmin even if no data struct present
[perl5.git] / regcomp.c
2022-04-08 Yves Ortonregcomp.c: With ACCEPT set stopmin even if no data...
2022-04-08 Yves Ortonregcomp.c: deal with stopmin and min properly
2022-04-08 Yves Ortonregcomp.c: minor blank line removal/insertion for clarity
2022-04-08 Yves Ortonregcomp.c: reorder and comment S_study_chunk() internal...
2022-04-08 Yves Ortonregcomp.c: enhance S_debug_studydata to show min/stopmi...
2022-04-08 Yves Ortonregcomp.c: ACCEPT inside of a (...)+ should disable...
2022-04-04 Richard LeachPerl_reg_named_buff_fetch: simplify newSVsv(&PL_sv_undef)
2022-03-19 Karl WilliamsonStop emitting the experimental::regex_sets warning
2022-03-07 Richard LeachPerl_newSV_type_mortal - new inline function introduced...
2022-03-04 Yves Ortonregcomp.c: Replace RExC_parse_inc() like exprs not...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += 2` with RExC_parse_in...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += x` with RExC_parse_in...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += UTF ? UTF8_SAFE_SKIP...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += (UTF) ? UTF8SKIP...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += SKIP_IF_CHAR(......
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse += UTF8SKIP(RExC_parse...
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse = x` with RExC_parse_set(x)
2022-03-04 Yves Ortonregcomp.c: Replace `RExC_parse++` with RExC_parse_inc_by(1)
2022-03-04 Yves Ortonregcomp.c: Add utility macros to wrap mutations of...
2022-03-03 Karl Williamsonregex_sets: Allow all legal flags in nested calls
2022-03-03 Yves Ortonregcomp.c: add comment that last_close_opp is dangerous yves/comment_about_last_close_opp 19487/head
2022-03-03 Yves Ortonregcomp.c: Reduce scope of experimental warnings with...
2022-03-03 Yves Ortonregcomp.c: in study_chunk() properly pass down SCF_TRIE...
2022-03-03 Yves Ortonregcomp.c: track last close *op*, not just its index...
2022-03-03 Yves Ortonregcomp.c: rename "fake" where it used in recursive...
2022-03-03 Yves Ortonregcomp.c: rename "fake" argument in main entry points...
2022-03-03 Yves Ortonregcomp.c: S_study_chunk() clean up args and docs
2022-03-02 Karl Williamsonregcomp.c: Check non-NULL before dereferencing
2022-02-23 Yves Ortonregcomp.c: Properly optimize verb style lookahead/lookb...
2022-02-23 Yves Ortonregcomp.c: consistent NOTHING/OPFAIL optimizations...
2022-02-23 Yves Ortonregcomp.c: fix long lines or unnecessary line breakage
2022-02-23 Yves Ortonregex engine: Issue #19168 - Fix variable length lookbe...
2022-02-23 Yves Ortonregcomp.c: add whitespace to avoid =* as a symbol
2022-02-18 Yves Ortonregcomp.c: disambiguate "parse_start" and related var...
2022-02-18 Yves Ortonregcomp.c,re.pm: Remove "offsets" debugging code
2022-02-01 Yves OrtonFixup Issue #19350 - Assert error under: use re Debug...
2022-01-23 Karl Williamsonregcomp.c: Fix undefined behavior
2021-11-28 Richard LeachnewSVpvn_flags().. is more efficient than sv_2mortal...
2021-10-10 Hugo van der SandenWhitespace only: reindent #if 0 block
2021-09-26 Nicholas ClarkAdd comments describing how PVLVs store REGEXPs by...
2021-08-07 Karl Williamsonregcomp.c: White-space only
2021-08-07 Karl Williamsonregcomp.c: Add comment; fix comment
2021-08-07 Karl Williamsonregcomp.c: Initialize a variable
2021-08-07 Karl Williamsonregcomp.c: Save a value instead of re-calling fcn
2021-08-07 Karl Williamsonregcomp.c: Add a clearer mnemonic
2021-08-07 Karl Williamsonregcomp.c: Move some code to within a block
2021-08-07 Karl Williamsonregcomp.c: Consolidate duplicate code
2021-08-07 Karl Williamsonregcomp.c: S_optimize_regclass() return 0 if fail
2021-08-07 Karl Williamsonregcomp.c: Add some branch predictors
2021-08-07 Karl Williamsonregcomp.c: Move some code out of unlikely #ifdef
2021-08-07 Karl Williamsonutf8.h: Add symbol for easing EBCDIC handling
2021-07-30 Karl Williamsonregcomp: Save '&' instrs by casting to U8
2021-07-30 Karl WilliamsonCreate and use single_1bit_pos32()
2021-07-25 Karl Williamsonregcomp.c: Use existing macro
2021-06-15 Felipe GasperFix spelling: precede
2021-06-14 Hugo van der Sandenregcomp.c: comments
2021-06-14 Karl Williamsonregcomp.c: White-space only
2021-06-12 Karl Williamsonregcomp.c: Fix typo in comment
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-06-01 Hugo van der Sandengh18770: stop scanning for substrs after *COMMIT
2021-05-31 Karl Williamsonregcomp.c: white-space; comments
2021-05-31 Michael G SchwernBase *.[ch] files: Replace leading tabs with blanks
2021-05-31 Karl Williamsonregcomp.c: Extract code from a too-large-function
2021-05-31 Hugo van der Sanden[gh 17847] data->pos_delta should stick at infinity
2021-05-31 Hugo van der Sanden[gh 17847] avoid overflow on delta in study_chunk
2021-05-31 Hugo van der Sanden[gh 17847] Include data->pos_delta in #if'd-out diagnostic
2021-02-28 Karl Williamsonregcomp.c: Remove memory leak
2021-02-16 Craig A. BerryHide Perl_regcurly in the re extension
2021-02-09 Hugo van der Sandengh18515: fix special handling of specific split() patterns
2021-01-20 Karl Williamsonregcomp.c: White-space and comments
2021-01-20 Karl WilliamsonAllow blanks within and adjacent to {...} constructs
2021-01-20 Karl Williamsonperlre: Note the other forms of \k<name>
2021-01-20 Karl Williamsonregcomp.c: Further refactor \g
2021-01-20 Karl Williamsonregcomp.c: Refactor portions of \g parsing
2021-01-20 Karl Williamsonregcomp.c: Move initialization into declaration
2021-01-20 Karl Williamsonregcomp.c: Slight simplification
2021-01-20 Karl WilliamsonAllow empty lower bound in /{,n}/
2021-01-20 Karl WilliamsonPoint to error in malformed /x{y,z}/
2021-01-20 Karl WilliamsonRevamp regcurly(), regpiece() use of it
2021-01-20 Karl Williamsonregcomp.c: Change names of 2 macros for mnemonics
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-12-24 Craig A. BerryDon't define Perl_regcurly in re extension
2020-12-08 Tom HukinsRemove empty "#ifdef"s
2020-11-23 Karl WilliamsonRestrict scope/Shorten some very long macro names
2020-11-18 Karl WilliamsonMove regcurly to regcomp.c (from inline.h)
2020-11-06 Karl Williamsonautodoc.pl: Specify scn for single-purpose files
2020-11-04 Tony Cookdon't croak when the \K follows the lookaround assertion
2020-10-23 Karl WilliamsonFix GH #17278
2020-10-22 Karl Williamsonperlapi: Add markup
2020-10-16 Karl Williamsonregcomp.c: Do some extra folding
2020-10-16 Karl Williamsonregcharclass.h: multi-folds: Add some unfoldeds
2020-10-16 Karl Williamsonregcomp.c: Simplify
2020-10-16 Karl Williamsonregcomp.c,regexec.c: Simplify
2020-10-16 Karl Williamsonregcomp.c: Simplify
2020-10-16 Karl Williamsonregcomp.c: Clarify comment
2020-10-15 Karl Williamsonregcomp.c: Zero width constructs shouldn't be SIMPLE
2020-10-12 Karl Williamsonregcomp.c: regpiece: swap order of conditionals
2020-10-12 Karl Williamsonregcomp.c: regpiece: Move chunk of code for clarity
2020-10-12 Karl Williamsonregcomp.c: White-space only
2020-10-12 Karl Williamsonregcomp.c: regpiece(): Convert to a switch() stmt
next