This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to CGI.pm-3.21
[perl5.git] / mg.c
2006-08-08 Rafael Garcia-SuarezSimplification in Perl_magic_clearsig, plus a fix simil...
2006-08-08 Jarkko Hietaniemig++ stage 1 reached
2006-08-07 Rafael Garcia-SuarezWe shouldn't try to decrement the refcount of PL_warnhook
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-10 Steve PetersConvert some low hanging fruit to my_strlcpy/my_strlcat.
2006-07-03 Andy Lestermg.c cleanups
2006-07-02 Dave Mitchellremove some unnecessary uses of WITH_THR
2006-06-23 Anno SiegelRe: [PATCH] Hash::Util::FieldHash
2006-06-05 Jarkko Hietaniemimg.c: using #ifdef inside a macro call ENONPORTABLE...
2006-06-02 Craig A. BerryIt's all relative -- better handling of tainted directories
2006-05-29 Andy Lester[PATCH] gv.c consting
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-05-19 Nicholas ClarkCorrect Perl_refcounted_he_chain_2hv() and its caller...
2006-05-03 Andy Lestermore logic localizations
2006-05-02 Andy LesterMore tweaking of SvREFCNT_inc calls
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-24 Marcus Holland-MoritzCleanup some gcc warnings
2006-04-13 Steve HayRe: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-09 Andy LesterRename variables in some mg_* funcs
2006-04-06 Rafael Garcia-SuarezRe: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net...
2006-04-05 Rafael Garcia-SuarezAssigning undef to an entry in %ENV shouldn't produce...
2006-04-02 Nicholas Clark'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)'...
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas ClarkAutomatically set HINT_LOCALIZE_HH whenever %^H is...
2006-03-31 Nicholas ClarkNote future possible flexibility for Perl_magic_sethint().
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-17 Nicholas Clarksv_find() returning false, followed by sv_magic() to...
2006-03-16 Nicholas ClarkAdd a new per-interpeter variable PL_utf8cache, which...
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lesterunused context warnings
2006-02-23 Nicholas ClarkRemove get magic from typeglobs. This means that PVGVs...
2006-02-21 Nicholas ClarkCan merge the two arms of Perl_magic_getglob to save...
2006-02-14 Nicholas ClarkBack out change change 10214 (drop SVp_IOK from >>...
2006-02-11 Nicholas Clarkassert() that we can't reach two unreachable code paths
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-27 Gisle AasSimplify nested '#ifdef' by replacing it with '#elif...
2006-01-27 Gisle AasSafer implementation of RTRIM().
2006-01-26 Philippe M. ChiassonChange 26781/26830 (SvRTRIM should also write a new...
2006-01-26 Nicholas ClarkSvREADONLY_off inside the magic routines is also danger...
2006-01-23 Rafael Garcia-SuarezUn-const magic virtual tables; this consting breaks...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2006-01-11 Gisle AasMake $( and $) list the groups in the order they
2006-01-11 Gisle AasGet rid of the following gcc format warnings by simplif...
2006-01-11 Nicholas ClarkGisle notes that SvRTRIM should also write a new '...
2006-01-11 Gisle AasMake setting 'PL_origalen = 1' before perl_parse()...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-10 Gisle AasAvoid possible dereference of NULL in the initializatio...
2006-01-08 Jarkko Hietaniemiblead: format warnings
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-02 Dave Mitchelladd svt_local slot to magic vtable, and fix local ...
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-30 Nicholas ClarkRMAGIC on symbol tables is bad, m'kay.
2005-12-27 Andy Lesterpre-likely cleanup
2005-12-26 Steve PetersIn this, the last tale of the NGROUPS saga, a former...
2005-12-24 Jim CromieRe: [perl #37907] Perl_magic_get reqires ridiculous...
2005-12-21 Nicholas ClarkThe lref argument of sv_2cv is actually passed onwards...
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-19 Steve PetersCleaning up some warnings generated by "gcc -W"
2005-11-14 Nicholas ClarkMark all places where perl needs to look at a possibly...
2005-11-04 Alan Burlisonuse clearenv if available
2005-11-03 Steve PetersReverting the reversion. va_end() goes with va_start().
2005-11-03 Steve PetersChange #25976 seemed to cause test failures in ext...
2005-11-03 Steve PetersMissing va_end(args) from SA_SIGINFO related code.
2005-10-31 Rafael Garcia-SuarezAvoid corruption when calling mg_get to retrieve the...
2005-10-29 Steve PetersOops, missed an sv_force_normal()
2005-10-29 Steve PetersChange to use sv_force_normal_flags() directly, rather...
2005-10-20 John E. Malmberg[patch@25809]restore documented exit behavior
2005-10-19 Andy LesterMore consting, and DRY leads to shrinking object code
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-09-27 Rafael Garcia-SuarezFix by Rick Delaney for [perl #3269] no warnings "barew...
2005-09-06 Yitzchak Scott-Tho... Re: Fw: Tied hash numeric values are rounded off under...
2005-08-01 Rafael Garcia-SuarezVarious patches by John E. Malmberg to fix data
2005-07-28 Paul GreenRE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
2005-07-28 Robin Barkertidy up DieNull and DIE_NULL
2005-07-28 Robin Barkersilence compiler warning in mg.c POSIX.xs
2005-07-24 Craig A. Berryblead help for VMS
2005-07-21 Jarkko HietaniemiRe: [PATCH] support POSIX SA_SIGINFO
2005-07-20 Steve HayFix definition of Perl_sighandler following change...
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-15 Andy Lestermore embed cleanup
2005-07-07 Dave Mitchellmore taint fallout from change 24943
2005-07-05 Dave Mitchellchange 24943 broke restoration of localized taint values
2005-07-04 Steve HayFix change 25045
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-23 Nicholas ClarkRemove the reference loop between symbol tables and...
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-22 Dave Mitchellremove taint hack now that local $tainted no longer...
2005-06-22 Dave Mitchellhandle magic in local correctly
2005-06-21 Steve HayTrim trailing whitespace from $! and $^E
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
next