This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
email address correction
[perl5.git] / ext / Devel /
2003-05-29 Dave Mitchelljumbo closure fix
2003-05-08 Tassilo von Parseval[perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
2003-04-05 Rafael Garcia-SuarezThe manpages don't have to be built by MakeMaker for the
2003-03-11 Todd C. Millertypos and other minor things
2003-03-04 Jarkko HietaniemiTry to make PPPort.pm 5.005-friendlier (see [perl ...
2003-02-26 Adrian M. EnacheRe: [perl #20683] [fix] Better Patch
2003-02-23 Jarkko HietaniemiChip noticed that the intended optionality of the ...
2003-02-20 Peter Prymmeradd some IV stuff to ext/Devel/Peek/Peek.t test 21
2003-01-21 Jarkko HietaniemiTry to make including patchlevel.h a bit more
2003-01-20 Blair ZajacRe: When Storable and Devel::DProf mix, core dump ...
2003-01-06 Craig A. BerryVMS test adjustments
2003-01-03 Dave Mitchellremove flag SvPADBUSY
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave MitchellSvFAKE lexicals in scope for all of the sub
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-29 H.Merijn Brand64bit Peek failure on HP-UX 11.00
2002-11-25 Slaven Rezicadd support for STASH and MAGIC information for REFs...
2002-10-12 Hugo van der SandenSecond attempt to fix Devel::Peek test of $ENV{PATH...
2002-10-11 Yitzchak Scott-Tho... Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32...
2002-10-02 Yitzchak Scott-Tho... Devel::Peek tests from:
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-08-23 Jarkko HietaniemiPPPort IVSIZE and SvPV_nolen
2002-05-30 Jarkko HietaniemiINT2PTR/PTR2IV defined twice.
2002-05-30 Nick Ing-SimmonsIntegrate all but lib/File/stat.t which seems broken.
2002-05-29 Jarkko HietaniemiPPPort: fix up SvPVbyte if in 5.6.1 (borrowed from...
2002-05-27 Yitzchak Scott-Tho... Re: [PATCH] Version tango
2002-05-23 Jarkko HietaniemiMore portability defines, now mostly type-related
2002-05-23 Jarkko HietaniemiOne more ppportability thing (from Sarathy).
2002-05-23 Jarkko HietaniemiPPPort dTHX.
2002-05-15 Sam TregarFix Devel::DProf debugging aid
2002-04-26 Gurusamy Sarathyvarious signed/unsigned mismatch nits
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-08 Tom Brown[ID 20020407.002] Bug (?) and patch for DProf
2002-04-07 Slaven RezicDevel/Peek/Peek.xs: reverse ifdef logic
2002-04-07 Jarkko HietaniemiEBCDIC branch was forgotten.
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-21 Dave Mitchell-DCRIPPLED_CC RIP
2002-03-05 Robin BarkerMessage-Id: <200203051337.NAA14686@tempest.npl.co.uk>
2002-03-03 Ilya ZakharevichDebugging OPs
2002-01-27 Jarkko HietaniemiDetypo.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-22 Jarkko HietaniemiGet rid of the _() macro since (1) we require ANSI...
2002-01-20 Nick Ing-SimmonsIntegrate mainline
2002-01-19 Paul Greenext/Devel/DProf/DProf.t - different way
2002-01-07 Jarkko HietaniemiExtension nits found by -Wall (several from threads
2002-01-04 Craig A. BerryDevel::PPPort Makefile.PL umpteenth try
2002-01-03 Andreas KönigNot ok 14031: PPPort Makefile.PL
2002-01-02 Nick Ing-SimmonsMore PPPort Makefile source dependence removal
2002-01-02 Nick Ing-SimmonsSort out muddle of editing on three machines ...
2002-01-02 Jarkko HietaniemiOnce more try to get the PPPort Makefile right.
2001-12-31 Jarkko HietaniemiTweak the dependencies not to recompile everytime,
2001-12-30 Nick Ing-SimmonsIntegrate 8.3 fix for PPPort fix
2001-12-30 Jarkko HietaniemiFix ppport.h for Unix.
2001-12-30 Nick Ing-SimmonsIntegrate mainline
2001-12-30 Nick Ing-Simmons"Port" Devel::PPPort to Win32:
2001-12-29 Andreas Königcleaner close on tests, take 2
2001-12-18 Nick Ing-SimmonsTidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-18 Hugo van der Sanden[doc patch] s{(?<=perldeb)ug}{guts}
2001-12-03 Jarkko HietaniemiPPPort update from Paul Marquess.
2001-11-30 Jarkko HietaniemiLet's not assume how much memory has been allocated
2001-11-27 Paul MarquessRE: [PATCH @ 13283] Devel::PPPort
2001-11-27 Jarkko HietaniemiUTF-EBCDIC.
2001-11-26 Paul MarquessDevel::PPPort
2001-11-25 Jarkko HietaniemiThe joys of portable quoting.
2001-11-24 Craig A. Berrymake PPPort/harness build on VMS
2001-11-24 Gurusamy Sarathyuse portable quotes
2001-11-21 Philip NewtonRe: PERFORCE change 13162 for review
2001-11-21 Jarkko HietaniemiAdd Devel::PPPort originally from Kenneth Albanowski,
2001-11-16 Ilya Zakharevichruntime runops switch
2001-11-12 Jarkko HietaniemiMisplaced test, noticed by Barrie Slaymaker.
2001-09-27 Jarkko HietaniemiNot everyone is using ithreads...
2001-09-27 Jarkko HietaniemiDump Unicode hash keys also as Unicode,
2001-09-27 Jarkko HietaniemiDump SvUTF8(sv)s also as \x{...}.
2001-09-21 Ronald J. Kimballavoid v-strings with require/use
2001-09-17 Jarkko HietaniemiBump up versions because of #12041.
2001-09-16 Jarkko HietaniemiChange use|require 5.005_64 to use|require 5.6.1.
2001-08-29 Nicholas Clarkpass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2001-06-29 Jarkko HietaniemiMore module $VERSION bump-ups.
2001-06-24 Jarkko HietaniemiMisplaces dSPs and the like revealed by MPE/iX and...
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-12 Doug MacEachernext/ + -Wall
2001-06-12 Jarkko Hietaniemigcc -Wall nits picked out by a non-UNIX system
2001-06-04 Robin Barker-Wall casting patch
2001-06-03 Jarkko HietaniemiVarious "cast to pointer from integer of different...
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-03-16 Michael Stevensmore pod patches
2001-02-18 Doug MacEachern[patch] -Wall cleanup round 2
2001-02-08 Charles BaileyAdd header for LIB$ prototypes (C. Berry)
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-09 Eric FiferMissing dTHXs.
2000-10-20 Charles BaileySYN SYN
2000-10-18 H.Merijn BrandPod patch for Devel::Peek
2000-10-13 Ilya ZakharevichPerl API for mstats
2000-09-14 Robin Barkercontinued -Wformat support
2000-08-17 AbigailDo not use prototyping here.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
next