| Commit message (Expand) | Author | Age | Files | Lines |
* | small code tweak in Perl_gv_init | David Mitchell | 2010-07-24 | 1 | -1/+2 |
* | [perl #76540] "print CONSTANT," gives double-free | David Mitchell | 2010-07-24 | 1 | -1/+9 |
* | add CvGV_set() macro and make CvGV() rvalue only | David Mitchell | 2010-07-18 | 1 | -2/+2 |
* | change when to make CvGV refcounted | David Mitchell | 2010-07-18 | 1 | -4/+4 |
* | add CVf_CVGV_RC flag | David Mitchell | 2010-07-18 | 1 | -4/+4 |
* | protect CvGV weakref with backref | David Mitchell | 2010-07-14 | 1 | -2/+49 |
* | protect CvSTASH weakref with backrefs | David Mitchell | 2010-07-14 | 1 | -0/+4 |
* | tidy some code in gv_init() | David Mitchell | 2010-07-14 | 1 | -6/+8 |
* | make overload respect get magic | David Mitchell | 2010-05-21 | 1 | -0/+96 |
* | [perl #73712] ‘Variable is not imported’ cannot be suppressed | Father Chrysostomos | 2010-04-13 | 1 | -2/+7 |
* | PL_defoutgv isn't always a GV. | David Mitchell | 2010-03-30 | 1 | -2/+2 |
* | [perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gz | Zefram | 2010-03-10 | 1 | -10/+23 |
* | Make perl's magic variables in gv.c grep-able | Ævar Arnfjörð Bjarmason | 2010-01-20 | 1 | -35/+35 |
* | fix bug 67156: overload: nomethod(..., '!') return value inverted | Michael Breen | 2009-12-14 | 1 | -20/+10 |
* | Bareword sub lookups | Zefram | 2009-11-08 | 1 | -0/+47 |
* | Implement the 'qr' overload type. | Ben Morrow | 2009-11-01 | 1 | -0/+1 |
* | Enable deprecation warnings by default. | Nicholas Clark | 2009-10-16 | 1 | -3/+3 |
* | Remove category 'syntax' from 5 warnings that should just be in 'deprecated'. | Nicholas Clark | 2009-10-13 | 1 | -1/+1 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -9/+8 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -7/+5 |
* | Don't modify namelen in the first half of gv_stashpvn() | Vincent Pit | 2009-09-10 | 1 | -6/+7 |
* | Merge gv_IOadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -32/+23 |
* | Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type() | Nicholas Clark | 2009-08-08 | 1 | -21/+0 |
* | Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -29/+13 |
* | Make gv_IOadd accept a NULL argument | Rafael Garcia-Suarez | 2009-08-06 | 1 | -2/+0 |
* | Modify the return value of Gv_AMupdate to indicate a compilation error | Rafael Garcia-Suarez | 2009-07-09 | 1 | -5/+10 |
* | Add a parameter "destructing" to Gv_AMupdate() | Rafael Garcia-Suarez | 2009-07-08 | 1 | -8/+25 |
* | Add test to make sure everything that outputs an exception or warning has a m... | James Mastros | 2009-06-27 | 1 | -0/+2 |
* | Move the code to add magic to $0 into Perl_gv_fetchpvn_flags(). | Nicholas Clark | 2009-05-23 | 1 | -0/+1 |
* | Use only one block of memory for both PL_psig_name and PL_psig_ptr. | Nicholas Clark | 2009-05-21 | 1 | -5/+4 |
* | In Perl_gv_fetchpvn_flags(), don't re-zero memory from Newxz(). | Nicholas Clark | 2009-05-19 | 1 | -3/+13 |
* | GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. | Nicholas Clark | 2009-04-13 | 1 | -5/+0 |
* | Fall back to "" overload for -X. | Ben Morrow | 2009-03-25 | 1 | -0/+1 |
* | In amagic_call(), offset should be strictly lesser than the SV len to be allo... | Vincent Pit | 2009-01-02 | 1 | -1/+1 |
* | Fix overload index mismatch in overloading logic. | Vincent Pit | 2009-01-02 | 1 | -1/+1 |
* | Bump copyright year after previous change d15cd8313063e574 | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+1 |
* | Move variable declaration without initialisation at the top | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+2 |
* | 'overloading' pragma | Yuval Kogman | 2009-01-02 | 1 | -0/+20 |
* | Merge S_is_gv_magical() into Perl_is_gv_magical_sv(). | Nicholas Clark | 2008-11-26 | 1 | -23/+6 |
* | is_gv_magical() is only called from within gv.c. | Nicholas Clark | 2008-11-26 | 1 | -1/+1 |
* | Hard-coded Perl_pp_entersub and Perl_pp_entereval should use PL_ppaddr | Tim Bunce | 2008-11-20 | 1 | -1/+1 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -2/+0 |
* | Fix DBM module handling broken by #34653. | Marcus Holland-Moritz | 2008-11-03 | 1 | -11/+10 |
* | Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2) | Tim Bunce | 2008-11-03 | 1 | -1/+1 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+3 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -8/+9 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -26/+27 |
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -8/+8 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -2/+2 |