summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "process xhv_backreferences early in S_hfreeentries"David Mitchell2010-07-291-0/+6
* Change function signature of grok_bslash_oKarl Williamson2010-07-271-1/+1
* Make the peep recurse via PL_peeppFlorian Ragwitz2010-07-251-1/+1
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-0/+2
* Add \o{} escapeKarl Williamson2010-07-171-0/+2
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-2/+6
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-4/+8
* process xhv_backreferences early in S_hfreeentriesDavid Mitchell2010-07-141-6/+0
* Create S_assert_uft8_cache_coherent() with one copy of the cache panic code.Nicholas Clark2010-07-121-0/+2
* Break S_utf8_mg_len_cache_update() out from Perl_sv_len_utf8().Nicholas Clark2010-07-121-0/+2
* Wrap PL_blockhooks in an API function.Ben Morrow2010-07-121-0/+4
* Get rid of PERL_DECL_PROTJan Dubois2010-07-071-110/+110
* add my_[l]stat_flags(); make my_[l]stat() mathomsDavid Mitchell2010-07-031-4/+12
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-0/+2
* Change S_tied_handle_method() to varargs to allow extra SV parameters.Nicholas Clark2010-06-131-2/+0
* Merge simple tied handle method calls into S_tied_handle_method().Nicholas Clark2010-06-131-0/+2
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-6/+6
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-0/+2
* Convert PAD_DUP to a function Perl_padlist_dup().Nicholas Clark2010-05-241-0/+10
* When deleting CLONE_PARAMS, push any unreferenced SVs onto the temps stack.Nicholas Clark2010-05-241-0/+10
* Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.Nicholas Clark2010-05-241-0/+10
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-0/+4
* Convert Perl_sv_dup_inc() from a macro to a real function.Nicholas Clark2010-05-241-0/+2
* make overload respect get magicDavid Mitchell2010-05-211-0/+6
* add flags arg to sv_2nv (as sv_2nv_flags)David Mitchell2010-05-081-2/+2
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-16/+14
|\
| * SV-based interfaces for dieing and warningZefram2010-04-231-16/+14
* | Convert Perl_magic_methcall() to varargs.Nicholas Clark2010-04-261-2/+0
* | regen header after last patchesRafael Garcia-Suarez2010-04-261-0/+6
* | add Perl_magic_methcallDavid Mitchell2010-04-251-2/+4
|/
* remove gv_try_downgrade from the public APIDavid Mitchell2010-03-111-0/+4
* Regen headers after previous patchesSteve Hay2010-02-201-0/+4
* Regen headers after previous patchesRafael Garcia-Suarez2010-02-191-2/+6
* Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().Nicholas Clark2010-02-141-2/+2
* Removes 32-bit limit on substr arguments. The full range of IV and UV is avai...Eric Brine2010-02-141-0/+2
* Omnibus strict and lax version parsingDavid Golden2010-01-131-0/+4
* Make new is_utf8_X_* functions publicRafael Garcia-Suarez2009-12-131-2/+2
* qr/\X/ expansionKarl Williamson2009-12-051-0/+20
* Move change c35076938c7236fb into embed.fnc, from the generated file proto.hNicholas Clark2009-11-231-0/+8
* lexer APIZefram2009-11-151-0/+22
* Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *.Nicholas Clark2009-11-151-1/+1
* Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name().Nicholas Clark2009-11-151-2/+10
* Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv().Nicholas Clark2009-11-151-0/+2
* Factor the "is this an in-place array operator construct" logic into a new is...Vincent Pit2009-11-101-0/+2
* Add length and flags arguments to Perl_pad_check_dup().Nicholas Clark2009-11-091-1/+1
* Add length and flags arguments to Perl_allocmy().Nicholas Clark2009-11-091-1/+1
* Bareword sub lookupsZefram2009-11-081-0/+2
* Add length and flags arguments to Perl_pad_findmy(), moving it to the public ...Nicholas Clark2009-11-071-5/+1
* Partially fix Win32 link following commit 88e1f1aSteve Hay2009-11-061-0/+4
* regen generated files changed by the previous patch - facility to plug in sy...Jesse Vincent2009-11-051-0/+2