summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Double magic/warnings with binmode $fh, undefVincent Pit2008-04-301-1/+1
* /* This code tries to figure out just what went wrong withNicholas Clark2008-04-171-0/+2
* Perl_store_cop_label() isn't meant to be part of the public API.Nicholas Clark2008-04-141-0/+2
* Split out S_refcounted_he_new_common() fromNicholas Clark2008-04-071-2/+10
* Eliminate cop_label from struct cop by storing a label as the firstNicholas Clark2008-04-071-0/+2
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2008-04-011-2/+0
* Double magic with substrVincent Pit2008-03-311-0/+2
* Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the Nicholas Clark2008-02-271-0/+2
* Regenerate embed.hRafael Garcia-Suarez2008-02-251-0/+2
* Update to embed.h somehow missed from change 33343.Nicholas Clark2008-02-221-2/+2
* Missed a file from regen.plNicholas Clark2008-02-221-2/+0
* Eliminate ck_lengthconst.Nicholas Clark2008-02-201-2/+0
* Perl_ck_retarget() doesn't even exist, so little point in mentioning Nicholas Clark2008-02-111-2/+0
* also report forced tokens when using -DTGerard Goossen2008-01-281-1/+1
* Investigation reveals that the work of restoring the iterator to theNicholas Clark2008-01-261-2/+2
* Change 33072 missed embed.h. I wasn't aware that it was affected byNicholas Clark2008-01-261-2/+0
* Avoid an unused argument in S_sv_2iuv_non_preserve() by usingNicholas Clark2008-01-181-0/+12
* Eliminate all PERL_UNUSED_ARG()s in S_validate_suid() by changing itsNicholas Clark2008-01-181-2/+22
* Remove C variables (and a parameter!) now unused since -P bit the dust.Nicholas Clark2008-01-111-1/+1
* Re: [perl #49564] Re: MRO and av_clearRick Delaney2008-01-111-0/+2
* Move the reg_stringify logic to Perl_sv_2pv_flagsÆvar Arnfjörð Bjarmason2008-01-101-2/+0
* 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