This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: White-space only changes
[perl5.git] / regen /
2011-06-17 Father ChrysostomosDeparse CORE::break
2011-06-16 Father Chrysostomos[perl #92906] perl -d has non-functional b command
2011-06-12 Nicholas ClarkMove PL_sh_path to perl.h (except for OS/2), as it...
2011-06-12 Nicholas ClarkMove PL_{No,Yes,hexdigit} from perlvars.h to perl.h...
2011-06-12 Nicholas ClarkGenerate the table of core magic types in perlguts...
2011-06-12 Nicholas ClarkIn regen/mg_vtable.pl, move $longest inside the only...
2011-06-12 Nicholas ClarkReorder ops so that trans{,r} and aelemfast{,_lex}...
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-11 Nicholas ClarkSort magic and magic vtable names in files generated...
2011-06-11 Nicholas ClarkGenerate magic_names in dump.c using mg_vtable.pl.
2011-06-11 Nicholas ClarkGenerate the PERL_MAGIC_* defines using mg_vtable.pl.
2011-06-11 Nicholas ClarkIn PL_magic_data flag whether magic can be added to...
2011-06-11 Nicholas ClarkStore a flag for container/value magic in PL_magic_data.
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
2011-06-11 Nicholas ClarkProvide the names of the magic vtables in PL_magic_vtab...
2011-06-11 Nicholas ClarkReplace references to PL_vtbl_{bm,fm} in the code with...
2011-06-11 Nicholas ClarkPL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, inste...
2011-06-11 Nicholas ClarkRefactor Perl_get_vtbl() to a small array lookup from...
2011-06-11 Nicholas ClarkReplace PL_vtbl_* with an array PL_magic_vtables.
2011-06-11 Nicholas ClarkGenerate the enum for want_vtbl_* with regen/mg_vtable.pl
2011-06-11 Nicholas ClarkMove the work of MGVTBL_SET() from the C pre-processor...
2011-06-11 Nicholas ClarkMove the cast for a magic vtable with const get into...
2011-06-11 Nicholas ClarkGenerate the definitions for magic vtables from data...
2011-05-19 Karl Williamsonregex: Add comments
2011-05-19 Nicholas ClarkCreate open_print_header() to avoid duplicate parameter...
2011-05-19 Nicholas ClarkRename do_not_edit() to open_print_header(), and move...
2011-05-19 Nicholas ClarkAdd a 'quote' argument to read_only_top(), to pass...
2011-05-19 Nicholas ClarkAdd an optional third argument to open_new(), to invoke...
2011-05-19 Nicholas ClarkIn regen/uconfig_h.pl use read_only_bottom_close_and_re...
2011-05-19 Nicholas ClarkMerge safer_close() and rename_if_different() into...
2011-05-19 Nicholas ClarkAdd an optional 'mode' argument to open_new(), to open...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-04-18 Father ChrysostomosMake push/shift $scalar accept only unblessed aryrefs
2011-03-28 Nicholas ClarkAdd regen/uconfig_h.pl to regenerate uconfig.h
2011-03-28 Nicholas ClarkExtract read_only_bottom() from read_only_bottom_close_...
2011-03-20 Karl Williamsonregcharclass: Add tricky fold characters.
2011-02-18 Karl Williamsonwarnings.pl: Update comment
2011-02-18 Karl WilliamsonSubclass utf8 warnings so can turn off individually
2011-02-14 Karl WilliamsonRevert "l1_char_class_tab.h: Remove multi-char fold...
2011-02-04 Karl Williamsonl1_char_class_tab.h: Remove multi-char fold targets
2011-01-29 Karl Williamsonembed.fnc: Add inline function capability
2011-01-24 Nicholas ClarkMerge perl_keyword.pl into regen/keywords.pl, to genera...
2011-01-24 Nicholas ClarkMove mk_PL_charclass.pl from Porting/ to regen/
2011-01-23 Nicholas ClarkMove regencharclass.pl from Porting/ to regen/
2011-01-23 Nicholas ClarkStore the SHA-256 of the source in files generated...
2011-01-23 Nicholas ClarkOutput "read only" editor blocks from regen_perly.pl
2011-01-23 Nicholas ClarkIn regen scripts, print to explicit file handles instea...
2011-01-23 Nicholas ClarkMove the duplicated subroutine tab() into regen_lib.pl
2011-01-23 Nicholas ClarkChange close_and_rename() to read_only_bottom_close_and...
2011-01-23 Nicholas ClarkIn regen/*.pl, refactor the repeated code for close...
2011-01-23 Nicholas ClarkIn regen_lib.pl, when opening, first unlink a previous...
2011-01-23 Nicholas ClarkIn regen_lib.pl use a meaningful key for storing the...
2011-01-23 Nicholas Clarkopcode.pl hasn't generated files named *-old since...
2011-01-23 Nicholas Clarkregen/overload.pl should use rename_if_different()...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-22 Nicholas ClarkIn embed.pl, move the logic for perlapi.c's Tolkien...
2011-01-22 Nicholas Clark"Don't repeat yourself" in regen/opcode.pl
2011-01-19 Nicholas ClarkRemove references to Mac OS classic from comments the...
2011-01-16 Karl Williamsonregcomp.pl: Add capability for fields to be > 1 bit
2011-01-14 David Mitchelladd enum index in overload.h comments
2011-01-10 Nicholas ClarkMerge the implementations of {end,set}{gr,pw}ent with...
2011-01-10 Nicholas ClarkMerge the implementations of pp_s{host,net,proto,serv...
2011-01-10 Nicholas ClarkMerge the implementations of pp_e{host,net,proto,serv...
2011-01-09 Nicholas ClarkGenerate "Unsupported socket function" stubs using...
2011-01-09 Nicholas ClarkRename pp_send to pp_syswrite, making send an alias...
2011-01-09 Nicholas ClarkIn opcode.h, use the alias macros in PL_ppaddr[]
2011-01-09 Nicholas ClarkRemove commented-out code from regen/opcode.pl
2011-01-09 Nicholas Clarkregen/opcode.pl should only generate prototypes for...
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2011-01-09 Nicholas Clarkembed.pl can read the names of ck_* functions direct...
2011-01-09 Nicholas ClarkExtract the opcode data from regen/opcode.pl into regen...
2011-01-09 Nicholas ClarkReplace OP stubs in mathoms.c with #define aliases...
2011-01-03 David Mitchellregen/overload.pl: add comments to overload.[ch]
2010-12-30 Nicholas ClarkMerge the opcode bodies for pp_bind and pp_connect.
2010-12-28 Nicholas ClarkRemove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longe...
2010-12-27 Nicholas ClarkMerge the opcode bodies for chop/chomp and schop/schomp.
2010-12-12 Reini UrbanMake entertry a LOGOP, not BASEOP/UNOP
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-03 Father ChrysostomosAdd transr op type
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-10-14 Father Chrysostomoswarnings.pl -> regen/warnings.pl
2010-10-14 Father Chrysostomosregcomp.pl -> regen/regcomp.pl
2010-10-14 Father Chrysostomosreentr.pl -> regen/reentr.pl
2010-10-14 Father Chrysostomosoverload.pl -> regen/overload.pl
2010-10-14 Father Chrysostomosopcode.pl -> regen/opcode.pl
2010-10-14 Father Chrysostomoskeywords.pl -> regen/keywords.pl
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-10-10 Steffen MuellerMove regen scripts to regen/