This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
updateAUTHORS.pl - split into module Porting/updateAUTHORS.pm
[perl5.git] / regen /
2022-08-17 Richard LeachImplement OP_PADSV_STORE - combined sassign/padsv OP
2022-08-14 Karl Williamsonregen/warnings.pl Rmv extraneous 'my' declaration
2022-08-06 Yves Ortonregen/regcomp.pl - Apparently this extra const breaks g++
2022-08-06 Yves Ortonregex engine - replace many attribute arrays with one
2022-08-03 Paul "LeoNerd" EvansEmit __VA_ARGS__-using macros into embed.h when on...
2022-08-03 Paul "LeoNerd" EvansAvoid some confusion in regen/embed.pl by renaming...
2022-08-03 Yves Ortonregex engine - Rename PL_reg_name to PL_regnode_name
2022-08-03 Yves Ortonregex engine - Rename PL_reg_off_by_arg to PL_regnode_o...
2022-08-03 Yves Ortonregex engine - Rename PL_regkind to PL_regnode_kind
2022-08-03 Yves Ortonregex engine - Rename PL_regargvaries to PL_regnode_arg...
2022-08-03 Yves Ortonregex engine - Rename PL_regarglen to PL_regnode_arg_len
2022-08-03 Yves Ortonregen/regcomp.pl - add PL_regargvaries
2022-08-03 Yves Ortonregen/regcomp.pl - add a way to dump the node/state...
2022-08-03 Yves Ortonregen/regcomp.pl - fix documentation (add missing PL_...
2022-08-03 Yves Ortonregcomp.pl - use the regnode typedefs in EXTRA_SIZE...
2022-08-03 Yves Ortonregex engine - Rename reg_off_by_arg to PL_reg_off_by_arg
2022-08-03 Yves Ortonregex engine rename -> reg_off_by_arg
2022-08-03 Yves Ortonregen/regcomp.pl - create typedefs for all regnode...
2022-08-03 Yves Ortonregen/regcomp.pl - Make regarglen available as PL_regar...
2022-08-03 Yves Ortonregen/mk_invlists.pl - under DEBUG=1 show some progress...
2022-07-15 Yves Ortonregen/embed_lib.pl - deal with comments better
2022-07-06 Dagfinn Ilmari Man... Remove bareword_filehandles from the :5.38 feature...
2022-07-05 James RaspassAdd builtin::is_tainted
2022-06-18 Tomasz Konojackihide private functions with __attribute__((visibility...
2022-06-14 Karl Williamsonregen/embed.pl: Add static Perl_ not_inlined capability
2022-06-14 Karl Williamsonregen/embed.pl: Use $var to avoid duplicate string
2022-06-14 Karl WilliamsonChange autodoc flag
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-07 Dan Bookfeature - document that use utf8 should probably be...
2022-06-06 Karl WilliamsonUpdate checksums in some generated files
2022-05-29 Karl Williamsonregen/embed.pl: Handle "literals" parameters
2022-05-28 Ricardo Signesfeature.pl: update for the v5.37 bundle (and regen)
2022-05-24 Paul "LeoNerd" EvansDocument that use feature 'defer' is still experimental
2022-05-18 Karl Williamsonregen/embed.pl: Allow perl_' prefix to names
2022-05-13 Paul "LeoNerd" EvansPut 'bareword_filehandles' feature back into the v5... 19705/head
2022-05-09 Karl Williamsonregen/mg_vtable.pl: Output section for perlapi
2022-05-04 David Mitchellregen/warnings.pl: rename $tre to $tree
2022-05-04 David Mitchellregen/warnings.pl: add comments about $TREE
2022-05-04 David Mitchellregen/warnings.pl: rename filehandle variables
2022-05-04 David Mitchellregen/warnings.pl: better comment what the subs do
2022-05-04 David Mitchellregen/warnings.pl: eliminate broken dup check
2022-05-04 David Mitchellregen/warnings.pl: eliminate global %v_list var
2022-05-04 David Mitchellregen/warnings.pl: eliminate lexical var %Value
2022-05-04 David Mitchellregen/warnings.pl: uppercase 'global' lexical vars
2022-05-04 David Mitchellregen/warnings.pl: remove a block scope
2022-05-04 David Mitchellregen/warnings.pl: remove unused lexical variable
2022-05-04 David Mitchellregen/warnings.pl: move boilerplate text to end
2022-04-21 Ilya Sashchekaregen/mph.pl - make sure the author of _squeeze() has...
2022-04-19 Yves Ortonregen/mph.pl - add a validation step to build_split_words()
2022-04-19 Yves Ortonregen/mph.pl & mk_invlists.pl - add the "_squeeze"...
2022-04-19 Yves Ortonregen/mph.pl & mk_invlists.pl - convert from sub interf...
2022-04-19 Yves Ortonregen/mph.pl - tweaks to generated code, put type on...
2022-04-19 Yves Ortonregen/mph.pl - use $n instead of @$second_level
2022-04-19 Yves Ortonregen/mph.pl - remove bogus defaulting for undef vars
2022-04-19 Yves Ortonregen/mph.pl - move file open logic to a sub
2022-04-19 Yves Ortonregen/mph.pl - whitespace fixups
2022-04-19 Yves Ortonregen/mph.pl - rename $smart_blob to $blob across file
2022-04-19 Yves Ortonregen/mph.pl - move split key logic out of make_mph_fro...
2022-04-19 Yves Ortonregen/mph.pl - fixup wording in comment to be grammatical
2022-04-19 Yves Ortonregen/mph.pl - change fnv1a_32() to _fnv1a_32() as...
2022-04-19 Yves Ortonregen/mph.pl - fixup die that is issued if we can't...
2022-04-19 Yves Ortonregen/mph.pl - Clean up diagnostics logic, allow DEBUG...
2022-04-19 Yves Ortonregen/mph.pl - use more efficient logic in build_perfec...
2022-04-19 Yves Ortonregen/mph.pl - eliminate the need to use goto
2022-04-19 Yves Ortonregen/mph.pl - change $hash argument to $source_hash
2022-04-19 Yves Ortonregen/mph.pl - move bucket info construction log into...
2022-04-19 Yves Ortonregen/mph.pl - bucket info storage: remove 'hash',...
2022-04-19 Yves Ortonregen/mph.pl - add sanity check for idx and value param...
2022-04-19 Yves Ortonregen/mph.pl - convert loop to use block form and add...
2022-04-19 Yves Ortonregen/mph.pl - enable fatal warnings
2022-04-19 Yves Ortonregen/mph.pl - remove unused var
2022-04-19 Yves Ortonregen/mph.pl - perltidy file for style consistency
2022-04-19 Yves Ortonregen/mph.pl - remove $max_h check in build_perfect_hash()
2022-04-19 Yves Ortonregen/mph.pl - specify which fnv we are using
2022-04-19 Yves Ortonregen/mph.pl - replace hard coded literal constants
2022-04-19 Yves Ortonregen/mk_invlists.pl - add a way to dump the keywords...
2022-04-19 Yves Ortonregen/mk_invlists.pl - move token_name() sub closer...
2022-04-19 Yves Ortonregen/mk_invlists.pl - move require to top of file
2022-04-19 Yves Ortonregen/mph.pl - handle split data in make_mph_from_hash()
2022-04-19 Yves Ortonregen/mph.pl - calculate $length_all_keys in make_mph_f...
2022-04-19 Yves Ortonregen/mph.pl - rename var $b2 to $new_blob in build_spl...
2022-04-19 Yves Ortonregen/mph.pl - better diags in build_split_words()
2022-04-19 Yves Ortonregen/mph.pl - fix assignment to be consistent with...
2022-04-19 Yves Ortonregen/mph.pl - do a bit less work in build_split_words()
2022-04-19 Yves Ortonregen/mph.pl - track added bytes while we process/check...
2022-04-19 Yves Ortonregen/mph.pl - dont null terminate in preprocess stage
2022-04-19 Yves Ortonregen/mph.pl - dont use $key when dealing with $part...
2022-04-19 Yves Ortonregen/mph.pl - remove unused arguments from build_split...
2022-04-19 Yves Ortonregen/mph.pl - refactor common sort routine out
2022-04-19 Yves Ortonregen/mph.pl - document build_split_words()
2022-04-19 Yves Ortonregen/mph.pl - remove unnecessary use of bignum
2022-03-20 Karl WilliamsonAdd arrows to paired string delimiters
2022-03-20 Karl WilliamsonAdd SPEAKERs paired delimiters
2022-03-20 Karl WilliamsonAdd TELEPHONE RECEIVER paired delimiters
2022-03-20 Karl WilliamsonAdd ERASE paired delimiters
2022-03-20 Karl WilliamsonAdd DOUBLE TRIANGLEs paired delimiters
2022-03-20 Karl WilliamsonAdd THREE RAYS paired delimiters
2022-03-20 Karl WilliamsonAdd musical score paired delimiters
2022-03-20 Karl WilliamsonAdd INDEX paired delimiters
next