summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Perl_die_nocontext() is also called with NULL from XS extensions that want to...Vincent Pit2009-08-151-4/+1
* In Perl_sv_setsv_cow(), dstr can be NULL.Nicholas Clark2009-04-191-2/+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
* Emit less PERL_ARGS_ASSERT_* macrosRafael Garcia-Suarez2009-04-111-2/+0
* make regenDavid Mitchell2009-04-111-1/+0
* Changing get_isa_hash() to static means that it needs to be wrapped inNicholas Clark2009-03-311-4/+5
* get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it hasNicholas Clark2009-03-301-1/+1
* Bump coopyright year in embed.pl and various files that were just touchedRafael Garcia-Suarez2009-03-301-1/+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/+6
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2009-03-301-5/+0
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2009-03-301-0/+10
* Repurpose struct mro_meta to allow it to store cached linear ISA for arbitaryNicholas Clark2009-03-301-0/+13
* 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/+3
* 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/+1
* Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.Nicholas Clark2009-03-301-1/+1
* 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/+3
* Convert all the scope save functions of the formNicholas Clark2009-03-301-6/+7
* S_mro_get_linear_isa_*() should have an *un*signed level.Nicholas Clark2009-03-301-2/+2
* run regenDavid Mitchell2009-03-301-1/+0
* Create a direct lookup hash for ->isa() lookup, by retaining theNicholas Clark2009-03-291-0/+5
* Add Perl_croak_xs_usage(), which reduces a lot of explicit calls ofNicholas Clark2009-03-291-0/+8
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2009-03-251-2/+2
* Double magic with substrVincent Pit2009-03-251-0/+6
* Perl_croak_nocontext() is called with NULL indirectly fromSteve Peters2009-03-251-4/+1
* Change variable name to fix debug build with PERL_OLD_COPY_ON_WRITESteve Hay2009-03-251-2/+2
* pp_system explicitly passes NULL to do_aspawn, so NULL must be "OK"Steve Hay2009-03-221-2/+1
* Drat. #33298 doesn't fix it: need this too.Steve Hay2009-03-221-2/+2
* Correct another variable name in embed.fncSteve Hay2009-03-221-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-4/+1878
* The sv argument to gv_stashsv() is not NULL.Nicholas Clark2009-03-191-1/+3
* 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-157/+157
* In Perl_load_module_nocontext(), ver can actually be NULL.Nicholas Clark2009-03-191-22/+9
* Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv andNicholas Clark2009-03-191-21/+7
* run regenDavid Mitchell2009-03-191-0/+1
* In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can be not NULL.Nicholas Clark2009-03-191-14/+8
* In Perl_regfree_internal(), rx is actually not NULL.Nicholas Clark2009-03-191-3/+3
* Perl_ck_retarget() doesn't even exist, so little point in mentioningNicholas Clark2009-03-191-4/+0
* The "pointer" argument to S_restore_magic() is not not NULL, becauseNicholas Clark2009-03-191-3/+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-3/+0
* Revert the SvOOK reimplementation:Nicholas Clark2009-03-191-0/+3