summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-2019-111/+54
* add new release to perlhistMax Maischein2019-09-201-0/+1
* Update perldelta for 5.31.4Max Maischein2019-09-201-265/+47
* Update INSTALL fileMax Maischein2019-09-201-2/+2
* Update Module::CoreList for 5.31.4Max Maischein2019-09-203-2/+111
* makedef.pl: export symbols flagged as CCraig A. Berry2019-09-201-1/+1
* [MERGE] add+use PL_curstackinfo->si_cxsubix fieldDavid Mitchell2019-09-1919-54/+111
|\
| * perldelta for PL_curstackinfo->si_cxsubixDavid Mitchell2019-09-191-1/+5
| * Perl_gimme_V(): assume caller always provides cxtDavid Mitchell2019-09-191-5/+2
| * add Perl_gimme_V() static inline fn for GIMME_VDavid Mitchell2019-09-197-1/+35
| * add PL_curstackinfo->si_cxsubix fieldDavid Mitchell2019-09-195-1/+21
| * add dopopto_cursub() macro to pp_ctl.cDavid Mitchell2019-09-191-6/+7
| * set VOID on OP_ENTERDavid Mitchell2019-09-198-46/+47
|/
* VanL is now a perl authorTony Cook2019-09-191-0/+1
* update perl5-porters list informationVanL2019-09-191-5/+3
* perldelta: Add note that documentation has been added to perlapi,perlinternKarl Williamson2019-09-161-2/+3
* Add check for malloc_usable_size (Richard Leach)H.Merijn Brand2019-09-161-0/+6
* perldelta for 2cb5a7e8af11Tony Cook2019-09-161-0/+6
* (perl #125557) correctly handle overload for bin/oct floatsTony Cook2019-09-162-6/+31
* regcomp.sym: Fix commentKarl Williamson2019-09-153-3/+4
* Merge branch 'embed.fnc' into bleadKarl Williamson2019-09-1518-465/+1278
|\
| * regen/embed.pl: Enforce some flag restrictionsKarl Williamson2019-09-151-3/+14
| * regen/embed.pl: Update a branch testKarl Williamson2019-09-151-1/+1
| * embed.fnc: M and o flags don't make sense togetherKarl Williamson2019-09-151-5/+5
| * embed.fnc: 'm' and 'p' flags don't make sense togetherKarl Williamson2019-09-153-12/+15
| * perlapi: Properly document Perl_custom_op_xop()Karl Williamson2019-09-153-4/+6
| * autodoc.pl: Special case macros whose name begins with Perl_Karl Williamson2019-09-152-2/+4
| * embed.fnc: Add some comment about name space pollutionKarl Williamson2019-09-151-0/+40
| * embed.fnc: E, X flags don't make sense with mKarl Williamson2019-09-151-3/+3
| * Document IS_SAFE_SYSCALLKarl Williamson2019-09-151-2/+12
| * perlapi: Improve description of is_safe_syscall()Karl Williamson2019-09-151-2/+6
| * embed.fnc: Add p flag for is_utf8_non_invariant_string()Karl Williamson2019-09-154-4/+4
| * Add embed.fnc entry for ReANYKarl Williamson2019-09-153-0/+9
| * Add embed.fnc entries for TOPMARK, POPMARKKarl Williamson2019-09-152-0/+10
| * Add Perl_ to SvAMAGIC _off,_on namesKarl Williamson2019-09-154-2/+20
| * Add embed.fnc entries for Cv inline fcnsKarl Williamson2019-09-154-3/+19
| * Fix up get_regex_charset_name()Karl Williamson2019-09-154-1/+20
| * inline.h: Move some fcn '{' to column 1Karl Williamson2019-09-151-3/+6
| * Make PadnameIN_SCOPE() name begin with S_Karl Williamson2019-09-154-1/+16
| * Some SvREFCNT_foo are no longer macrosKarl Williamson2019-09-154-6/+38
| * Strip leading underscore _variant_byte_number()Karl Williamson2019-09-155-9/+9
| * Change name of _utf8_to_uvchr_buf()Karl Williamson2019-09-156-11/+11
| * Strip leading underscore from is_utf8_char_helper()Karl Williamson2019-09-156-15/+15
| * inline.h: Change fcn name prefix from S_ to Perl_Karl Williamson2019-09-159-169/+169
| * regen/embed.pl: Generally generate an ARGS_ASSERTKarl Williamson2019-09-154-7/+558
| * regen/embed.pl: Wrap #if..#endif differentlyKarl Williamson2019-09-151-4/+3
| * embed.fnc: Mark atof2, atof3 for internal use onlyKarl Williamson2019-09-151-2/+2
| * sv.h: SVt_INVLIST is core-onlyKarl Williamson2019-09-151-2/+2
| * embed.fnc: Change some 'x' marked fcns to 'C'Karl Williamson2019-09-154-124/+128
| * Add 'C' flag to embed.fnc, for "core-only" fcnsKarl Williamson2019-09-154-5/+20