This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
[perl5.git] / dump.c
2005-09-30 Jarkko HietaniemiIntegrate:
2005-09-28 Nicholas ClarkCasts to stop warnings in d*.c
2005-09-23 Andy LesterIntegrate:
2005-09-22 Jim CromieIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-21 Nicholas ClarkIntegrate:
2005-09-20 Andy LesterIntegrate:
2005-09-19 Andy LesterIntegrate:
2005-09-18 Nicholas ClarkIntegrate the API from:
2005-09-18 Nicholas ClarkIntegrate:
2005-09-18 Steve PetersIntegrate:
2005-09-17 Andy LesterIntegrate:
2005-09-17 Andy LesterIntegrate:
2005-09-16 Andy LesterIntegrate:
2005-09-14 Nicholas ClarkIntegrate:
2005-09-12 Steve PetersIntegrate:
2005-09-11 Andy LesterIntegrate:
2005-04-26 Nicholas ClarkIntegrate:
2005-04-07 Nicholas ClarkIntegrate:
2005-04-05 Nicholas ClarkIntegrate:
2004-12-07 Alex VandiverIntegrate:
2004-09-10 Stas BekmanIntegrate:
2004-03-31 Nicholas ClarkIntegrate:
2004-03-28 Dave Mitchellupdate -Dx to cope with lexical version of OP_AELEMFAST
2004-03-28 Dave Mitchellpv_display() had code to display \n etc as escapes...
2004-03-22 Nicholas ClarkIntegrate:
2004-03-17 Robin Barkerformat/casting/warning RE: perl 5.9.1
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-28 Marcus Holland-MoritzFix segfaults when running under -Dx.
2004-02-27 Nicholas ClarkIntegrate:
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-19 Dave Mitchell-Dx could coredump on threaded builds because consts...
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2003-10-25 Nicholas ClarkIntegrate:
2003-10-25 Nicholas Clarkshow the rehash flags in dumps
2003-07-27 Jarkko HietaniemiIntegrate:
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-07-05 Jarkko HietaniemiIntegrate:
2003-07-05 Robin Barkerdump.c -Wformat; Re: maint @ 19975, maint @ 19997
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-05-04 Jarkko HietaniemiIntegrate:
2003-05-04 Jarkko HietaniemiIntegrate:
2003-05-03 Jarkko HietaniemiSalvage 'use filetest "access"' from compiletime to...
2003-04-21 Jarkko HietaniemiIntegrate:
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-31 Michael G. SchwernIntegrate:
2003-03-31 Michael G. Schwernstray n_a
2003-03-30 Nicholas ClarkIntegrate:
2003-03-29 Nicholas Clark[unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3...
2003-03-11 Chris NandorIntegrate from maint-5.8/perl
2003-03-10 John PeacockIntegrate:
2003-03-10 Nicholas ClarkIntegrate:
2003-03-02 Jarkko HietaniemiIntegrate:
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-28 Jarkko HietaniemiMore lexical patches merged by Dave Mitchell.
2003-02-28 Jarkko HietaniemiThe Great Pad Run of '02
2003-02-28 Jarkko Hietaniemi-Dv option (prerequisite for pad.[ch])
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2003-02-03 Jarkko HietaniemiIntegrate:
2003-02-02 Artur BergmanMove SvPVIV out of ->op_sv of METHOD_NAMED into the...
2003-01-29 Jarkko HietaniemiRetract the %_/SVf change (part of #18456) for PROTOTYP...
2003-01-22 Jarkko HietaniemiIntegrate:
2003-01-22 Dave MitchellRe: slight tweak to -DR flag - display whether on tmps...
2003-01-21 Hugo van der Sandenintegrate (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 Mitchellnew flag SvPADSTALE
2003-01-03 Dave Mitchellremove flag SvPADBUSY
2003-01-02 Jarkko HietaniemiThe magic v-string patch from John Peacock for 5.8;
2002-12-28 Jarkko HietaniemiA small tweak on top of #18353: don't display mg_len...
2002-12-26 Jarkko HietaniemiIntroduce a cache for UTF-8 data: length and byte<...
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-28 Jarkko HietaniemiIntegrate:
2002-11-25 Slaven Rezicadd support for STASH and MAGIC information for REFs...
2002-11-09 Jarkko HietaniemiIntegrate
2002-11-05 Abhijit Menon-Sen1. Update pp_ucfirst to enter the UTF-8 branch only...
2002-11-04 Jarkko HietaniemiThe first big import towards 5.8.1, @18078. Please...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchellmove 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 ClarkCopy On Write
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-08-12 Dave Mitchelladd verbose stack display option, -Dvs
2002-05-27 Chris NandorIntegrate perl
2002-05-23 Tim Jennessdump.c recognizes CvLOCKED
2002-05-17 Chris NandorIntegrate perl
2002-05-13 Dave Mitchellvarious minor fixes in threads.
2002-04-25 Jarkko Hietaniemi-Wformat cleanups from Robin Barker.
2002-04-21 Gurusamy Sarathysquelch some more type mismatch warnings
2002-04-21 Gurusamy Sarathyfixes 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-SimmonsIntegrate mainline
2002-04-06 Nicholas ClarkRe: the dirty half dozen (Re: perl@15662)
2002-03-22 Jarkko HietaniemiIf Unicode keys are entered to a hash, a bit is turned on.
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-09 Dave Mitchellperl -Dt doesnt output newlines
2002-03-03 Ilya ZakharevichDebugging OPs
next