This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Modernize opendir() syntax
[perl5.git] / dump.c
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-18 Rafael Garcia-SuarezRemove PERL_MAGIC_mutex
2007-06-12 Jim Cromiemad-const patch
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-25 Andy LesterConsting dump.c
2007-05-12 Gerard Goossenmove the logic of combining '_' and '#' with the previo...
2007-04-12 Ævar Arnfjörð Bjar... Re: [PATCH] extflags/pmflags Change 30841, in dump...
2007-04-07 Nicholas ClarkTurn op_pmreplroot in struct pmop into a real union.
2007-04-06 Nicholas ClarkMerge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-05 Nicholas ClarkS_op_destroy() was not static. Also tidy all other...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-22 Rafael Garcia-Suarezregexp refcount is an integer, not a pointer
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-12 Rafael Garcia-SuarezFix a couple of minor typos in comments
2007-02-20 Jarkko Hietaniemidump.c: format fixes
2007-02-02 Nicholas ClarkBetter dump reporting of "PVBM"s.
2007-01-15 Dave Mitchellmake Dump display the SVf_BREAK flag
2007-01-08 Nicholas ClarkEliminate pp_threadsv, as it was only ever used by...
2007-01-04 Rafael Garcia-SuarezSilence a 'null argument' warning
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-03 Nicholas ClarkRename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR...
2007-01-03 Nicholas ClarkTeach dump about OURSTASH and COP ranges stored in...
2007-01-02 Nicholas ClarkUpdate copyright years to include 2007. (Plus a couple...
2007-01-02 Nicholas ClarkPVMG can be isUV too.
2006-12-31 Nicholas ClarkMove SVt_BIND to be the lowest type after SVt_NULL...
2006-12-29 Dave Mitchellfurther fix for #29543: fix parser leaks caused by...
2006-12-16 Nicholas ClarkAdd a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-16 Nicholas ClarkSplit out the use of SVp_SCREAM for GVs with GPs into...
2006-12-13 Dave Mitchellmisc MAD coredump fixes and parser leak fixes
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Nicholas ClarkCorrect the dumping logic for the various bits of flag...
2006-12-12 Nicholas ClarkShrink Perl_sv_peek() and Perl_do_sv_dump() by using...
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-10-18 Nicholas ClarkUsing explicit printf-like APIs with a format of "...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-09-05 Robin Barker; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-08-08 Jarkko Hietaniemig++ stage 1 reached
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-16 Yves OrtonRe: Fix loads of warnings from the last escaping patch...
2006-07-15 Yves OrtonUpdated escaping code. utf8 regex debug output improvements
2006-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-06-07 Andy Lesterdump.c patches
2006-05-20 Dave Mitchelldon't try to dump GVish parts of an LV if it hasn't...
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-05-03 Andy Lesterclean up loops in doio.c and dump.c
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-20 Andy Lesterop_type shrinking
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
2006-04-18 Steve PetersA fix to change #27845 to get it to compile with -DPERL...
2006-04-16 Andy Lesterdump.c patch redux
2006-04-15 Nicholas ClarkTeach Perl_do_sv_dump how to cope with IOs that have...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-15 Nicholas ClarkMoving the overloading flag from the reference to the...
2006-03-09 Nicholas ClarkRemove two NEWSV()s in the non-ithread dump code that...
2006-03-09 Nicholas ClarkFix C99ism in dump.c
2006-03-08 Nicholas ClarkMAD changes to dump.c
2006-02-25 Nicholas ClarkCuriously none of the macros SvIVX, SvUVX or SvNVX...
2006-02-25 Nicholas ClarkStore GvGP in the SV head union. For all the common...
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-23 Nicholas ClarkRemove set magic from typeglobs. Remove typeglob magic...
2006-02-22 Nicholas Clarksv_dump should report the PV for PVGVs, as it can get...
2006-02-20 Nicholas ClarkPVCVs don't need XNVs either.
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas ClarkFix sv_dump to dump formats without the (non-existent...
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clarkxcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
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-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2005-12-30 Nicholas ClarkRMAGIC on symbol tables is bad, m'kay.
2005-12-29 Andy Lesterav.c cleanup, plus!
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-19 Nicholas ClarkMake sv_dump (and therefore Devel::Peek) report the...
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-08-16 Rafael Garcia-SuarezFix for [perl #36853] -Dx can crash bleadperl
2005-07-15 Andy Lestermore embed cleanup
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-30 Nicholas ClarkIf gp_flags is unused, why are we even allocating it?
2005-06-21 Nicholas Clarkweak references aren't UVs, do don't show this in the...
2005-06-10 Nicholas ClarkMove SvPV consting, remove an n_a, and correct one...
2005-06-09 Nicholas ClarkFixes the case of $a = \$#{[]}; and then accessing $$a
2005-06-08 Nicholas ClarkMore SvPV consting
2005-06-08 Nicholas ClarkNuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-03 Andy LesterRandom consting
2005-05-29 Nicholas ClarkGoodbye xav_arylen. You won't be missed that much.
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas ClarkMove placeholders into a new rhash magic type.
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
next