This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump overload.pm's VERSION (plus some spelling nits)
[perl5.git] / mg.c
2009-10-26 perlbug-followup... mg.c uses a fixed NGROUPS contant
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-08-30 Chip Salzenbergfinish more implementing -DB vs. -Dx
2009-08-30 Chip Salzenbergfinish implementing -DB vs. -Dx
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-06-25 Lubomir RintelDon't enqueue pending signals during global destruction
2009-05-22 Nicholas ClarkIn Perl_magic_setsig(), silence a "possible loss of...
2009-05-21 Craig A. Berry$? needs upgrade to PVLV when COMPLEX_STATUS is defined.
2009-05-21 Nicholas ClarkMerge Perl_magic_setisa() and Perl_magic_clearisa(...
2009-05-21 Nicholas ClarkIn Perl_magic_setisa(), re-order two independant return...
2009-05-21 Nicholas ClarkCache the signal number or -1 in mg_private, to reduce...
2009-05-20 Nicholas ClarkPerl_mg_clear() did not cope with the called magic...
2009-05-20 Nicholas ClarkIn Perl_magic_setsig(), don't discard and then recreate...
2009-05-20 Nicholas ClarkRefactor Perl_magic_setsig() to remove duplication...
2009-05-20 Nicholas ClarkMerge the bulk of Perl_magic_clearsig() into Perl_magic...
2009-05-20 Nicholas ClarkPerl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 Nicholas ClarkIn Perl_magic_clearsig(), only call LEAVE if we call...
2009-05-19 Nicholas ClarkIn Perl_magic_setsig(), clarify the scope of a block...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-01-21 Nicholas ClarkUpdate the documentation of get_hv() to note that it...
2008-12-05 Chip Salzenbergstandardize save/restore of errno & vaxc$errno
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-13 Chip SalzenbergRe: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-11-12 Chip SalzenbergRe: [perl #60360] [PATCH] local $SIG{FOO} = sub {....
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-27 Nicholas ClarkBugs revealed by replacing (SV *) casts with something...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-05-21 Rafael Garcia-SuarezRe: [perl #54566] assertion failure fiddling with @ISA
2008-05-10 BramCall SvMAGICAL_off in mg_free
2008-04-24 Gisle AasInline the trivial S_raise_signal function in the perl...
2008-04-24 Gisle AasDrop #ifdefs that became empty in change #32012.
2008-04-15 Rafael Garcia-SuarezFix for [perl #52074] Segfault on ISA push after symbol...
2008-04-01 Nicholas ClarkDefine sv_insert() as a wrapper to sv_insert_flags...
2008-03-24 Vincent Pitapidoc mismatch for Perl_magic_clearhint
2008-03-10 Vincent PitRe: [PATCH] mg_magical() sometimes turns SvRMAGICAL...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-12 Nicholas ClarkFix bug whereby length on a tied scalar that returned...
2008-01-11 Rick DelaneyRe: [perl #49564] Re: MRO and av_clear
2008-01-04 Vincent PitRe: SV leak?
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-31 Nicholas ClarkPerl_magic_setbm() and Perl_magic_setfm() are mathoms...
2007-12-21 Yuval Kogmanmg_free frees data but leaves it accessible
2007-12-20 Nicholas ClarkPerl_magic_setglob() is a mathom.
2007-10-18 Nicholas ClarkSimplify the logic for retrieving PL_inplace into ...
2007-10-18 Nicholas ClarkChange newSVpv() to newSVpvn() where we know the length...
2007-10-05 Nicholas ClarkChange a sv_catpv() to sv_catpvs().
2007-10-05 Nicholas ClarkAs PL_hinthv is actually tied, need to call SvSETMAGIC...
2007-10-04 Craig A. BerryTry a bit harder to get *PL_sighandlerp to agree with its
2007-10-04 Rafael Garcia-SuarezFix warnings about Sighandler_t type on Win32.
2007-10-03 Rafael Garcia-SuarezAdapt definition of Sighandler_t to go with change...
2007-10-03 Slaven Rezic[perl #45513] Test failures on amd64-freebsd 6.2
2007-09-21 Nicholas Clarkhv_stores() on a literal string is now fractionally...
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-08-31 Brandon BlackRe: optimize push @ISA, (was Re: parent.pm at corion...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-06-29 Rafael Garcia-SuarezRevert change #31489.
2007-06-28 Yves OrtonRename various regex defined so that they have distinct...
2007-06-28 Brandon BlackRe: [perl #43357] *DESTROY = sub {} at runtime
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-19 Craig A. BerryVarious mro updates from Brandon Black. References:
2007-05-10 Ævar Arnfjörð Bjar... Small fix to a previous patch on magic $<digit> variables.
2007-05-08 Andy Lestermore consting
2007-05-05 Dave Mitchellmove PL_lex_state into the PL_parser struct
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-03 Brandon BlackRe: mro status, etc
2007-05-02 Ævar Arnfjörð Bjar... When FETCHSIZE returns <0 perl segfaults
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-03-26 Nicholas ClarkIn struct regexp replace the two arrays of I32s accesse...
2007-03-19 Dave Mitchellminor code simplification made possible by change ...
2007-03-18 Dave MitchellWhen restoring localised values, call set only on conta...
2007-03-18 Dave Mitchellmove magic container/value test into separate function
2007-02-25 Craig A. BerryAdd a comment to mg.c to clarify that words like "raise...
2007-02-19 Rafael Garcia-SuarezAdd a cast for C++ compilation
2007-02-17 Nicholas ClarkSplit the storage of the layers specificied by open...
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-02-02 Nicholas ClarkA few more places where we know the length for sv_setpv...
2007-01-21 Nicholas ClarkRestore the const to vtbl in Perl_mg_localize() removed...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-02 Nicholas ClarkAssignment to a tainted variable was causing confusion...
2007-01-01 Steve PetersWelcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-12-18 Ilya ZakharevichOS/2: survive SIGCHLD
2006-12-16 Nicholas ClarkSplit out the use of SVp_SCREAM for GVs with GPs into...
next