| Commit message (Expand) | Author | Age | Files | Lines |
* | add flags arg to sv_2nv (as sv_2nv_flags) | David Mitchell | 2010-05-08 | 1 | -1/+1 |
* | Fix parameter name for die_unwind() in embed.fnc | Rafael Garcia-Suarez | 2010-05-04 | 1 | -2/+2 |
* | Merge remote branch 'zefram/zefram/reliable_exception' into blead | Rafael Garcia-Suarez | 2010-05-04 | 1 | -7/+32 |
|\ |
|
| * | SV-based interfaces for dieing and warning | Zefram | 2010-04-23 | 1 | -7/+32 |
* | | Deprecate Perl_ptr_table_clear(). Nothing outside sv.c uses it. | Nicholas Clark | 2010-04-29 | 1 | -1/+3 |
* | | Convert Perl_magic_methcall() to varargs. | Nicholas Clark | 2010-04-26 | 1 | -1/+1 |
* | | For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef. | Nicholas Clark | 2010-04-26 | 1 | -1/+1 |
* | | remove Perl_pmflag | Robin Barker | 2010-04-26 | 1 | -6/+0 |
* | | regen header after last patches | Rafael Garcia-Suarez | 2010-04-26 | 1 | -0/+3 |
* | | Change the flags argument to magic_methcall/magic_methcall1 from I32 to U32. | Nicholas Clark | 2010-04-25 | 1 | -2/+2 |
* | | add Perl_magic_methcall | David Mitchell | 2010-04-25 | 1 | -2/+9 |
* | | consting in lex_stuff_pvn | Robin Barker | 2010-04-23 | 1 | -1/+1 |
|/ |
|
* | Regen headers after previous patches | Rafael Garcia-Suarez | 2010-02-19 | 1 | -6/+7 |
* | Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags(). | Nicholas Clark | 2010-02-14 | 1 | -4/+4 |
* | Removes 32-bit limit on substr arguments. The full range of IV and UV is avai... | Eric Brine | 2010-02-14 | 1 | -0/+5 |
* | Qualify pointer arguments of prescan_version in embed.fnc | Rafael Garcia-Suarez | 2010-01-15 | 1 | -1/+1 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 1 | -0/+10 |
* | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -0/+60 |
* | cleanup get_arena param-names, mark as May-Change | Jim Cromie | 2009-11-24 | 1 | -1/+1 |
* | Move change c35076938c7236fb into embed.fnc, from the generated file proto.h | Nicholas Clark | 2009-11-23 | 1 | -1/+1 |
* | Perl_pad_sv and Perl_hv_assert don't exist without -DDEBUGGING. | Craig A. Berry | 2009-11-21 | 1 | -0/+4 |
* | lexer API | Zefram | 2009-11-15 | 1 | -0/+31 |
* | Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *. | Nicholas Clark | 2009-11-15 | 1 | -1/+1 |
* | Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name(). | Nicholas Clark | 2009-11-15 | 1 | -4/+5 |
* | Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv(). | Nicholas Clark | 2009-11-15 | 1 | -0/+5 |
* | Factor the "is this an in-place array operator construct" logic into a new is... | Vincent Pit | 2009-11-10 | 1 | -0/+5 |
* | Add length and flags arguments to Perl_pad_add_name(). | Nicholas Clark | 2009-11-09 | 1 | -1/+1 |
* | Add length and flags arguments to Perl_pad_check_dup(). | Nicholas Clark | 2009-11-09 | 1 | -2/+2 |
* | Add length and flags arguments to Perl_allocmy(). | Nicholas Clark | 2009-11-09 | 1 | -1/+1 |
* | Bareword sub lookups | Zefram | 2009-11-08 | 1 | -0/+5 |
* | Add length and flags arguments to Perl_pad_findmy(), moving it to the public ... | Nicholas Clark | 2009-11-07 | 1 | -1/+1 |
* | move JMPENV_JUMP to die_where and mark it as "noreturn" | Gerard Goossen | 2009-11-06 | 1 | -1/+3 |
* | regen generated files changed by the previous patch - facility to plug in sy... | Jesse Vincent | 2009-11-05 | 1 | -0/+7 |
* | Remove Perl_pmflag() from the public API, and mark it as deprecated. | Nicholas Clark | 2009-11-01 | 1 | -1/+2 |
* | Use of SV* instead of message, msglen, utf8 to contain error message | Gerard Goossen | 2009-11-01 | 1 | -5/+5 |
* | RT#69616: regexp SVs lose regexpness in assignment | Ben Morrow | 2009-10-22 | 1 | -3/+3 |
* | Remove the PERLIO * argument to S_filter_gets(), as it's always PL_rsfp | Nicholas Clark | 2009-10-21 | 1 | -4/+3 |
* | Pull out filter setup code from S_swallow_bom() into S_add_utf16_textfilter() | Nicholas Clark | 2009-10-20 | 1 | -0/+5 |
* | somewhat fix failing regex tests. but break lots of other stuff at the same time | Yves Orton | 2009-10-19 | 1 | -0/+18 |
* | Merge S_utf16_textfilter and S_utf16rev_textfilter(). | Nicholas Clark | 2009-10-18 | 1 | -5/+0 |
* | Generate prototypes for utf16_textfilter and utf16rev_textfilter using embed.fnc | Nicholas Clark | 2009-10-18 | 1 | -0/+12 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -0/+7 |
* | Migrate common code in Perl_ckwarn() and Perl_ckwarn_d() to S_ckwarn_common() | Nicholas Clark | 2009-10-13 | 1 | -0/+3 |
* | Replace Perl_deprecate() with a macro that calls Perl_ck_warner() | Nicholas Clark | 2009-10-13 | 1 | -5/+0 |
* | Move the code related to deprecate("comma-less variable list") into a function. | Nicholas Clark | 2009-10-13 | 1 | -0/+1 |
* | Use deprecate() in place of deprecate_old(), and remove S_deprecate_old(). | Nicholas Clark | 2009-10-13 | 1 | -7/+0 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -0/+6 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -0/+6 |
* | deprecate_old() is not public, and only used within toke.c, so can be static. | Nicholas Clark | 2009-10-12 | 1 | -1/+3 |
* | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -0/+5 |