This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid overflowing a 32-bit signed int
[perl5.git] / regen /
2012-01-16 Tony Cookhandle U suffixed unsigned int literals from regexp.h
2012-01-06 Father ChrysostomosCorrect links to perlsyn and perlop
2012-01-03 Father ChrysostomosExplain perlguts changes in mg_vtable.pl comment
2012-01-03 Father ChrysostomosRegenerate perlguts’ mg table automatically
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-25 Father Chrysostomosfeature.pl: Get HINT_UNI_8_BIT from perl.h
2011-12-25 Father ChrysostomosPort regen/regen_lib.pl to 5.6.2
2011-12-24 Father ChrysostomosDeparse implicit with ‘use feature’
2011-12-24 Father Chrysostomosuse VERSION needs to enable uni8bit hint
2011-12-24 Father Chrysostomosfeature.pl: Make the perl.h search more resilient
2011-12-24 Father Chrysostomosfeature.pl: Mention perl.h as a source
2011-12-24 Father ChrysostomosMake MAX_FEATURE_LEN reflect reality
2011-12-24 Father Chrysostomosfeature.h: FEATURE_IS_ENABLED can use CURRENT_HINTS
2011-12-24 Father Chrysostomosfeature.pl: Remove unused var
2011-12-24 Father Chrysostomosfeature.pm: Move hint normalisation to separate function
2011-12-24 Father Chrysostomosop.c: Use new feature bundle hints
2011-12-24 Father Chrysostomosfeature.h: Function for enabling bundles
2011-12-24 Father ChrysostomosMove FEATURE_IS_ENABLED to feature.h
2011-12-24 Father ChrysostomosEliminate ‘negative’ features
2011-12-24 Father Chrysostomosfeature.pl: Tweak comment
2011-12-24 Father Chrysostomosfeature.h: Avoid compiler warning
2011-12-24 Father ChrysostomosUse new feature-testing macros
2011-12-24 Father Chrysostomosfeature.pm: Set bundle hints when dis/enabling features
2011-12-24 Father Chrysostomosfeature.pm: Add function for getting the current bundle
2011-12-24 Father Chrysostomosfeature.pl: Use @HintedBundles for generating feature.h
2011-12-24 Father ChrysostomosGive feature.pm the bundle hints
2011-12-24 Father Chrysostomosfeature.pl: Generate list of feature bundles in pod
2011-12-24 Father Chrysostomosfeature.pl: Add section headers
2011-12-24 Father Chrysostomosfeature.pl: Move hint-checking code up
2011-12-24 Father ChrysostomosAdd macros for checking individual features
2011-12-24 Father Chrysostomosfeature.pl: %BundleRanges
2011-12-24 Father Chrysostomosfeature.h: Add macros for current hints
2011-12-24 Father Chrysostomosfeature.h: Parenthesise macro definition
2011-12-24 Father ChrysostomosMake feature.pl executable
2011-12-24 Father ChrysostomosUse only \w+ for internal feature names
2011-12-24 Father Chrysostomosfeature.pl: Remove the feature_ prefix from the data
2011-12-24 Father Chrysostomosfeature.pl: Gen %feature_bundle from %UniqueBundles
2011-12-24 Father ChrysostomosAdd feature.h, with constants for feature bundles
2011-12-24 Father ChrysostomosParse the feature hint bits & assert their usability
2011-12-24 Father ChrysostomosCreate regen/feature.pl
2011-12-23 Father Chrysostomos[perl #29070] Add vstring set-magic
2011-12-18 Father ChrysostomosStop seek($glob_copy...) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-10-01 Karl Williamsonmk_PL_charclass.pl: Accept Unicode 6.1 syntax
2011-10-01 Karl Williamsonmk_PL_charclass.pl: Revise comments, gen'd header
2011-09-16 Father ChrysostomosMerge postinc and postdec
2011-09-16 Father ChrysostomosMerge preinc and postinc
2011-09-10 Jim Cromieregen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c
2011-09-10 Jim Cromieimplement OP_IS_NUMCOMPARE like other OP_IS macros
2011-08-25 Nicholas ClarkIn embed.pl, inline walk_table() into its only caller.
2011-08-25 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
2011-08-25 Nicholas ClarkAdd regen/embed_lib.pl, for the code that processes...
2011-08-25 Nicholas ClarkIn embed.pl, move processing embed.fnc and regen/opcode...
2011-08-25 Nicholas ClarkIn embed.pl, refactor the handling of varargs *_noconte...
2011-08-25 Nicholas ClarkIn embed.pl, simplify the code that parses regen/opcodes.
2011-08-25 Nicholas Clarkembed.pl was relying on embed.fnc starting with a pre...
2011-08-25 Father ChrysostomosSimplify the CORE::__FOO__ op-generation code
2011-08-21 Father ChrysostomosRefactor unpack’s newDEFSVOP logic; correct prototype
2011-08-18 Father ChrysostomosAdd coreargs op
2011-08-12 Father ChrysostomosChange (l)stat’s prototype from * to ;*
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-08-07 Nicholas ClarkIn embed.pl, inline hide() and bincompat_var() into...
2011-08-07 Nicholas ClarkIn embed.pl, refactor readvars() to return a sorted...
2011-08-07 Nicholas ClarkIn embed.pl, remove unused parameter $keep_pre from...
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
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...
next