This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #119429] bump-perl-version now updates Makefile.ce
[perl5.git] / regen /
2013-07-24 Nicholas ClarkGenerate the lib/ cleanup rules in the Win32 Makefiles...
2013-07-24 Nicholas ClarkGenerate the lib/ cleanup rules in Makefile.SH automati...
2013-07-24 Nicholas ClarkGenerate lib/.gitignore from MANIFEST.
2013-07-24 Nicholas ClarkOn failure, regen_lib.pl now generates diagnostics...
2013-07-16 Karl WilliamsonFix off-by-one error in inversion lists.
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Make C-array inversion lists...
2013-07-16 Karl WilliamsonReinstate "regcomp.c: Move 2 hdr inversion fields to...
2013-07-16 Karl WilliamsonReinstate + fix "Revert "regcomp.c: Add a constant...
2013-07-12 Nicholas ClarkSpecify the versions of ExtUtils::MiniPerl and ExtUtils...
2013-07-07 Nicholas ClarkMove the "editor block" from miniperlmain.c to ExtUtils...
2013-07-07 Nicholas ClarkInvert the build logic for miniperlmain.c and ExtUtils...
2013-07-07 Nicholas ClarkAdd an "always update" parameter to regen_lib's open_new().
2013-07-07 Nicholas ClarkRefactor the Text::Wrap::wrap() logic in regen/regen_lib.pl
2013-07-07 Nicholas ClarkRefactor regen_lib.pl to reduce verbosity.
2013-07-05 Karl WilliamsonRevert "regcomp.c: Add a constant 0 element before...
2013-07-05 Karl WilliamsonRevert "regcomp.c: Move 2 hdr inversion fields to SV...
2013-07-05 Karl WilliamsonRevert "regcomp.c: Make C-array inversion lists const"
2013-07-04 Karl Williamsonregcomp.c: Make C-array inversion lists const
2013-07-04 Karl Williamsonregcomp.c: Move 2 hdr inversion fields to SV hdr
2013-07-04 Karl Williamsonregcomp.c: Add a constant 0 element before inversion...
2013-06-26 Karl Williamsonregen/genpacksizetables.pl: Add comment
2013-06-22 Yves OrtonShow intflags as well as extflags
2013-06-10 Father ChrysostomosMake ‘make regen’ regenerate the tree in perllexwarn
2013-05-23 Nicholas ClarkIn regen/regen_lib.pl, add 'Pod' as a third supported...
2013-05-22 David Steinbrunnertypo fixes for regen scripts
2013-05-20 Nicholas ClarkEliminate pre-5.9.x conditional code for PERL_PACK_CAN_...
2013-05-20 Nicholas ClarkMove genpacksizetables.pl to regen/genpacksizetables.pl
2013-05-20 Karl WilliamsonFix multi-char fold edge case
2013-05-20 Karl Williamsonunicode_constants.h: Add some #defines
2013-05-20 Karl Williamsonpp.c: Eliminate custom macro and use Copy() instead
2013-05-18 Ricardo Signesregen feature.pm
2013-03-27 Yves OrtonImprove how regcomp.pl handles multibits
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-08 Karl Williamsonregen/unicode_constants.pl: Change #define name
2013-03-08 Karl Williamsonregen/unicode_constants.pl: Make portable to non-ASCII
2013-03-08 Karl Williamsonregen/unicode_constants.pl: Remove unused constant
2013-03-08 Karl Williamsonregen/unicode_constants.pl: Pass through input comments
2013-03-08 Karl Williamsonregen/unicode_constants.pl: Convert '-' in names to '_'
2013-02-20 Ricardo Signesput an experimental warning on lexical topic
2013-02-17 Nicholas ClarkIn warnings.pm, delete a hash slice, instead of using...
2013-02-08 Karl Williamsonregen/embed.pl: Extract out duplicate code into a fcn
2013-02-08 Karl Williamsonregen/embed.pl: Warn if have > 1 i, p, and s flags
2013-01-24 Karl Williamsonregcharclass.h: Add macro for non-ASCII PATWS
2013-01-24 Karl Williamson/regen/regcharclass.pl: white-space only; no code changes
2013-01-24 Karl Williamsonregen/regcharclass.pl: Add capability
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-11 Karl Williamsonregcharclass.h: Add macro for finding pattern white...
2013-01-11 Karl WilliamsonCreate new warnings category experimental::regex_sets
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-28 Karl Williamsonregcomp.c: Don't iterate while changing an inversion...
2012-12-28 Karl Williamsonregen/embed.pl: Add sanity test for entries
2012-12-23 Father Chrysostomosregcomp.pl: Calculate col widths for perldebguts
2012-12-23 Father ChrysostomosRegenerate the regnode table in perldebguts.pod automat...
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-18 David Mitchellsilence g++ warning with PL_magic_vtable_names
2012-12-16 Karl WilliamsonRename property involved in \X matching, for clarity
2012-12-16 Karl Williamsonregen/unicode_constants.pl: Add option to skip if undef
2012-12-06 Yves Ortonmake regcharclass generate submacros if necessary to...
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-24 Karl Williamsonregen/embed.pl: flag 'i' didn't work with 'n'
2012-11-24 Father ChrysostomosIncrease $feature::VERSION to 1.32
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-20 Karl Williamsonregen/embed.pl: Fix uninit variable warning.
2012-11-20 Karl Williamsonregexec.c: Use SPACE macros instead of swash
2012-11-20 Karl WilliamsonRefactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macros
2012-11-20 Karl WilliamsonRefactor is_BLANK_uni() and is_BLANK_utf8() macros
2012-11-20 Karl Williamsonhandy.h: Add isVERTWS_uni(), isVERTWS_utf8()
2012-11-20 Karl Williamsonregen/regcharclass.pl: Add 'cp_high' macro type
2012-11-20 Karl Williamsonregexes: Add \v to table of latin1 char classes
2012-11-17 Father Chrysostomos[perl #114864] Don’t use amt for DESTROY
2012-11-17 Yves Ortonmake regcharclass hash order determinisitic
2012-11-17 Yves OrtonEliminate test from generated cp macros
2012-11-11 Karl Williamsonregen/mk_PL_charclass.pl: Use mktables table for charname
2012-11-10 David Mitchelladd padrange op
2012-11-09 Daniel Draganremove various redundant dTHXes
2012-10-26 Craig A. BerryDe-globalize regcomp inversion lists.
2012-10-20 Karl Williamsonregen/mk_PL_charclass.pl: Move code to subroutine
2012-10-20 Karl Williamsonregen/mk_PL_charclass.pl: White-space only; no code...
2012-10-20 Karl Williamsonregen/mk_PL_charclass.pl: Generate our own tables for...
2012-10-20 Karl Williamsonregen/mk_invlists.pl: Generate our own tables for certa...
2012-10-20 Karl Williamsonregen/regcharclass.pl: White space only; no code changes
2012-10-20 Karl Williamsonregen/regcharclass.pl: Generate better code for some...
2012-10-20 Karl Williamsonregen/regcharclass.pl: White-space only; no code changes
2012-10-20 Karl Williamsonregen/regcharclass.pl: Refactor a 'return' slightly
2012-10-17 Karl Williamsonregen/regcharclass.pl: Change name of generated macro
2012-10-14 Karl Williamsonregen/mk_invlists.pl: Make list for multi-fold chars
2012-10-12 Karl Williamsonregen/mk_PL_charclass.pl: Add bit for if character...
2012-10-10 Daniel Draganfix C++ builds broken by cdc4a174060
2012-10-09 Daniel Draganhave embed.pl add PERL_CALLCONV_NO_RET to noreturn...
2012-10-09 Karl Williamsonregcomp.c: Refactor join_exact() to handle all multi...
2012-10-09 Karl Williamsonregen/regcharclass.pl: Generate macros for multi-char...
2012-10-09 Karl WilliamsonAdd regen/regcharclass_multi_char_folds.pl
2012-10-09 Karl Williamsonregen/regcharclass.pl: Simplify regex
2012-10-09 Karl Williamsonregen/regcharclass.pl: Add ability for more complex...
2012-10-03 Yves Ortonregen/regcharclass.pl: improved optree generation
2012-10-03 Yves Ortonregen/regcharclass.pl: add comments and some minor...
2012-10-01 Father ChrysostomosRemove length magic on scalars
2012-09-30 Father ChrysostomosIncrease $warnings::VERSION to 1.15
2012-09-30 Father ChrysostomosIncrease $feature::VERSION to 1.31
2012-09-30 Father ChrysostomosUse two colons for lexsub warning
next