| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing bugs included.) | Nicholas Clark | 2009-05-12 | 1 | -2/+0 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 1 | -2/+0 |
* | Optimise S_incpush() by avoiding repeatedly copying libdir to subdir. | Nicholas Clark | 2009-02-22 | 1 | -1/+1 |
* | Unwind the implicit loop in S_init_perllib(), by writing the code out longhand. | Nicholas Clark | 2009-02-22 | 1 | -1/+1 |
* | Pass the length of the string to S_incpush_use_sep(), where known. | Nicholas Clark | 2009-02-17 | 1 | -1/+1 |
* | Loop in S_init_perllib(), only calling S_incpush*() with INCPUSH_ADD_OLD_VERS | Nicholas Clark | 2009-02-15 | 1 | -1/+1 |
* | Refactor the separator splitting loop of S_incpush() into a S_incpush_use_sep(). | Nicholas Clark | 2009-02-15 | 1 | -1/+3 |
* | Refactor S_incpush() to take 1 flags parameter, instead of 5 positional booleans | Nicholas Clark | 2009-02-15 | 1 | -1/+1 |
* | For -I, need to also unshift version and architecture libs onto @INC (RT#6665) | Nicholas Clark | 2009-02-15 | 1 | -1/+1 |
* | suidperl goes. | Nicholas Clark | 2009-01-23 | 1 | -28/+2 |
* | Bump coopyright year in embed.pl and various files that were just touched | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+1 |
* | Faster sv_utf8_upgrade() | karl williamson | 2009-01-02 | 1 | -2/+2 |
* | Add save_adelete()/SAVEADELETE() to save on the stack an array element delete | Vincent Pit | 2008-12-28 | 1 | -0/+2 |
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 1 | -2/+0 |
* | Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of the | Nicholas Clark | 2008-12-27 | 1 | -4/+0 |
* | Better fix for bug #6665 | Rafael Garcia-Suarez | 2008-12-26 | 1 | -1/+1 |
* | 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 |