summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Almost all the MAD changes for op.cNicholas Clark2006-03-081-0/+30
* MAD changes to dump.cNicholas Clark2006-03-081-0/+21
* Add MAD changes to pad code (new function Perl_pad_peg)Nicholas Clark2006-03-081-0/+3
* Change hv_name_set to take U32 length and flags parameters.Nicholas Clark2006-03-051-1/+1
* Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.Nicholas Clark2006-03-051-0/+1
* Non-null optimizationsAndy Lester2006-03-021-2/+2
* ptr_table_find() is only defined with ithreadsRafael Garcia-Suarez2006-02-271-0/+2
* Perl_save_aelem can't be constAndy Lester2006-02-241-1/+1
* Remove get magic from typeglobs. This means that PVGVs holdingNicholas Clark2006-02-231-1/+3
* arena-rework : consolidated patchJim Cromie2006-02-181-1/+1
* The return value from S_hv_auxinit can be ignored, as it's also storedNicholas Clark2006-02-101-1/+1
* A better fix than 27148Steve Hay2006-02-101-2/+2
* Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYSSteve Hay2006-02-101-2/+2
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-21/+30
* Fixed embed.fnc entry for S_forbid_setid() and picked up a change in Steve Peters2006-02-051-1/+1
* [patch] arena rework - arena setsJim Cromie2006-02-041-0/+4
* S_find_beginning is only called from one place, so by hoisting theNicholas Clark2006-02-031-1/+1
* And as we've now got to the point where all calls to Perl_moreswitchesNicholas Clark2006-02-031-1/+1
* Eliminating PL_suidscript is more tricky, and requires changing theNicholas Clark2006-02-031-5/+7
* Passing the flag to S_forbit_setid as a single char rather than aNicholas Clark2006-02-031-1/+1
* It's actually easier to get rid of PL_fdscript than we thought.Nicholas Clark2006-02-031-2/+3
* Eliminate save_threadsv, as it is never linked to, and all it doesNicholas Clark2006-01-311-1/+0
* Avoid using space to create 2 functions just to force mathoms to beNicholas Clark2006-01-291-0/+4
* Un-const magic virtual tables; this consting breaks the nastyRafael Garcia-Suarez2006-01-231-1/+1
* Gisle points out that it's ok to ignore the return value of newSVrv.Rafael Garcia-Suarez2006-01-171-1/+1
* Re: cloning and foo_dup functionsYitzchak Scott-Thoennes2006-01-121-12/+12
* Refactor S_vdie_common so that Perl_vwarn can use it too.Nicholas Clark2006-01-111-1/+2
* It's the Barbie bus patchAndy Lester2006-01-101-1/+0
* [patch] more about embed.fnc in perlgutsJim Cromie2006-01-091-1/+2
* RMAGIC on symbol tables is bad, m'kay.Nicholas Clark2005-12-301-0/+8
* change #26523 didn't make my_cxt_init publicDave Mitchell2005-12-301-1/+1
* Actual real consting of parmsAndy Lester2005-12-291-2/+2
* av.c cleanup, plus!Andy Lester2005-12-291-10/+10
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-0/+5
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-4/+5
* Take care in toke.c not to convert constant subroutine referenceNicholas Clark2005-12-201-1/+2
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-0/+1
* latest switch/say/~~Robin Houston2005-12-191-0/+15
* Prevent require() from attempting to open directories and block Steve Peters2005-12-151-0/+1
* Update embed.fnc and headers after change 26345 (spotted by Rafael)Nicholas Clark2005-12-131-2/+0
* All args in embed.fnc should be namedAndy Lester2005-12-071-16/+16
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-1/+8
* Better variable names make code clearerSADAHIRO Tomoyuki2005-12-051-1/+1
* NULL is a legal value for newXS()'s name parameter.Marcus Holland-Moritz2005-12-041-1/+1
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-301-1/+2
* Sort subs now in embed.fncAndy Lester2005-11-171-0/+12
* Suppress gcc warnings when ignoring the return value of io_close(),Rafael Garcia-Suarez2005-11-141-1/+1
* Make Perl_seed publicSteve Hay2005-11-101-1/+1
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-0/+1
* use clearenv if availableAlan Burlison2005-11-041-0/+2