This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the
[perl5.git] / dump.c
2008-02-25 Jim CromieRe: [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-02-23 Vincent PitRe: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-13 Vincent PitPERL_MAGIC_uvar_elem should be 'u' in dump.c
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Nicholas ClarkChange 33069 missed updating dump.c to dump PVIOs corre...
2008-01-06 Nicholas ClarkFix a bug in mad - regexps can be 8 bit, not just ASCII...
2008-01-06 Marcus Holland-MoritzFix compilation issues and warnings with exotic configu...
2008-01-05 Nicholas ClarkDon't allocate the NV slot for SVt_REGEXP.
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas ClarkBER is all very well, but it turns out that it's better...
2008-01-04 Nicholas ClarkRe-implement the SvOOK() hack to store the offset as...
2008-01-03 Nicholas ClarkFixes to get MAD working after change 32804, and some...
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-29 Nicholas ClarkWrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas ClarkDump the REGEXP member of SVt_REGEXP.
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas ClarkSwap SVt_RV and SVt_NV in the SV ordering.
2007-10-12 Nicholas ClarkRemove some strlen()s and replace one strlcpy() with...
2007-10-06 Nicholas ClarkRemove remaining C<Nullch>s and C<Nullsv>s
2007-10-06 Nicholas ClarkFix precedence bug in the logic for PERL_PV_ESCAPE_NOCL...
2007-10-06 Nicholas ClarkAdd a new flag PERL_PV_PRETTY_NOCLEAR (actually just
2007-10-06 Nicholas ClarkFix typo in change 32043 - s/sv_catpvf/sv_catpvs/
2007-10-06 Nicholas ClarkAvoid using *pvf functions when the format string is...
2007-10-06 Nicholas ClarkRevert one hunk of change 32034 that had the possibilit...
2007-10-05 Nicholas ClarkEliminate most *printf-like calls that use a simple...
2007-10-02 John Peacockwas Re: Freeze ?
2007-10-01 Nicholas ClarkNothing is using IoSUBPROCESS() so eliminate xio_subpro...
2007-09-26 Rafael Garcia-SuarezAPI spelling patch, by Jerry D. Hedden
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-07-11 Gerard Goossendump.c: do not use sv_len_utf8 because it modified...
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...
next