summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Use the same $func to Perl_$func macros independent of multiplicity.Nicholas Clark2010-09-251-2469/+51
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-2/+2
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-4/+8
* Run perl regen.pl after removing regcurly from embed.fnc.Andy Dougherty2010-09-221-6/+0
* Emit $_ to Perl_$_ for "nocontext" functions under multiplicity.Nicholas Clark2010-09-221-0/+16
* Programmatically generate the compatibility macros for "misnamed functions".Nicholas Clark2010-09-221-4/+4
* Programmatically generate embed.h's *_nocontext exception list in embed.pl.Nicholas Clark2010-09-211-21/+21
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-2/+0
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-6/+2
* Shorten external symbol name for VMSFlorian Ragwitz2010-09-111-2/+2
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-6/+0
* make qw(...) first-class syntaxZefram2010-09-081-0/+4
* Move magicalize_{isa,overload} out into functionsFlorian Ragwitz2010-09-081-0/+4
* make regen.Ben Morrow2010-09-071-0/+10
* Regenerate headers after last patchRafael Garcia-Suarez2010-09-061-2/+6
* add sv_reftype_len() and make sv_reftype() be a wrapper for itYves Orton2010-08-301-0/+2
* make recursive part of peephole optimiser hookableZefram2010-08-261-0/+2
* Move the declaration for more_bodies outside of an #if defined(PERL_IN_SV_C)Nicholas Clark2010-08-201-2/+2
* Expose more_bodies(), and use it to replace S_more_he().Nicholas Clark2010-08-201-4/+2
* In sv.c, pass in values to S_more_bodies, instead of using bodies_by_type.Nicholas Clark2010-08-201-1/+1
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-161-1/+1
* 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