summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-2/+0
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2008-01-041-0/+2
* Run regen.pl (fixes build on Win32, at least)Steve Hay2008-01-041-4/+0
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-0/+6
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-4/+4
* As Perl_magic_setbm() and Perl_magic_setfm() aren't in the public API,Nicholas Clark2007-12-311-16/+0
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2007-12-311-2/+14
* For 5.12 we can simply exterminate! the private functionNicholas Clark2007-12-211-14/+0
* Regen some files...Steve Peters2007-12-201-0/+4
* Implement each @array.Nicholas Clark2007-12-201-0/+16
* Change 32676 missed embed.h. Oops. Avert any more black smoke.Nicholas Clark2007-12-201-2/+0
* Perl_newAV() can become a mathom by making newAV() a wrapper aroundNicholas Clark2007-12-201-2/+0
* Perl_magic_setglob() is a mathom.Nicholas Clark2007-12-201-0/+12
* 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
* Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() andNicholas Clark2007-09-201-8/+0
* Make hv_fetch_common() non-static, and change its name to hv_common(),Nicholas Clark2007-09-201-2/+2
* Inline and abolish S_hv_magic_uvar_xkey().Nicholas Clark2007-09-191-2/+0
* Call the key transformation function for hv_delete().Nicholas Clark2007-09-191-1/+1
* Remove dead functions:Nicholas Clark2007-09-171-4/+0
* mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have staticNicholas Clark2007-09-121-4/+12
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-0/+2
* fourth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-07-161-8/+0
* really really fix S_emulate_eaccess compiler warning (#31536 didn't)Dave Mitchell2007-07-121-2/+2
* Make Perl_find_runcv a member of the public APIRafael Garcia-Suarez2007-07-071-2/+2
* Fix commented out function names in proto.hJan Dubois2007-07-071-2/+2
* /p vs (?p)Abigail2007-06-301-0/+4
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-2/+0
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-0/+2
* fix S_emulate_eaccess compiler warningDave Mitchell2007-06-181-0/+8
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-2/+16
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-1/+1
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-1/+1
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-4/+4
* Remove unused parms in S_isa_lookupAndy Lester2007-05-091-1/+1
* Fix breakages caused by #31130:Steve Hay2007-05-031-0/+4
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-4/+16
* Fix threaded builds (broken by change #31112)Steve Hay2007-05-021-1/+1
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-0/+2