| Commit message (Expand) | Author | Age | Files | Lines |
* | Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new(). | Nicholas Clark | 2010-05-24 | 1 | -0/+5 |
* | Convert Perl_sv_dup_inc() from a macro to a real function. | Nicholas Clark | 2010-05-24 | 1 | -0/+2 |
* | Make HvFILL() count the allocated buckets, instead of reading a stored value. | Nicholas Clark | 2010-05-21 | 1 | -0/+1 |
* | make overload respect get magic | David Mitchell | 2010-05-21 | 1 | -0/+4 |
* | 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 | -1/+1 |
* | Merge remote branch 'zefram/zefram/reliable_exception' into blead | Rafael Garcia-Suarez | 2010-05-04 | 1 | -11/+12 |
|\ |
|
| * | SV-based interfaces for dieing and warning | Zefram | 2010-04-23 | 1 | -11/+12 |
* | | Deprecate Perl_ptr_table_clear(). Nothing outside sv.c uses it. | Nicholas Clark | 2010-04-29 | 1 | -1/+1 |
* | | Convert Perl_magic_methcall() to varargs. | Nicholas Clark | 2010-04-26 | 1 | -2/+2 |
* | | 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 | -1/+0 |
* | | Deal with "\c{", and its kin | Karl Williamson | 2010-04-26 | 1 | -0/+1 |
* | | 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/+6 |
* | | consting in lex_stuff_pvn | Robin Barker | 2010-04-23 | 1 | -1/+1 |
|/ |
|
* | remove gv_try_downgrade from the public API | David Mitchell | 2010-03-11 | 1 | -1/+1 |
* | Add X flag to embed.fnc entries. | Karl Williamson | 2010-02-20 | 1 | -11/+11 |
* | Move some fncs from Public to extensions visible | Karl Williamson | 2010-02-20 | 1 | -10/+10 |
* | PATCH: [perl #56444] delayed interpolation of \N{...} | Karl Williamson | 2010-02-19 | 1 | -1/+1 |
* | Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags(). | Nicholas Clark | 2010-02-14 | 1 | -1/+2 |
* | Removes 32-bit limit on substr arguments. The full range of IV and UV is avai... | Eric Brine | 2010-02-14 | 1 | -0/+1 |
* | In embed.fnc the 'E' flag should imply 'X', but doesn't. | Jan Dubois | 2010-02-07 | 1 | -0/+3 |
* | expand flag descriptions in in embed.fnc | David Mitchell | 2010-02-07 | 1 | -24/+93 |
* | alphabetically sort flag descriptions in embed.fnc | David Mitchell | 2010-02-07 | 1 | -17/+17 |
* | Qualify pointer arguments of prescan_version in embed.fnc | Rafael Garcia-Suarez | 2010-01-15 | 1 | -1/+2 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 1 | -0/+3 |
* | Make new is_utf8_X_* functions public | Rafael Garcia-Suarez | 2009-12-13 | 1 | -10/+10 |
* | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -0/+10 |
* | 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 | -0/+4 |
* | Synchronise "may change"/"experimental" flags between embed.fnc and =for apidoc | Nicholas Clark | 2009-11-20 | 1 | -11/+11 |
* | Correct the flags for 3 functions that don't actually have documentation. | Nicholas Clark | 2009-11-17 | 1 | -3/+3 |
* | lexer API | Zefram | 2009-11-15 | 1 | -0/+13 |
* | Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *. | Nicholas Clark | 2009-11-15 | 1 | -2/+2 |
* | Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name(). | Nicholas Clark | 2009-11-15 | 1 | -3/+4 |
* | Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv(). | Nicholas Clark | 2009-11-15 | 1 | -0/+2 |
* | Factor the "is this an in-place array operator construct" logic into a new is... | Vincent Pit | 2009-11-10 | 1 | -0/+1 |
* | Add length and flags arguments to Perl_pad_add_name(). | Nicholas Clark | 2009-11-09 | 1 | -2/+3 |
* | Add length and flags arguments to Perl_pad_check_dup(). | Nicholas Clark | 2009-11-09 | 1 | -1/+2 |
* | Add length and flags arguments to Perl_allocmy(). | Nicholas Clark | 2009-11-09 | 1 | -1/+2 |
* | Bareword sub lookups | Zefram | 2009-11-08 | 1 | -0/+1 |
* | 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/+1 |
* | Partially fix Win32 link following commit 88e1f1a | Steve Hay | 2009-11-06 | 1 | -1/+1 |
* | Implement facility to plug in syntax triggered by keywords | Jesse Vincent | 2009-11-05 | 1 | -0/+2 |
* | Remove Perl_pmflag() from the public API, and mark it as deprecated. | Nicholas Clark | 2009-11-01 | 1 | -1/+1 |
* | Use of SV* instead of message, msglen, utf8 to contain error message | Gerard Goossen | 2009-11-01 | 1 | -6/+4 |
* | RT#69616: regexp SVs lose regexpness in assignment | Ben Morrow | 2009-10-22 | 1 | -1/+1 |
* | Remove the PERLIO * argument to S_filter_gets(), as it's always PL_rsfp | Nicholas Clark | 2009-10-21 | 1 | -1/+1 |