| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var(). | Nicholas Clark | 2010-11-03 | 1 | -0/+19 |
* | Inline RvDEEPCP() into its only caller, Perl_amagic_call(). | Nicholas Clark | 2010-11-02 | 1 | -1/+9 |
* | Expand AMG_CALLun_var() into all its users, and eliminate it. | Nicholas Clark | 2010-11-02 | 1 | -1/+2 |
* | add CvSTASH_set() macro and make CvSTASH() rvalue only | Zefram | 2010-10-25 | 1 | -8/+17 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 1 | -2/+1 |
* | In Perl_gv_autoload4(), remove weakref before reassigning to CvSTASH() | Nicholas Clark | 2010-10-21 | 1 | -0/+2 |
* | Remove now-unused parameters from S_gv_magicalize_isa(). | Nicholas Clark | 2010-10-09 | 1 | -3/+3 |
* | Move the automatic instantiation of @AnyDBM_File::ISA to Perl_yylex() | Nicholas Clark | 2010-10-09 | 1 | -15/+0 |
* | Remove dead code from Perl_gv_stashpvn(). | Nicholas Clark | 2010-10-08 | 1 | -4/+2 |
* | Fix bugs in e771aaa95f65a9c4 (reducing copying in gv_fetchpvn_flags) | Nicholas Clark | 2010-10-08 | 1 | -8/+9 |
* | Perl_gv_fetchpvn_flags() can avoid copying when the package separator is :: | Nicholas Clark | 2010-10-08 | 1 | -8/+9 |
* | Avoid downgrading GVs during global destruction | Father Chrysostomos | 2010-10-03 | 1 | -0/+5 |
* | [perl #77362] Assigning glob to lvalue causes stringification | Father Chrysostomos | 2010-09-26 | 1 | -1/+7 |
* | [perl #71806] perldb does not setup %dbline with the shebang option -d | Father Chrysostomos | 2010-09-23 | 1 | -2/+2 |
* | Fix build for threaded perls | Florian Ragwitz | 2010-09-08 | 1 | -2/+2 |
* | Move magicalize_{isa,overload} out into functions | Florian Ragwitz | 2010-09-08 | 1 | -28/+44 |
* | [perl #76138] perl inadvertently destroys signal handlers as of f746176000 | Father Chrysostomos | 2010-09-06 | 1 | -21/+50 |
* | 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 |