| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #70748] threads panic in del_backref | Father Chrysostomos | 2009-12-22 | 1 | -1/+14 |
* | Merge commit 'khwilliamson/x' into blead | Rafael Garcia-Suarez | 2009-12-12 | 1 | -0/+10 |
|\ |
|
| * | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -0/+10 |
* | | Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead | Chip Salzenberg | 2009-12-07 | 1 | -4/+22 |
|\ \ |
|
| * | | Fix for 7baa4690 breakage of threaded builds. | Tony Cook | 2009-12-06 | 1 | -5/+5 |
| * | | [perl #71000] Wrong variable name in warning | hv@crypt.org | 2009-12-06 | 1 | -4/+22 |
| |/ |
|
* | | avoid infinite chain of utf8 magic | Chip Salzenberg | 2009-12-05 | 1 | -6/+13 |
* | | when removing magic, fix SvMAGICAL flags (unless save_magic is active) | Chip Salzenberg | 2009-12-05 | 1 | -3/+5 |
|/ |
|
* | cleanup get_arena param-names, mark as May-Change | Jim Cromie | 2009-11-24 | 1 | -3/+3 |
* | Always bless filehandles into IO::Handle:: - don't try for FileHandle:: first. | Nicholas Clark | 2009-11-20 | 1 | -5/+1 |
* | PL_scopestack_name needs to be copied in perl_clone() | Jan Dubois | 2009-11-12 | 1 | -0/+6 |
* | Grow zero length scalars | Karl Williamson | 2009-11-11 | 1 | -1/+3 |
* | Check to see if there was a body which needs freeing using the old_type inste... | Gerard Goossen | 2009-11-06 | 1 | -5/+5 |
* | RT#69616: regexp SVs lose regexpness in assignment | Ben Morrow | 2009-10-22 | 1 | -1/+8 |
* | Fix off-by-one error in e92c6be8349ad1d36d6df1dcb526fd37421e9970. | Jan Dubois | 2009-10-21 | 1 | -2/+2 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -13/+9 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -13/+11 |
* | Documentation typo | Rafael Garcia-Suarez | 2009-10-08 | 1 | -1/+1 |
* | Don't attempt UTF-8 cache assertion for SVs with invalid SvPVX() (eg overloaded) | Nicholas Clark | 2009-10-06 | 1 | -1/+7 |
* | Remove obsolete interpreter variable PL_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -1/+0 |
* | convert a bunch of duplicated mortalization logic in sv.c into a private file... | Yves Orton | 2009-09-05 | 1 | -13/+15 |
* | add a note about the previous patches from gfx | Yves Orton | 2009-09-05 | 1 | -0/+12 |
* | newSVpvn_flags() does mortalization in place, instead of calling sv_2mortal() | gfx | 2009-09-05 | 1 | -2/+8 |
* | String with NULL auto-increment bug fix | Bo Borgerson | 2009-08-25 | 1 | -1/+1 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -2/+3 |
* | Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type() | Nicholas Clark | 2009-08-08 | 1 | -1/+15 |
* | Move the "types are equal" early return ahead of the COW-removal. | Nicholas Clark | 2009-08-08 | 1 | -3/+12 |
* | in perl_clone_using, free the prt_table | David Mitchell | 2009-08-05 | 1 | -5/+6 |
* | dup saved_curcop in PL_parser | David Mitchell | 2009-07-26 | 1 | -0/+11 |
* | mro::method_changed_in(..) ignores AUTOLOAD (RT #60220) | Tony Cook | 2009-07-18 | 1 | -0/+4 |
* | Allocate XPV* memory using sizeof() and the offset of the first real member. | Nicholas Clark | 2009-07-17 | 1 | -58/+46 |
* | Eliminate struct regexp_allocated and xpvio_allocated. | Nicholas Clark | 2009-07-17 | 1 | -6/+9 |
* | Add a pluggable hook in op_free() | Vincent Pit | 2009-07-08 | 1 | -0/+2 |
* | Add test to make sure everything that outputs an exception or warning has a m... | James Mastros | 2009-06-27 | 1 | -2/+2 |
* | Fix casting warning | Rafael Garcia-Suarez | 2009-05-31 | 1 | -2/+2 |
* | Fix [RT#6266] -- sv_pos_u2b expects to be called with a valid character index | Alex Vandiver | 2009-05-30 | 1 | -2/+3 |
* | Explicitely point to $. when it causes an uninitialized warning for ranges in... | Vincent Pit | 2009-05-26 | 1 | -0/+8 |
* | Use only one block of memory for both PL_psig_name and PL_psig_ptr. | Nicholas Clark | 2009-05-21 | 1 | -6/+4 |
* | fix glob-assign for FORMAT | H.Merijn Brand | 2009-05-20 | 1 | -0/+1 |
* | Remove binary compatibility scaffolding for the change to PL_bitcount. | Nicholas Clark | 2009-05-20 | 1 | -1/+0 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 1 | -1/+1 |
* | In perl_clone_using(), use sv_dup_inc_multiple() to clone the temps stack. | Nicholas Clark | 2009-05-19 | 1 | -6/+3 |
* | Add S_sv_dup_inc_multiple(), used in place of loops that call sv_dup_inc(). | Nicholas Clark | 2009-05-18 | 1 | -11/+24 |
* | In perl_clone_using(), don't use Newxz() for arrays we immediately assign to. | Nicholas Clark | 2009-05-18 | 1 | -2/+2 |
* | In Perl_ptr_table_new(), fight back against the cult of Newxz(). | Nicholas Clark | 2009-05-18 | 1 | -1/+1 |
* | Tidy the implementation of Perl_mg_dup(). | Nicholas Clark | 2009-05-18 | 1 | -25/+26 |
* | In Perl_mg_dup(), remove a branch by tracking the address to write to instead of | Nicholas Clark | 2009-05-18 | 1 | -6/+4 |
* | In Perl_mg_dup(), the while loop does the NULL check for us already. | Nicholas Clark | 2009-05-18 | 1 | -4/+1 |
* | In Perl_mg_dup(), don't call ptr_table_fetch, as we never call ptr_table_store. | Nicholas Clark | 2009-05-18 | 1 | -4/+0 |
* | Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing bugs included.) | Nicholas Clark | 2009-05-12 | 1 | -23/+17 |