Abstract all the accesses to cop_arybase (apart from ByteLoader)
[p5sagit/p5-mst-13.2.git] / mg.c
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas Clark Automatically set HINT_LOCALIZE_HH whenever %^H is...
2006-03-31 Nicholas Clark Note future possible flexibility for Perl_magic_sethint().
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-31 Andy Lester Random accumulated patches
2006-03-17 Nicholas Clark sv_find() returning false, followed by sv_magic() to...
2006-03-16 Nicholas Clark Add a new per-interpeter variable PL_utf8cache, which...
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lester unused context warnings
2006-02-23 Nicholas Clark Remove get magic from typeglobs. This means that PVGVs...
2006-02-21 Nicholas Clark Can merge the two arms of Perl_magic_getglob to save...
2006-02-14 Nicholas Clark Back out change change 10214 (drop SVp_IOK from >>...
2006-02-11 Nicholas Clark assert() that we can't reach two unreachable code paths
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubiger s/Nullcv/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-01-27 Gisle Aas Simplify nested '#ifdef' by replacing it with '#elif...
2006-01-27 Gisle Aas Safer implementation of RTRIM().
2006-01-26 Philippe M. Chiasson Change 26781/26830 (SvRTRIM should also write a new...
2006-01-26 Nicholas Clark SvREADONLY_off inside the magic routines is also danger...
2006-01-23 Rafael Garcia-Suarez Un-const magic virtual tables; this consting breaks...
2006-01-11 Gisle Aas A few more places that can use hv_fetchs().
2006-01-11 Gisle Aas Make $( and $) list the groups in the order they
2006-01-11 Gisle Aas Get rid of the following gcc format warnings by simplif...
2006-01-11 Nicholas Clark Gisle notes that SvRTRIM should also write a new '...
2006-01-11 Gisle Aas Make setting 'PL_origalen = 1' before perl_parse()...
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-10 Gisle Aas Avoid possible dereference of NULL in the initializatio...
2006-01-08 Jarkko Hietaniemi blead: format warnings
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Gisle Aas Make the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle Aas Get rid of a few more hardcoded string lengths.
2006-01-02 Dave Mitchell add svt_local slot to magic vtable, and fix local ...
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-30 Nicholas Clark RMAGIC on symbol tables is bad, m'kay.
2005-12-27 Andy Lester pre-likely cleanup
2005-12-26 Steve Peters In this, the last tale of the NGROUPS saga, a former...
2005-12-24 Jim Cromie Re: [perl #37907] Perl_magic_get reqires ridiculous...
2005-12-21 Nicholas Clark The lref argument of sv_2cv is actually passed onwards...
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-11-14 Nicholas Clark Mark all places where perl needs to look at a possibly...
2005-11-04 Alan Burlison use clearenv if available
2005-11-03 Steve Peters Reverting the reversion. va_end() goes with va_start().
2005-11-03 Steve Peters Change #25976 seemed to cause test failures in ext...
2005-11-03 Steve Peters Missing va_end(args) from SA_SIGINFO related code.
2005-10-31 Rafael Garcia-Suarez Avoid corruption when calling mg_get to retrieve the...
2005-10-29 Steve Peters Oops, missed an sv_force_normal()
2005-10-29 Steve Peters Change to use sv_force_normal_flags() directly, rather...
2005-10-20 John E. Malmberg [patch@25809]restore documented exit behavior
2005-10-19 Andy Lester More consting, and DRY leads to shrinking object code
2005-10-17 Jarkko Hietaniemi another Symbian update: Alan's fault :-)
2005-09-27 Rafael Garcia-Suarez Fix 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-Suarez Various patches by John E. Malmberg to fix data
2005-07-28 Paul Green RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
2005-07-28 Robin Barker tidy up DieNull and DIE_NULL
2005-07-28 Robin Barker silence compiler warning in mg.c POSIX.xs
2005-07-24 Craig A. Berry blead help for VMS
2005-07-21 Jarkko Hietaniemi Re: [PATCH] support POSIX SA_SIGINFO
2005-07-20 Steve Hay Fix definition of Perl_sighandler following change...
2005-07-20 Jarkko Hietaniemi support POSIX SA_SIGINFO
2005-07-15 Andy Lester more embed cleanup
2005-07-07 Dave Mitchell more taint fallout from change 24943
2005-07-05 Dave Mitchell change 24943 broke restoration of localized taint values
2005-07-04 Steve Hay Fix change 25045
2005-07-02 Nicholas Clark Don't check the pointer is non-NULL before calling...
2005-06-23 Nicholas Clark Remove the reference loop between symbol tables and...
2005-06-23 Andy Lester Pre-YAPC consting fun
2005-06-22 Dave Mitchell remove taint hack now that local $tainted no longer...
2005-06-22 Dave Mitchell handle magic in local correctly
2005-06-21 Steve Hay Trim trailing whitespace from $! and $^E
2005-06-20 Andy Lester The continuing adventures of Constman and Localize Boy
2005-06-20 Rafael Garcia-Suarez Remove the deprecated $# variable
2005-06-14 Dave Mitchell whoops, Perl_magic_freearylen_p returns int
2005-06-14 Dave Mitchell Perl_magic_freearylen_p could coredump
2005-06-09 Nicholas Clark Fixes the case of $a = \$#{[]}; and then accessing $$a
2005-06-09 Andy Lester regcomp.c and more
2005-06-09 Nicholas Clark More SvPV consting
2005-06-08 Nicholas Clark More SvPV consting
2005-06-08 Nicholas Clark Add and use MgPV_nolen_const
2005-06-08 Nicholas Clark Nuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Nicholas Clark More SvPV consting
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Rafael Garcia-Suarez Remove unused variable (thanks to Andy's lint)
2005-06-07 Jarkko Hietaniemi one more round of is_utf8_foo tuneup
2005-05-26 Andy Lester Updated lint infrastructure
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-20 Andy Lester Attribute configuration
2005-05-18 Gisle Aas Well defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-17 Jarkko Hietaniemi perl 5.9.x (@ 24471): Symbian update
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-10 Nicholas Clark s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-08 Nicholas Clark Perl_croak uses perl's printf, so can pass in SVs direc...
next