Third consting batch
[p5sagit/p5-mst-13.2.git] / dump.c
2005-03-24 Andy Lester Third consting batch
2005-03-21 Andy Lester More consting goodness
2005-02-26 Nicholas Clark SvUTF8 can be present on scalars other than PVs
2004-08-01 Dave Mitchell Add comment to top of reentr.c and fix typos in other...
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-25 Dave Mitchell make -Dl log runops loop entry and exit, and jump level...
2004-03-28 Dave Mitchell update -Dx to cope with lexical version of OP_AELEMFAST
2004-03-28 Dave Mitchell pv_display() had code to display \n etc as escapes...
2004-03-17 Robin Barker format/casting/warning RE: perl 5.9.1
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-28 Marcus Holland-Moritz Fix segfaults when running under -Dx.
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2004-02-19 Dave Mitchell -Dx could coredump on threaded builds because consts...
2004-02-17 Tassilo von Parseval Re: [PATCH] GLOB to LVALUE assignment fix
2004-02-09 Rafael Garcia-Suarez Implement stacked filetest operators (-f -w -x $file).
2003-10-25 Nicholas Clark show the rehash flags in dumps
2003-07-27 Marcus Holland-Moritz Re: [PATCH] Re: Storing ...
2003-07-05 Robin Barker dump.c -Wformat; Re: maint @ 19975, maint @ 19997
2003-05-12 Alex Vandiver Re: Bug stomping fun. [PATCH: bug #1016]
2003-05-03 Jarkko Hietaniemi Salvage 'use filetest "access"' from compiletime to...
2003-04-19 Dave Mitchell allow recursive FETCHes
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-31 Michael G. Schwern stray n_a
2003-03-29 Nicholas Clark [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2003-02-02 Artur Bergman Move SvPVIV out of ->op_sv of METHOD_NAMED into the...
2003-01-29 Jarkko Hietaniemi Retract the %_/SVf change (part of #18456) for PROTOTYP...
2003-01-22 Dave Mitchell Re: slight tweak to -DR flag - display whether on tmps...
2003-01-21 Hugo van der Sanden integrate (by hand) #18353 and #18359 from maint-5.8:
2003-01-07 Nicholas Clark %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2003-01-03 Dave Mitchell new flag SvPADSTALE
2003-01-03 Dave Mitchell remove flag SvPADBUSY
2002-12-14 Dave Mitchell Proper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-11-25 Slaven Rezic add support for STASH and MAGIC information for REFs...
2002-11-05 Abhijit Menon-Sen 1. Update pp_ucfirst to enter the UTF-8 branch only...
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-10-01 Yitzchak Scott-Tho... Re: sv_2pv_flags and ROK and UTF8 flags
2002-08-20 John Peacock [REVISED PATCH] Magic v-strings
2002-08-17 Nicholas Clark Copy On Write
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-08-12 Dave Mitchell add verbose stack display option, -Dvs
2002-05-23 Tim Jenness dump.c recognizes CvLOCKED
2002-05-13 Dave Mitchell various minor fixes in threads.
2002-04-25 Jarkko Hietaniemi -Wformat cleanups from Robin Barker.
2002-04-21 Gurusamy Sarathy squelch some more type mismatch warnings
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-13 Nicholas Clark [dodgy PATCH] Re: [Storable] utf8 keys started working!
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-06 Nicholas Clark Re: the dirty half dozen (Re: perl@15662)
2002-03-22 Jarkko Hietaniemi If Unicode keys are entered to a hash, a bit is turned on.
2002-03-11 Paul Marquess more warnings tidyup
2002-03-09 Dave Mitchell perl -Dt doesnt output newlines
2002-03-03 Ilya Zakharevich Debugging OPs
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-07 Jarkko Hietaniemi More regex and utf8 debug dumping.
2001-12-18 Jarkko Hietaniemi %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
2001-12-09 Spider Boardman Re: attributes are broken
2001-11-19 Jarkko Hietaniemi The _uni_display should not be in dump.c since they
2001-11-16 Ilya Zakharevich runtime runops switch
2001-10-24 Jarkko Hietaniemi Rewrite sv_uni_display() as pv_uni_display() as
2001-10-23 Jarkko Hietaniemi sv_uni_display(): do not add the "...", let the caller
2001-10-19 Charles Lane vmsish fix, ieee rand() cleanup
2001-10-05 Jarkko Hietaniemi Don't assume that %x is good for displaying UVs.
2001-09-27 Jarkko Hietaniemi Dump Unicode hash keys also as Unicode,
2001-09-27 Jarkko Hietaniemi Dump SvUTF8(sv)s also as \x{...}.
2001-09-22 Abhijit Menon-Sen What's a backet?
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon Cozens Custom Ops
2001-08-18 Jarkko Hietaniemi UTF8 flag should be meaningful only when POK.
2001-08-18 Jarkko Hietaniemi UTF8 wasn't printing for PVMGs.
2001-07-12 Paul Johnson More accurate line numbers in messages
2001-07-12 Jarkko Hietaniemi Retract #11166 (and #11237).
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Abhijit Menon-Sen (Retracted by #11285.)
2001-07-02 Abhijit Menon-Sen Re: [PATH] shared -> unique;
2001-06-21 Nick Ing-Simmons Integrate mainline
2001-06-21 Richard Soderberg Step 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-06-18 Nick Ing-Simmons Integrate mainline (new test scheme now ok on Linux).
2001-06-18 Abhijit Menon-Sen FLAGS = (...,OUR,TYPED,...)
2001-06-12 Abhijit Menon-Sen anonymous stashes
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-05-15 Simon Cozens Op private flags
2001-05-03 Benjamin Sugars Let sv_dump understand GvSHARED
2001-04-07 Mike Guy Re: [PATCH dump.c] hash quality
2001-03-29 Robin Barker printf warning
2001-03-09 Nick Ing-Simmons Builds an passes all tests after integrate and this...
2001-03-09 Dave Mitchell Re: [ PATCH perl@8956 ] new debug option -DR shows...
2001-02-08 Charles Bailey SYN SYN
2001-01-30 Tim Jenness Add missing CV flags to dump.c
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-08 Stephen McCamant Fix spurious GVSV OPpOUR_INTRO
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Simon Cozens Trivial dump.c feature
2000-10-22 John Tobey ripples from constsub patch
next