summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-161-5/+1
* optimise single backreferencesDavid Mitchell2010-08-011-4/+3
* Revert "process xhv_backreferences early in S_hfreeentries"David Mitchell2010-07-291-0/+7
* Change function signature of grok_bslash_oKarl Williamson2010-07-271-3/+4
* Make the peep recurse via PL_peeppFlorian Ragwitz2010-07-251-1/+5
* Fix error in 5b235299a82969c3, which gcc didn't spot, but g++ did.Nicholas Clark2010-07-211-1/+1
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-0/+1
* Add \o{} escapeKarl Williamson2010-07-171-0/+8
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-5/+11
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-7/+7
* process xhv_backreferences early in S_hfreeentriesDavid Mitchell2010-07-141-7/+0
* Create S_assert_uft8_cache_coherent() with one copy of the cache panic code.Nicholas Clark2010-07-121-0/+6
* S_sv_pos_u2b_cached now updates the UTF-8 length cache if at the end of string.Nicholas Clark2010-07-121-3/+4
* Break S_utf8_mg_len_cache_update() out from Perl_sv_len_utf8().Nicholas Clark2010-07-121-0/+6
* Wrap PL_blockhooks in an API function.Ben Morrow2010-07-121-0/+5
* Avoid UTF-8 cache panics with offsets beyond the string. Fixes RT #75898.Nicholas Clark2010-07-111-4/+5
* In S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b_forwards.Nicholas Clark2010-07-111-1/+1
* Get rid of PERL_DECL_PROTJan Dubois2010-07-071-55/+55
* add my_[l]stat_flags(); make my_[l]stat() mathomsDavid Mitchell2010-07-031-2/+4
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-0/+3
* Merge flags and argc parameters to S_tied_handle_method().Nicholas Clark2010-06-131-1/+1
* In S_tied_handle_method() default to mortalizing extra arguments.Nicholas Clark2010-06-131-1/+1
* Add a gimme parameter to S_tied_handle_method().Nicholas Clark2010-06-131-1/+1
* Change S_tied_handle_method() to varargs to allow extra SV parameters.Nicholas Clark2010-06-131-1/+1
* Merge simple tied handle method calls into S_tied_handle_method().Nicholas Clark2010-06-131-0/+8
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-6/+18
* Deprecate find_rundefsvoffset()Vincent Pit2010-06-031-1/+3
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-0/+1
* Convert PAD_DUP to a function Perl_padlist_dup().Nicholas Clark2010-05-241-0/+8
* When deleting CLONE_PARAMS, push any unreferenced SVs onto the temps stack.Nicholas Clark2010-05-241-0/+7
* Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.Nicholas Clark2010-05-241-0/+9
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-0/+15
* Convert Perl_sv_dup_inc() from a macro to a real function.Nicholas Clark2010-05-241-0/+6
* Make HvFILL() count the allocated buckets, instead of reading a stored value.Nicholas Clark2010-05-211-0/+5
* make overload respect get magicDavid Mitchell2010-05-211-0/+4
* add flags arg to sv_2nv (as sv_2nv_flags)David Mitchell2010-05-081-1/+1
* Fix parameter name for die_unwind() in embed.fncRafael Garcia-Suarez2010-05-041-2/+2
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-7/+32
|\
| * SV-based interfaces for dieing and warningZefram2010-04-231-7/+32
* | Deprecate Perl_ptr_table_clear(). Nothing outside sv.c uses it.Nicholas Clark2010-04-291-1/+3
* | Convert Perl_magic_methcall() to varargs.Nicholas Clark2010-04-261-1/+1
* | For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef.Nicholas Clark2010-04-261-1/+1
* | remove Perl_pmflagRobin Barker2010-04-261-6/+0
* | regen header after last patchesRafael Garcia-Suarez2010-04-261-0/+3
* | Change the flags argument to magic_methcall/magic_methcall1 from I32 to U32.Nicholas Clark2010-04-251-2/+2
* | add Perl_magic_methcallDavid Mitchell2010-04-251-2/+9
* | consting in lex_stuff_pvnRobin Barker2010-04-231-1/+1
|/
* Regen headers after previous patchesRafael Garcia-Suarez2010-02-191-6/+7
* Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().Nicholas Clark2010-02-141-4/+4
* Removes 32-bit limit on substr arguments. The full range of IV and UV is avai...Eric Brine2010-02-141-0/+5