LOGONLY mark c35588 as NODOC since it's administrivia
[p5sagit/p5-mst-13.2.git] / gv.c
2010-05-21 David Mitchell make overload respect get magic
2010-04-13 Father Chrysostomos [perl #73712] ‘Variable is not imported’ cannot be...
2010-03-30 David Mitchell PL_defoutgv isn't always a GV.
2010-03-10 Zefram [perl #72740]: Blead breaks LEMBARK/LinkedList-Single...
2010-01-20 Ævar Arnfjörð Bjar... Make perl's magic variables in gv.c grep-able
2009-12-14 Michael Breen fix bug 67156: overload: nomethod(..., '!') return...
2009-11-08 Zefram Bareword sub lookups
2009-11-01 Ben Morrow Implement the 'qr' overload type.
2009-10-16 Nicholas Clark Enable deprecation warnings by default.
2009-10-13 Nicholas Clark Remove category 'syntax' from 5 warnings that should...
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-09-10 Vincent Pit Don't modify namelen in the first half of gv_stashpvn()
2009-08-08 Nicholas Clark Merge gv_IOadd() into gv_add_by_type().
2009-08-08 Nicholas Clark Perl_newIO() can become a mathom by making newIO()...
2009-08-08 Nicholas Clark Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-08-06 Rafael Garcia-Suarez Make gv_IOadd accept a NULL argument
2009-07-08 Rafael Garcia-Suarez Modify the return value of Gv_AMupdate to indicate...
2009-07-08 Rafael Garcia-Suarez Add a parameter "destructing" to Gv_AMupdate()
2009-06-27 James Mastros Add test to make sure everything that outputs an except...
2009-05-23 Nicholas Clark Move the code to add magic to $0 into Perl_gv_fetchpvn_...
2009-05-21 Nicholas Clark Use only one block of memory for both PL_psig_name...
2009-05-19 Nicholas Clark In Perl_gv_fetchpvn_flags(), don't re-zero memory from...
2009-04-13 Nicholas Clark GvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-03-25 Ben Morrow Fall back to "" overload for -X.
2009-01-02 Vincent Pit In amagic_call(), offset should be strictly lesser...
2009-01-02 Vincent Pit Fix overload index mismatch in overloading logic.
2009-01-02 Rafael Garcia-Suarez Bump copyright year after previous change d15cd8313063e574
2009-01-02 Rafael Garcia-Suarez Move variable declaration without initialisation at...
2009-01-02 Yuval Kogman 'overloading' pragma
2008-11-26 Nicholas Clark Merge S_is_gv_magical() into Perl_is_gv_magical_sv().
2008-11-26 Nicholas Clark is_gv_magical() is only called from within gv.c.
2008-11-20 Tim Bunce Hard-coded Perl_pp_entersub and Perl_pp_entereval shoul...
2008-11-14 Chip Salzenberg [perl #948] [PATCH] Allow tied $,
2008-11-03 Marcus Holland-Moritz Fix DBM module handling broken by #34653.
2008-11-03 Tim Bunce Re: @{"_<$filename"} is unreasonably tied to use of...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-31 Nicholas Clark Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas Clark Eliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas Clark Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland-Moritz Use pvs macros instead of pvn where possible.
2008-10-29 Nicholas Clark Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas Clark Every remaining (HV *) cast in *.c
2008-10-25 Nicholas Clark Update copyright years.
2008-05-10 Nicholas Clark Run Porting/checkARGS_ASSERT.pl and fix what it picks...
2008-04-17 Nicholas Clark Remove a dead case from the error reporting in
2008-04-17 Nicholas Clark Perl_gv_fetchmethod{,_autoload,_flags} are actually...
2008-04-17 Rafael Garcia-Suarez %.*s mandates an "int", says the C standard
2008-04-17 Rafael Garcia-Suarez Fix warning with int size in printf format
2008-04-17 Nicholas Clark /* This code tries to figure out just what went wrong...
2008-04-16 Nicholas Clark Avoid forwards and then backwards on the :: splitting...
2008-04-16 Nicholas Clark Using memEQ() rather than strnEQ() when the length...
2008-04-11 Gerard Goossen is_gv_magical correctly check "ISA"
2008-02-14 Robin Barker use svtype
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-01-03 Nicholas Clark Extend newSVpvn_flags() to also call sv_2mortal() if...
2007-11-24 Nicholas Clark Eliminating the duplicate logic in S_method_common...
2007-10-22 Nicholas Clark SQL::Translator triggered a subtle piece of wrongness...
2007-10-18 Nicholas Clark Change 32136 introduced an error - passing a const...
2007-10-18 Nicholas Clark Eliminate some uses of sv_setpv() where we already...
2007-10-18 Nicholas Clark In Perl_amagic_call(), construct the SV with newSVpvn...
2007-10-18 Nicholas Clark No need to call strlen() on the result of CopSTASHPV...
2007-10-18 Nicholas Clark Don't call strlen() on CopFILE() for the unthreaded...
2007-10-18 Nicholas Clark Where possible, change gv_fetchfile() to gv_fetchfile_f...
2007-10-17 Nicholas Clark Storing the length of all the overloading names saves...
2007-10-16 Nicholas Clark PL_AMG_names is only used by gv.c (as far as Google...
2007-10-08 Brandon Black Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-09-21 Rafael Garcia-Suarez Silence a load of "value computed is not used" warnings
2007-07-11 Rafael Garcia-Suarez Turn the "$# / $* is no longer supported" warnings...
2007-06-26 Brandon Black First patch from:
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-04-30 Brandon Black Re: mro status, etc
2007-04-19 Rafael Garcia-Suarez Put the "Can't locate package..." warnings in the ...
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-16 Nicholas Clark Remove the "performance hack" that suppressed used...
2007-04-11 Nicholas Clark Work round what appears to be a bug in Sun C++ 5.8...
2007-03-19 Rafael Garcia-Suarez Upgrade to version.pm 0.71, by John Peacock
2007-03-14 Dave Mitchell use a fresh stack when loading Errno.pm etc.
2007-03-08 Yves Orton Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Yves Orton Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-07 Rafael Garcia-Suarez Use another method to avoid the "possible interpolation...
2007-03-07 Rafael Garcia-Suarez Avoid to load the *+ and *- globs too early.
2007-03-06 Rafael Garcia-Suarez Fix error messages returned by S_require_tie_mod. Fix...
2007-03-06 Rafael Garcia-Suarez Fix a small leak on loading *+ and *- globs
2007-03-02 Nicholas Clark More assertion failures, found by auditing the code.
2007-03-02 Nicholas Clark Don't crash if the symbol table entry for ISA isn't...
2007-02-23 Rick Delaney Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does...
2007-02-18 Nicholas Clark Add a new API function newSV_type, to replace the idiom:
2007-02-09 Nicholas Clark Fix Pod errors.
2007-02-03 Nicholas Clark Purge all references to 5005 threads variables in the...
2007-01-26 Nicholas Clark Stop S_incline needing to temporarily write a '\0'...
2007-01-26 Nicholas Clark As we're not passing over (or copying in) a NUL, don...
2007-01-25 Nicholas Clark Convert the last remaining 256 byte "small"bufs to...
2007-01-25 Nicholas Clark Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL...
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-25 Nicholas Clark Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
2007-01-18 Marcus Holland-Moritz Add missing SVfARG()s in require_tie_mod().
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-15 Nicholas Clark Add get_cvn_flags(), which is like get_cv() but takes...
next