summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* Implement OP_PADSV_STORE - combined sassign/padsv OPRichard Leach2022-08-172-2/+4
* regen/warnings.pl Rmv extraneous 'my' declarationKarl Williamson2022-08-141-1/+1
* regen/regcomp.pl - Apparently this extra const breaks g++Yves Orton2022-08-061-1/+1
* regex engine - replace many attribute arrays with oneYves Orton2022-08-061-95/+37
* Emit __VA_ARGS__-using macros into embed.h when on PERL_COREPaul "LeoNerd" Evans2022-08-031-13/+27
* Avoid some confusion in regen/embed.pl by renaming the scalar $args to $argcPaul "LeoNerd" Evans2022-08-031-9/+9
* regex engine - Rename PL_reg_name to PL_regnode_nameYves Orton2022-08-031-3/+3
* regex engine - Rename PL_reg_off_by_arg to PL_regnode_off_by_argYves Orton2022-08-031-3/+3
* regex engine - Rename PL_regkind to PL_regnode_kindYves Orton2022-08-031-5/+5
* regex engine - Rename PL_regargvaries to PL_regnode_arg_len_variesYves Orton2022-08-031-3/+3
* regex engine - Rename PL_regarglen to PL_regnode_arg_lenYves Orton2022-08-031-3/+3
* regen/regcomp.pl - add PL_regargvariesYves Orton2022-08-031-0/+29
* regen/regcomp.pl - add a way to dump the node/state tableYves Orton2022-08-031-0/+5
* regen/regcomp.pl - fix documentation (add missing PL_ prefix)Yves Orton2022-08-031-1/+1
* regcomp.pl - use the regnode typedefs in EXTRA_SIZE calculationsYves Orton2022-08-031-1/+1
* regex engine - Rename reg_off_by_arg to PL_reg_off_by_argYves Orton2022-08-031-1/+0
* regex engine rename -> reg_off_by_argYves Orton2022-08-031-23/+9
* regen/regcomp.pl - create typedefs for all regnode typesYves Orton2022-08-031-0/+34
* regen/regcomp.pl - Make regarglen available as PL_regarglen in regexec.cYves Orton2022-08-031-3/+8
* regen/mk_invlists.pl - under DEBUG=1 show some progress outputYves Orton2022-08-031-4/+26
* regen/embed_lib.pl - deal with comments betterYves Orton2022-07-151-2/+2
* Remove bareword_filehandles from the :5.38 feature bundleDagfinn Ilmari Mannsåker2022-07-061-2/+5
* Add builtin::is_taintedJames Raspass2022-07-051-2/+3
* hide private functions with __attribute__((visibility("hidden")))Tomasz Konojacki2022-06-182-1/+7
* regen/embed.pl: Add static Perl_ not_inlined capabilityKarl Williamson2022-06-141-4/+6
* regen/embed.pl: Use $var to avoid duplicate stringKarl Williamson2022-06-141-9/+11
* Change autodoc flagKarl Williamson2022-06-141-1/+1
* Change handy.h macro names to be C standard conformantKarl Williamson2022-06-121-2/+2
* Make fc(), qr//i thread-safe on participating platformsKarl Williamson2022-06-111-3/+0
* feature - document that use utf8 should probably be used for non-ascii delimi...Dan Book2022-06-071-1/+5
* Update checksums in some generated filesKarl Williamson2022-06-061-1/+4
* regen/embed.pl: Handle "literals" parametersKarl Williamson2022-05-291-3/+15
* feature.pl: update for the v5.37 bundle (and regen)Ricardo Signes2022-05-271-1/+2
* Document that use feature 'defer' is still experimentalPaul "LeoNerd" Evans2022-05-241-0/+6
* regen/embed.pl: Allow perl_' prefix to namesKarl Williamson2022-05-181-2/+11
* Put 'bareword_filehandles' feature back into the v5.35 bundlePaul "LeoNerd" Evans2022-05-131-6/+3
* regen/mg_vtable.pl: Output section for perlapiKarl Williamson2022-05-091-0/+1
* regen/warnings.pl: rename $tre to $treeDavid Mitchell2022-05-041-13/+13
* regen/warnings.pl: add comments about $TREEDavid Mitchell2022-05-041-0/+17
* regen/warnings.pl: rename filehandle variablesDavid Mitchell2022-05-041-36/+39
* regen/warnings.pl: better comment what the subs doDavid Mitchell2022-05-041-0/+22
* regen/warnings.pl: eliminate broken dup checkDavid Mitchell2022-05-041-2/+0
* regen/warnings.pl: eliminate global %v_list varDavid Mitchell2022-05-041-7/+28
* regen/warnings.pl: eliminate lexical var %ValueDavid Mitchell2022-05-041-2/+0
* regen/warnings.pl: uppercase 'global' lexical varsDavid Mitchell2022-05-041-32/+41
* regen/warnings.pl: remove a block scopeDavid Mitchell2022-05-041-41/+39
* regen/warnings.pl: remove unused lexical variableDavid Mitchell2022-05-041-2/+0
* regen/warnings.pl: move boilerplate text to endDavid Mitchell2022-05-041-102/+115
* regen/mph.pl - make sure the author of _squeeze() has a commit in the logIlya Sashcheka2022-04-211-0/+1
* regen/mph.pl - add a validation step to build_split_words()Yves Orton2022-04-191-4/+17