| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | "If it's not private, it's public somehow." states Rafael. The most | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | Replace Perl_my() with a small shell script. er. macro. | Nicholas Clark | 2008-11-26 | 1 | -1/+0 |
* | Promote Perl_setdefout() to the public API. | Nicholas Clark | 2008-11-24 | 1 | -1/+1 |
* | Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h... | Chip Salzenberg | 2008-11-13 | 1 | -3/+4 |
* | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal | Chip Salzenberg | 2008-11-12 | 1 | -3/+3 |
* | Change 34627 didn't realise that if S_find_uninit_var() takes a | Nicholas Clark | 2008-10-30 | 1 | -1/+1 |
* | SvPV() does not take a const SV*, which means that the pattern argument | Nicholas Clark | 2008-10-30 | 1 | -2/+2 |
* | Perl_cv_const_sv() takes a const CV *const cv argument. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Consting in S_find_uninit_var() and the routines that it calls. | Nicholas Clark | 2008-10-28 | 1 | -5/+9 |
* | Perl_hv_placeholders_get() actually takes a const HV *hv. | Nicholas Clark | 2008-10-28 | 1 | -1/+1 |
* | Bugs revealed by replacing (SV *) casts with something that doesn't | Nicholas Clark | 2008-10-27 | 1 | -1/+1 |
* | Make C++ compilers happy #1: "typename" is a C++ keyword. | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+1 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+1 |
* | Refactor Perl_mem_log_ functions | Marcus Holland-Moritz | 2008-10-24 | 1 | -0/+7 |
* | Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif" | Vincent Pit | 2008-09-13 | 1 | -0/+1 |
* | Create a direct lookup hash for ->isa() lookup, by retaining the | Nicholas Clark | 2008-09-12 | 1 | -0/+1 |
* | The stash argument to S_isa_lookup() actually never is NULL. | Nicholas Clark | 2008-09-11 | 1 | -1/+1 |
* | S_isa_lookup() no longer recurses (as of Brandon's MRO changes), so we | Nicholas Clark | 2008-09-11 | 1 | -1/+1 |
* | Add Perl_croak_xs_usage(), which reduces a lot of explicit calls of | Nicholas Clark | 2008-05-21 | 1 | -0/+3 |
* | Double magic/warnings with binmode $fh, undef | Vincent Pit | 2008-04-30 | 1 | -1/+1 |
* | Perl_gv_fetchmethod{,_autoload,_flags} are actually never* called with | Nicholas Clark | 2008-04-17 | 1 | -3/+4 |
* | /* This code tries to figure out just what went wrong with | Nicholas Clark | 2008-04-17 | 1 | -0/+2 |
* | Perl_store_cop_label() isn't meant to be part of the public API. | Nicholas Clark | 2008-04-14 | 1 | -1/+1 |
* | Split out S_refcounted_he_new_common() from | Nicholas Clark | 2008-04-07 | 1 | -1/+11 |
* | Eliminate cop_label from struct cop by storing a label as the first | Nicholas Clark | 2008-04-07 | 1 | -1/+2 |
* | Define sv_insert() as a wrapper to sv_insert_flags(), and move | Nicholas Clark | 2008-04-01 | 1 | -2/+3 |
* | Double magic with substr | Vincent Pit | 2008-03-31 | 1 | -0/+2 |
* | Repeat change 33508 - change 33561 re-instated the mistake in change | Nicholas Clark | 2008-03-25 | 1 | -1/+1 |