summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
...
* pmtrans() and refkids() can be static in op.c.Nicholas Clark2008-11-261-4/+16
* pidgone() is only used in util.c, so it can be static.Nicholas Clark2008-11-261-4/+4
* Merge S_is_gv_magical() into Perl_is_gv_magical_sv().Nicholas Clark2008-11-261-10/+0
* pad_reset() is only used in pad.c, so can be static.Nicholas Clark2008-11-261-2/+22
* Exactly 1 function, in perl.c, calls Perl_magicname(), so inline it.Nicholas Clark2008-11-261-2/+0
* is_gv_magical() is only called from within gv.c.Nicholas Clark2008-11-261-2/+10
* ingroup() is only used in doio.c.Nicholas Clark2008-11-261-2/+14
* force_list(), fold_constants() and gen_constant_list() can be static.Nicholas Clark2008-11-261-6/+14
* vdie() isn't used anywhere aside from util.c, so it can be static.Nicholas Clark2008-11-261-2/+2
* Perl_cv_ckproto() is not part of the public API, and not used anywhereNicholas Clark2008-11-261-2/+0
* listkids() can be static in op.cNicholas Clark2008-11-261-2/+2
* Following on from change 34918, scalarkids() and scalarseq() can alsoNicholas Clark2008-11-261-4/+24
* "If it's not private, it's public somehow." states Rafael. The mostNicholas Clark2008-11-261-2/+2
* Replace Perl_my() with a small shell script. er. macro.Nicholas Clark2008-11-261-6/+0
* Promote Perl_setdefout() to the public API.Nicholas Clark2008-11-241-4/+0
* Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h...Chip Salzenberg2008-11-131-2/+2
* Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signalChip Salzenberg2008-11-121-3/+3
* Update copyright year in embed.pl, and everything that it builds.Nicholas Clark2008-10-251-1/+1
* Run 'make regen' for #34567 and #34568.Marcus Holland-Moritz2008-10-241-0/+10
* Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif"Vincent Pit2008-09-131-0/+2
* S_isa_lookup() no longer recurses (as of Brandon's MRO changes), so weNicholas Clark2008-09-111-1/+1
* Add Perl_croak_xs_usage(), which reduces a lot of explicit calls ofNicholas Clark2008-05-211-0/+2
* 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