| Commit message (Expand) | Author | Age | Files | Lines |
* | suidperl goes. | Nicholas Clark | 2009-01-23 | 1 | -18/+1 |
* | Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(), | Nicholas Clark | 2009-01-21 | 1 | -1/+1 |
* | Changing get_isa_hash() to static means that it needs to be wrapped in | Nicholas Clark | 2009-01-03 | 1 | -1/+1 |
* | get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it has | Nicholas Clark | 2009-01-03 | 1 | -2/+1 |
* | Faster sv_utf8_upgrade() | karl williamson | 2009-01-02 | 1 | -1/+2 |
* | Add save_adelete()/SAVEADELETE() to save on the stack an array element delete | Vincent Pit | 2008-12-28 | 1 | -0/+1 |
* | Break out the set-the-MRO logic from the XS_mro_set_mro into Perl_mro_set_mro(), | Nicholas Clark | 2008-12-27 | 1 | -0/+2 |
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 1 | -1/+0 |
* | Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of the | Nicholas Clark | 2008-12-27 | 1 | -2/+2 |
* | Add Perl_mro_register() to register Method Resolution Orders, | Nicholas Clark | 2008-12-27 | 1 | -0/+2 |
* | Repurpose struct mro_meta to allow it to store cached linear ISA for arbitary | Nicholas Clark | 2008-12-27 | 1 | -0/+5 |
* | Remove "b" flag for sv_utf8_upgrade_nomg in embed.fnc | Rafael Garcia-Suarez | 2008-12-27 | 1 | -1/+1 |
* | Update comments and documentation dealing with utf | Karl | 2008-12-26 | 1 | -0/+1 |
* | Better fix for bug #6665 | Rafael Garcia-Suarez | 2008-12-26 | 1 | -1/+1 |
* | It looks like the previous patch is working fine on UNIXish boxes, | Steve Peters | 2008-12-19 | 1 | -1/+0 |
* | Subject: PATCH 5.10 documentation | Steve Peters | 2008-12-19 | 1 | -0/+1 |
* | Silence a compiler warning introduced by 34963 | Steve Hay | 2008-12-02 | 1 | -1/+1 |
* | Convention seems to be that static definitions are also made visible by | Nicholas Clark | 2008-12-01 | 1 | -14/+14 |
* | Eliminate setenv_getix() | Jerry D. Hedden | 2008-12-01 | 1 | -3/+0 |
* | Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints() | Nicholas Clark | 2008-12-01 | 1 | -0/+4 |
* | Move the implmentation of SAVEHINTS() into a new Perl_save_hints() in | Nicholas Clark | 2008-12-01 | 1 | -0/+1 |
* | Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it. | Nicholas Clark | 2008-12-01 | 1 | -3/+2 |
* | Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it. | Nicholas Clark | 2008-12-01 | 1 | -2/+3 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 1 | -0/+1 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 1 | -0/+4 |
* | Convert all the scope save functions of the form | Nicholas Clark | 2008-11-30 | 1 | -5/+6 |
* | S_mro_get_linear_isa_*() should have an *un*signed level. | Nicholas Clark | 2008-11-27 | 1 | -2/+2 |
* | av_fake is undead. :-( | Nicholas Clark | 2008-11-27 | 1 | -1/+0 |
* | Note (hopefully) all the use cases of all the rest of the non-public but | Nicholas Clark | 2008-11-27 | 1 | -14/+39 |
* | av_fake() isn't in the public API, and isn't used anywhere, so it can | Nicholas Clark | 2008-11-27 | 1 | -1/+0 |
* | Note where (nearly) all the other private non-static functions are used. | Nicholas Clark | 2008-11-26 | 1 | -1/+147 |
* | ywarn() is actually only used inside toke.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -1/+3 |
* | setenv_getix() is not used anywhere other than util.c (and the "special | Nicholas Clark | 2008-11-26 | 1 | -2/+2 |
* | sv_add_arena() is now only called from sv.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -1/+4 |
* | Perl_oopsCV() is not part of the public API, not used anywhere, so can | Nicholas Clark | 2008-11-26 | 1 | -1/+0 |
* | rxres_free() and rxres_restore() are only used in pp_ctl.c, so can be | Nicholas Clark | 2008-11-26 | 1 | -2/+5 |
* | pmtrans() and refkids() can be static in op.c. | Nicholas Clark | 2008-11-26 | 1 | -2/+6 |
* | pidgone() is only used in util.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -2/+2 |
* | Merge S_is_gv_magical() into Perl_is_gv_magical_sv(). | Nicholas Clark | 2008-11-26 | 1 | -4/+1 |
* | pad_reset() is only used in pad.c, so can be static. | Nicholas Clark | 2008-11-26 | 1 | -1/+5 |
* | Exactly 1 function, in perl.c, calls Perl_magicname(), so inline it. | Nicholas Clark | 2008-11-26 | 1 | -1/+0 |
* | is_gv_magical() is only called from within gv.c. | Nicholas Clark | 2008-11-26 | 1 | -1/+3 |
* | ingroup() is only used in doio.c. | Nicholas Clark | 2008-11-26 | 1 | -1/+5 |
* | force_list(), fold_constants() and gen_constant_list() can be static. | Nicholas Clark | 2008-11-26 | 1 | -3/+5 |
* | vdie() isn't used anywhere aside from util.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | Perl_cv_ckproto() is not part of the public API, and not used anywhere | Nicholas Clark | 2008-11-26 | 1 | -2/+0 |
* | listkids() can be static in op.c | Nicholas Clark | 2008-11-26 | 1 | -1/+2 |
* | Following on from change 34918, scalarkids() and scalarseq() can also | Nicholas Clark | 2008-11-26 | 1 | -2/+6 |