summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch 3945 was a bit overkeen - the effective parameter to cando() andNicholas Clark2005-11-031-2/+2
* sort/multicall patchRobin Houston2005-11-021-1/+1
* This should clear up 'Perl_do_exec' undefined; warnings on win32Nicholas Clark2005-11-011-0/+6
* A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().Nicholas Clark2005-10-311-0/+12
* S_tokereport's unused parmAndy Lester2005-10-311-1/+1
* Given that sv_nosharing performs the same function as sv_nolockingNicholas Clark2005-10-301-2/+2
* Replace uvuni_to_utf8() with a macro that passes the extra 0 argumentNicholas Clark2005-10-301-1/+1
* Replace is_utf8_string_loc() with a macro that passes the extra 0Nicholas Clark2005-10-301-1/+1
* Replace hv_magic() with a macro to call sv_magic() directly. Move theNicholas Clark2005-10-301-1/+1
* Replace hv_iternext() with a macro that calls hv_iternext_flags withNicholas Clark2005-10-301-1/+1
* Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()Nicholas Clark2005-10-301-1/+1
* Replace do_aexec() with a macro to call do_aexec5() with the two extraNicholas Clark2005-10-301-1/+1
* Replace do_exec() with a macro to call do_exec3() with the extra twoNicholas Clark2005-10-301-1/+1
* Replace do_open() with a macro to call do_openn() with the extra twoNicholas Clark2005-10-301-1/+1
* Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies toNicholas Clark2005-10-291-2/+2
* sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replacedNicholas Clark2005-10-291-3/+3
* Replace sv_force_normal with a macro that calls sv_force_normal_flags.Nicholas Clark2005-10-291-1/+1
* Replace sv_unref with a macro that calls sv_unref_flagsNicholas Clark2005-10-291-1/+1
* sv_taint() can easily be replaced by a macro.Nicholas Clark2005-10-291-1/+1
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-0/+2
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-0/+4