summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid downgrading GVs during global destructionFather Chrysostomos2010-10-031-0/+5
* [perl #77362] Assigning glob to lvalue causes stringificationFather Chrysostomos2010-09-261-1/+7
* [perl #71806] perldb does not setup %dbline with the shebang option -dFather Chrysostomos2010-09-231-2/+2
* Fix build for threaded perlsFlorian Ragwitz2010-09-081-2/+2
* Move magicalize_{isa,overload} out into functionsFlorian Ragwitz2010-09-081-28/+44
* [perl #76138] perl inadvertently destroys signal handlers as of f746176000Father Chrysostomos2010-09-061-21/+50
* small code tweak in Perl_gv_initDavid Mitchell2010-07-241-1/+2
* [perl #76540] "print CONSTANT," gives double-freeDavid Mitchell2010-07-241-1/+9
* add CvGV_set() macro and make CvGV() rvalue onlyDavid Mitchell2010-07-181-2/+2
* change when to make CvGV refcountedDavid Mitchell2010-07-181-4/+4
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-4/+4
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-2/+49
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-0/+4
* tidy some code in gv_init()David Mitchell2010-07-141-6/+8
* make overload respect get magicDavid Mitchell2010-05-211-0/+96
* [perl #73712] ‘Variable is not imported’ cannot be suppressedFather Chrysostomos2010-04-131-2/+7
* PL_defoutgv isn't always a GV.David Mitchell2010-03-301-2/+2
* [perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gzZefram2010-03-101-10/+23
* Make perl's magic variables in gv.c grep-ableÆvar Arnfjörð Bjarmason2010-01-201-35/+35
* fix bug 67156: overload: nomethod(..., '!') return value invertedMichael Breen2009-12-141-20/+10
* Bareword sub lookupsZefram2009-11-081-0/+47
* Implement the 'qr' overload type.Ben Morrow2009-11-011-0/+1
* Enable deprecation warnings by default.Nicholas Clark2009-10-161-3/+3
* Remove category 'syntax' from 5 warnings that should just be in 'deprecated'.Nicholas Clark2009-10-131-1/+1
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-9/+8
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-7/+5
* Don't modify namelen in the first half of gv_stashpvn()Vincent Pit2009-09-101-6/+7
* Merge gv_IOadd() into gv_add_by_type().Nicholas Clark2009-08-081-32/+23
* Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type()Nicholas Clark2009-08-081-21/+0
* Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type().Nicholas Clark2009-08-081-29/+13
* Make gv_IOadd accept a NULL argumentRafael Garcia-Suarez2009-08-061-2/+0
* Modify the return value of Gv_AMupdate to indicate a compilation errorRafael Garcia-Suarez2009-07-091-5/+10
* Add a parameter "destructing" to Gv_AMupdate()Rafael Garcia-Suarez2009-07-081-8/+25
* Add test to make sure everything that outputs an exception or warning has a m...James Mastros2009-06-271-0/+2
* Move the code to add magic to $0 into Perl_gv_fetchpvn_flags().Nicholas Clark2009-05-231-0/+1
* Use only one block of memory for both PL_psig_name and PL_psig_ptr.Nicholas Clark2009-05-211-5/+4
* In Perl_gv_fetchpvn_flags(), don't re-zero memory from Newxz().Nicholas Clark2009-05-191-3/+13
* GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.Nicholas Clark2009-04-131-5/+0
* Fall back to "" overload for -X.Ben Morrow2009-03-251-0/+1
* In amagic_call(), offset should be strictly lesser than the SV len to be allo...Vincent Pit2009-01-021-1/+1
* Fix overload index mismatch in overloading logic.Vincent Pit2009-01-021-1/+1
* Bump copyright year after previous change d15cd8313063e574Rafael Garcia-Suarez2009-01-021-1/+1
* Move variable declaration without initialisation at the topRafael Garcia-Suarez2009-01-021-1/+2
* 'overloading' pragmaYuval Kogman2009-01-021-0/+20
* Merge S_is_gv_magical() into Perl_is_gv_magical_sv().Nicholas Clark2008-11-261-23/+6
* is_gv_magical() is only called from within gv.c.Nicholas Clark2008-11-261-1/+1
* Hard-coded Perl_pp_entersub and Perl_pp_entereval should use PL_ppaddrTim Bunce2008-11-201-1/+1
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-2/+0
* Fix DBM module handling broken by #34653.Marcus Holland-Moritz2008-11-031-11/+10
* Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2)Tim Bunce2008-11-031-1/+1