summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-2/+2
* Fix mro docs.Brandon Black2007-04-261-20/+36
* eliminate some uses of PL_linestr in perl.cDave Mitchell2007-04-231-2/+2
* inline S_init_lexer() and regenDave Mitchell2007-04-231-2/+0