This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Mention perlcommunity.pod, plus some typo fixes
[perl5.git] / mg.c
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...
2006-12-12 Nicholas ClarkIn theory Perl_magic_setbm() should clear SvTAIL()...
2006-12-12 Jarkko Hietaniemimg.c: #ifdef only the different bits
2006-12-12 H.Merijn BrandThe overly-picky AIX xlc compiler doesn't like the...
2006-12-04 Chris DolanRe: [perl #38868] Changing $0 on darwin leads to excess...
2006-11-29 alexander_bluhm... [perl #41008] Setting $0 invalidates environment shown...
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-20 Rafael Garcia-SuarezActually, undef $SIG{FOO} should restore the default...
2006-11-20 Rafael Garcia-SuarezMake undef $SIG{FOO} ignore the signal FOO
2006-11-20 Rafael Garcia-SuarezFix precedence problem
2006-11-17 yves orton[perl #18209] bug in regex s/\s$word\s/ /gi; and $&
2006-11-14 Rafael Garcia-SuarezAssert that we don't access strings saved for $1 etc...
2006-10-27 Nicholas ClarkChange 27779 failed to free() memory in two places...
2006-10-20 Yves Ortononly do \C hackery if \C is seen
2006-10-20 Dave Mitchellzero length $1 took too long to detect utf8-ness
2006-09-20 Rafael Garcia-SuarezDeliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe...
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
next