This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2005-04-19 Dave MitchellDEBUG_LEAKING_SCALARS could use the value of a freed...
2005-04-19 Nicholas ClarkDon't set things to zero twice. Once is enough. (see...
2005-04-19 Nicholas ClarkRestore SvEND_set
2005-04-19 Nicholas ClarkForce RVALUE macros when in PERL_DEBUG_COW
2005-04-19 Nicholas ClarkAvoid generating thousands of UTF-8 warnings when testi...
2005-04-19 Rafael Garcia... Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-19 Dave MitchellAdd CLONE_SKIP() class method to allow individual class...
2005-04-18 Nicholas ClarkPERL_DEBUG_COW for SvUVX and SvPVX
2005-04-18 Nicholas ClarkSvPV_renew also calls SvLEN_set
2005-04-18 Nicholas ClarkReplace Renew(SvPVX(...)...) with SvPV_renew, which...
2005-04-18 Nicholas ClarkA more efficient way of expressing the MALLOC_WRAP...
2005-04-18 Steve HayFix bug #33664: allow for transport providers with...
2005-04-18 Nicholas ClarkRefactor the odd-one-out code before a Renew(SvPVX...
2005-04-18 Nicholas ClarkTwo more uses of lvalue SvIVX()
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-15 Rafael Garcia... Update the outdated info in "Minimizing the Perl instal...
2005-04-14 bstrand@switchmanage... Fix for:
2005-04-13 Andy LesterRemoving yydestruct from perly.c
2005-04-13 H.Merijn BrandMandrakesoft is now Mandriva
2005-04-13 H.Merijn BrandH.Merijn changed e-mail
2005-04-13 Robin Barker-Wformat
2005-04-13 Rafael Garcia... Upgrade to ExtUtils::MakeMaker 6.28
2005-04-12 Rafael Garcia... Upgrade to Encode 2.0902
2005-04-12 Nicholas ClarkDon't PERL_HASH(SvUVX(...)...) as it's actually a set.
2005-04-12 Steve PetersRefactoring to Sv*_set() macros - patch #3
2005-04-11 Nicholas ClarkAvoid taking a reference to SvIVX and putting that...
2005-04-11 Steve HaySupport d_libm_lib_version for Win32 (see change 24217)
2005-04-11 H.Merijn BrandOut of sync metaunit caused the erroneous return of the
2005-04-11 Steve HayDisable I18N::Langinfo for Win32 since nl_langinfo...
2005-04-11 Hernan Perez... perlfunc.pod: incomplete select description
2005-04-11 Rafael Garcia... Make the four-argument form of select() return undef
2005-04-11 Rafael Garcia... Make Win32 build (and clean) I18::Langinfo and Math...
2005-04-11 Abe TimmermanRe: New Configure functionality
2005-04-10 Rafael Garcia... POD typo.
2005-04-10 Rafael Garcia... Module::CoreList: Data from Sebastien Aperghis-Tramoni...
2005-04-10 H.Merijn BrandSorting still is a mess. This is better.
2005-04-10 H.Merijn BrandConfigure now probes for _LIB_VERSION support in math...
2005-04-10 Rafael Garcia... Fix [perl #34892] Segfault on &DB::sub declared but...
2005-04-10 Craig A. Berryusesitecustomize for VMS
2005-04-08 Nicholas ClarkMangle the expected output correctly for both 5.9 and 5.8
2005-04-08 Michael G.... Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
2005-04-08 H.Merijn BrandThe last remains of d_sitecustomize
2005-04-08 H.Merijn Brandnow usesitecustomize is used more generic
2005-04-08 Steven SchubigerRe: [PATCH] Re: [perl #24119] CPAN.pm error in Win32...
2005-04-08 H.Merijn BrandDrop d_sitecustomize again. (usesitecustomize is enough)
2005-04-08 Nicholas ClarkAdd SvIVX() to PERL_DEBUG_COW, and change pad.c to...
2005-04-08 Andy LesterRemoving Y2K warnings
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #2
2005-04-08 Nicholas ClarkAdd a macro PERL_DEBUG_COW, for aggressive compile...
2005-04-08 Nicholas ClarkMM_AIX needs neatvalue
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #1
2005-04-08 Rafael Garcia... Add perl593delta.pod
2005-04-07 Rafael Garcia... Mention that select() returns -1 on error,
2005-04-07 AbigailRe: [PATCH] Re: [perl #34650] perldoc -f my should...
2005-04-07 Audrey TangRe: Bugs? In Unicode::EastAsianWidth.
2005-04-07 Gisle Aasperldbtty$$ location
2005-04-07 Nicholas ClarkTabs not spaces in MANIFEST
2005-04-07 raf@tradingpost... [perl #34699] documentation bug in "man perlpodspec"
2005-04-07 Rafael Garcia... Upgrade to ExtUtils::MakeMaker 6.27,
2005-04-06 Steve HayDon't try to export symbols that don't exist
2005-04-06 Nicholas Clarkcast to/from (void *) in the re-entrant code. Now watch...
2005-04-06 Nicholas ClarkCasting to/from (void *) sufficient to make a C++ compi...
2005-04-06 Nicholas ClarkIf we're going to prototype modfl(), it needs extern...
2005-04-06 H.Merijn Brand1. t/TEST now deals with SKIP as if it was TODO. This...
2005-04-05 Nicholas ClarkD'oh! We were never correctly spotting a modfl prototype
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-04-05 Nicholas ClarkTests need to skip if there is no Encode configured.
2005-04-05 Nicholas ClarkUsing savesvpv() here is terser and produces smaller...
2005-04-05 Rafael Garcia... Upgrade to Unicode::Normalize 0.32
2005-04-05 Nicholas ClarkDown with C++ reserved names
2005-04-05 Nicholas ClarkDown with potentially incorrect duplicate prototypes
2005-04-05 Nicholas ClarkDown with more K&R prototypes
2005-04-05 Nicholas ClarkDown with unneeded duplicate prototypes
2005-04-05 Nicholas ClarkDown with K&R function arguments
2005-04-05 Rafael Garcia... Add Math::BigInt::FastCalc in maintainer list
2005-04-05 Rafael Garcia... Adaptations to the Makefile.PL of Math::BigInt/FastCalc...
2005-04-05 TelsNew core module, Math::BigInt::FastCalc
2005-04-05 Tels[Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum...
2005-04-04 Rafael Garcia... That's C, not perl.
2005-04-04 Nicholas ClarkMake -DFORMAT_CHECK compile with threads.
2005-04-04 Rafael Garcia... Bump version to 5.9.3
2005-04-04 Andy Lesterconst-eight.diff
2005-04-03 Steven SchubigerRe: [PATCH] Re: [perl #34632] perlintro: "Comments...
2005-04-03 Steven SchubigerRe: [PATCH] Re: [perl #34632] perlintro: "Comments...
2005-04-03 Marcus Holland... Fix wrong version for byteorder modifiers feature.
2005-04-02 Nicholas ClarkSilence compiler warnings about possibly uninitialised...
2005-04-02 Nicholas ClarkFix "[perl #34643] Config_heavy.pl not in archlib"
2005-04-02 Nicholas ClarkOops. Forgot to add this.
2005-04-02 Jarkko HietaniemiUnicode 4.1.0
2005-04-01 Rafael Garcia... Add encoding::warnings to Maintainers.pl and rebuild...
2005-04-01 Rafael Garcia... Update Changes
2005-04-01 Steve HayRemove dependency on tr(1) for MinGW builds on Win32 perl-5.9.2
2005-04-01 Rafael Garcia... Regenerate perltoc and perlmodlib
2005-04-01 Rafael Garcia... POD fixes.
2005-04-01 Rafael Garcia... FAQ sync.
2005-04-01 Rafael Garcia... Add a note about installhtml
2005-03-31 Craig A. Berrypp_pack.c warnings on VMS
2005-03-31 Rafael Garcia... Mention the current MinGW compilation problems
2005-03-31 Rafael Garcia... Update Changes
next