summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* make regenDavid Mitchell2009-04-111-2/+0
* run regenDavid Mitchell2009-03-301-2/+2
* Bump coopyright year in embed.pl and various files that were just touchedRafael Garcia-Suarez2009-03-301-1/+1
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2009-03-301-2/+0
* Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of theNicholas Clark2009-03-301-4/+0
* Convention seems to be that static definitions are also made visible byNicholas Clark2009-03-301-6/+6
* Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints()Nicholas Clark2009-03-301-0/+14
* Move the implmentation of SAVEHINTS() into a new Perl_save_hints() inNicholas Clark2009-03-301-0/+6
* Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.Nicholas Clark2009-03-301-10/+2
* Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.Nicholas Clark2009-03-301-2/+2
* Refactor all of the code of the formNicholas Clark2009-03-301-0/+2
* Refactor all of the code of the formNicholas Clark2009-03-301-0/+10
* Convert all the scope save functions of the formNicholas Clark2009-03-301-14/+2
* run regenDavid Mitchell2009-03-301-0/+2
* Add Perl_croak_xs_usage(), which reduces a lot of explicit calls ofNicholas Clark2009-03-291-0/+2
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2009-03-251-2/+0
* Double magic with substrVincent Pit2009-03-251-0/+2
* Perl_ck_retarget() doesn't even exist, so little point in mentioningNicholas Clark2009-03-191-2/+0
* revert the SvOOK re-implementation:Nicholas Clark2009-03-191-2/+0
* Revert the SvOOK reimplementation:Nicholas Clark2009-03-191-0/+2
* also report forced tokens when using -DTGerard Goossen2009-03-121-1/+1
* BER is all very well, but it turns out that it's better to store theNicholas Clark2009-03-061-2/+0
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2009-03-061-0/+2
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2009-03-051-2/+14
* Change 32676 missed embed.h. Oops. Avert any more black smoke.Nicholas Clark2009-03-051-2/+0
* Perl_newAV() can become a mathom by making newAV() a wrapper aroundNicholas Clark2009-03-051-2/+0
* Perl_magic_setglob() is a mathom.Nicholas Clark2009-03-051-0/+12
* run regen for last two commitsDavid Mitchell2009-01-021-0/+10
* Integrate:Dave Mitchell2008-12-161-0/+2
* Integrate:Nicholas Clark2008-10-261-1/+1
* Integrate:Nicholas Clark2008-10-161-0/+2
* Integrate:Nicholas Clark2008-09-231-1/+1
* Integrate:Dave Mitchell2008-05-281-0/+2
* Integrate:Nicholas Clark2008-02-011-0/+12
* Integrate:Nicholas Clark2008-02-011-2/+22
* Integrate:Nicholas Clark2008-01-301-0/+2
* Integrate:Nicholas Clark2008-01-301-0/+2
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+2
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-0/+6
* Inline and eliminate S_incl_perldb(), as it's only called on one place.Nicholas Clark2007-10-181-2/+0
* Pass in explicit lengths for the key and type arguments toNicholas Clark2007-10-161-2/+2
* If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call toNicholas Clark2007-10-091-0/+12
* Remove the strlen in doopen_pm() by passing in the length. (As we knowNicholas Clark2007-10-091-1/+1
* Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)Brandon Black2007-10-081-0/+2
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-051-2/+0
* With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can beNicholas Clark2007-10-051-2/+0
* S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it aNicholas Clark2007-10-041-2/+0
* [perl #45513] Test failures on amd64-freebsd 6.2 Slaven Rezic2007-10-031-0/+2
* fifth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-241-2/+0
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-201-10/+2