| Commit message (Expand) | Author | Age | Files | Lines |
* | Convention seems to be that static definitions are also made visible by | Nicholas Clark | 2008-12-01 | 1 | -28/+28 |
* | Eliminate setenv_getix() | Jerry D. Hedden | 2008-12-01 | 1 | -10/+0 |
* | Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints() | Nicholas Clark | 2008-12-01 | 1 | -0/+14 |
* | Move the implmentation of SAVEHINTS() into a new Perl_save_hints() in | Nicholas Clark | 2008-12-01 | 1 | -0/+6 |
* | Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it. | Nicholas Clark | 2008-12-01 | 1 | -10/+2 |
* | Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it. | Nicholas Clark | 2008-12-01 | 1 | -2/+2 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 1 | -0/+2 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 1 | -0/+10 |
* | Convert all the scope save functions of the form | Nicholas Clark | 2008-11-30 | 1 | -14/+2 |
* | av_fake() isn't in the public API, and isn't used anywhere, so it can | Nicholas Clark | 2008-11-27 | 1 | -6/+0 |
* | ywarn() is actually only used inside toke.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -2/+10 |
* | setenv_getix() is not used anywhere other than util.c (and the "special | Nicholas Clark | 2008-11-26 | 1 | -4/+4 |
* | sv_add_arena() is now only called from sv.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -2/+6 |
* | Perl_oopsCV() is not part of the public API, not used anywhere, so can | Nicholas Clark | 2008-11-26 | 1 | -6/+0 |
* | rxres_free() and rxres_restore() are only used in pp_ctl.c, so can be | Nicholas Clark | 2008-11-26 | 1 | -4/+12 |
* | pmtrans() and refkids() can be static in op.c. | Nicholas Clark | 2008-11-26 | 1 | -4/+16 |
* | pidgone() is only used in util.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -4/+4 |
* | Merge S_is_gv_magical() into Perl_is_gv_magical_sv(). | Nicholas Clark | 2008-11-26 | 1 | -10/+0 |
* | pad_reset() is only used in pad.c, so can be static. | Nicholas Clark | 2008-11-26 | 1 | -2/+22 |
* | Exactly 1 function, in perl.c, calls Perl_magicname(), so inline it. | Nicholas Clark | 2008-11-26 | 1 | -2/+0 |
* | is_gv_magical() is only called from within gv.c. | Nicholas Clark | 2008-11-26 | 1 | -2/+10 |
* | ingroup() is only used in doio.c. | Nicholas Clark | 2008-11-26 | 1 | -2/+14 |
* | force_list(), fold_constants() and gen_constant_list() can be static. | Nicholas Clark | 2008-11-26 | 1 | -6/+14 |
* | vdie() isn't used anywhere aside from util.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -2/+2 |
* | 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 | -2/+2 |
* | Following on from change 34918, scalarkids() and scalarseq() can also | Nicholas Clark | 2008-11-26 | 1 | -4/+24 |
* | "If it's not private, it's public somehow." states Rafael. The most | Nicholas Clark | 2008-11-26 | 1 | -2/+2 |
* | Replace Perl_my() with a small shell script. er. macro. | Nicholas Clark | 2008-11-26 | 1 | -6/+0 |
* | Promote Perl_setdefout() to the public API. | Nicholas Clark | 2008-11-24 | 1 | -4/+0 |
* | Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h... | Chip Salzenberg | 2008-11-13 | 1 | -2/+2 |
* | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal | Chip Salzenberg | 2008-11-12 | 1 | -3/+3 |
* | Update copyright year in embed.pl, and everything that it builds. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Run 'make regen' for #34567 and #34568. | Marcus Holland-Moritz | 2008-10-24 | 1 | -0/+10 |
* | Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif" | Vincent Pit | 2008-09-13 | 1 | -0/+2 |
* | 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/+2 |
* | Double magic/warnings with binmode $fh, undef | Vincent Pit | 2008-04-30 | 1 | -1/+1 |
* | /* 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 | -0/+2 |
* | Split out S_refcounted_he_new_common() from | Nicholas Clark | 2008-04-07 | 1 | -2/+10 |
* | Eliminate cop_label from struct cop by storing a label as the first | Nicholas Clark | 2008-04-07 | 1 | -0/+2 |
* | Define sv_insert() as a wrapper to sv_insert_flags(), and move | Nicholas Clark | 2008-04-01 | 1 | -2/+0 |
* | Double magic with substr | Vincent Pit | 2008-03-31 | 1 | -0/+2 |
* | Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the | Nicholas Clark | 2008-02-27 | 1 | -0/+2 |
* | Regenerate embed.h | Rafael Garcia-Suarez | 2008-02-25 | 1 | -0/+2 |
* | Update to embed.h somehow missed from change 33343. | Nicholas Clark | 2008-02-22 | 1 | -2/+2 |
* | Missed a file from regen.pl | Nicholas Clark | 2008-02-22 | 1 | -2/+0 |
* | Eliminate ck_lengthconst. | Nicholas Clark | 2008-02-20 | 1 | -2/+0 |
* | Perl_ck_retarget() doesn't even exist, so little point in mentioning | Nicholas Clark | 2008-02-11 | 1 | -2/+0 |