summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Perl_die_nocontext() is also called with NULL from XS extensions that want to...Vincent Pit2009-08-151-1/+1
* In Perl_sv_setsv_cow(), dstr can be NULL.Nicholas Clark2009-04-191-1/+1
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-04-121-1/+1
* Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-04-121-1/+1
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-04-121-1/+1
* Changing get_isa_hash() to static means that it needs to be wrapped inNicholas Clark2009-03-311-1/+1
* get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it hasNicholas Clark2009-03-301-2/+1
* Following 33291, on VMS we need to use the same prototypes other platformsCraig A. Berry2009-03-301-1/+1
* Break out the set-the-MRO logic from the XS_mro_set_mro into Perl_mro_set_mro(),Nicholas Clark2009-03-301-0/+2
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2009-03-301-1/+0
* Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of theNicholas Clark2009-03-301-2/+2
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2009-03-301-0/+2
* Repurpose struct mro_meta to allow it to store cached linear ISA for arbitaryNicholas Clark2009-03-301-0/+5
* Silence a compiler warning introduced by 34963Steve Hay2009-03-301-1/+1
* Convention seems to be that static definitions are also made visible byNicholas Clark2009-03-301-3/+3
* Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints()Nicholas Clark2009-03-301-0/+4
* Move the implmentation of SAVEHINTS() into a new Perl_save_hints() inNicholas Clark2009-03-301-0/+1
* Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.Nicholas Clark2009-03-301-3/+2
* Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.Nicholas Clark2009-03-301-2/+3
* Refactor all of the code of the formNicholas Clark2009-03-301-0/+1
* Refactor all of the code of the formNicholas Clark2009-03-301-0/+4
* Convert all the scope save functions of the formNicholas Clark2009-03-301-5/+6
* S_mro_get_linear_isa_*() should have an *un*signed level.Nicholas Clark2009-03-301-2/+2
* Note (hopefully) all the use cases of all the rest of the non-public butNicholas Clark2009-03-301-14/+37
* Note where (nearly) all the other private non-static functions are used.Nicholas Clark2009-03-301-0/+147
* Create a direct lookup hash for ->isa() lookup, by retaining theNicholas Clark2009-03-291-1/+1
* Add Perl_croak_xs_usage(), which reduces a lot of explicit calls ofNicholas Clark2009-03-291-0/+3
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2009-03-251-2/+3
* Double magic with substrVincent Pit2009-03-251-0/+2
* Perl_croak_nocontext() is called with NULL indirectly fromSteve Peters2009-03-251-1/+1
* Change variable name to fix debug build with PERL_OLD_COPY_ON_WRITESteve Hay2009-03-251-1/+1
* pp_system explicitly passes NULL to do_aspawn, so NULL must be "OK"Steve Hay2009-03-221-1/+1
* Drat. #33298 doesn't fix it: need this too.Steve Hay2009-03-221-6/+11
* Correct another variable name in embed.fncSteve Hay2009-03-221-1/+1
* undo some bleed-only embed.fnc parameter name renamesDavid Mitchell2009-03-191-4/+4
* The sv argument to gv_stashsv() is not NULL.Nicholas Clark2009-03-191-1/+1
* Correct the paramter to Perl_op_xmldump(). The one that got away fromNicholas Clark2009-03-191-1/+1
* Correct (some) variable names in embed.fnc where they differ from theNicholas Clark2009-03-191-175/+219
* In Perl_load_module_nocontext(), ver can actually be NULL.Nicholas Clark2009-03-191-10/+11
* Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv andNicholas Clark2009-03-191-7/+7
* In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can be not NULL.Nicholas Clark2009-03-191-7/+7
* In Perl_regfree_internal(), rx is actually not NULL.Nicholas Clark2009-03-191-2/+2
* Perl_ck_retarget() doesn't even exist, so little point in mentioningNicholas Clark2009-03-191-1/+0
* The "pointer" argument to S_restore_magic() is not not NULL, becauseNicholas Clark2009-03-191-1/+1
* Correct some names of parameters in embed.fnc.Nicholas Clark2009-03-191-9/+9
* Two parameter names missing in embed.fncNicholas Clark2009-03-191-2/+2
* revert the SvOOK re-implementation:Nicholas Clark2009-03-191-1/+0
* Revert the SvOOK reimplementation:Nicholas Clark2009-03-191-0/+1
* also report forced tokens when using -DTGerard Goossen2009-03-121-1/+1
* BER is all very well, but it turns out that it's better to store theNicholas Clark2009-03-061-1/+0