This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2005-04-27 Rafael Garcia... A couple of warning fixes by Gisle
2005-04-27 Andy Lesterperlio-two.patch: More warnings squashed, more consts
2005-04-27 Steve HayWin32 MM test fix
2005-04-26 Andy LesterXS() __attribute__
2005-04-26 Andy LesterRe: [PATCH] pp_pack.c redux, to work w/Jarkko's recent...
2005-04-26 Rafael Garcia... Upgrade to CGI.pm 3.08
2005-04-26 H.Merijn Brandfor AIX problems? RE: [PATCH] Symbian port of Perl
2005-04-25 Steve HayUpdate location to fetch dmake from in README.win32
2005-04-25 Yves Ortonmktables.lst and related stuff (was Re: [PATCH] Unicode...
2005-04-25 Steve HayProvide $Config{libswanted_uselargefiles} on Win32
2005-04-25 Jarkko Hietaniemicombopatch
2005-04-25 Rafael Garcia... Fix typo, noticed by Randal Schwartz
2005-04-25 Abhijit Menon-SenAdd STORABLE_attach hook (Adam Kennedy).
2005-04-24 Rafael Garcia... Add files missing in 24314
2005-04-24 Rafael Garcia... Upgrade to Test::Harness 2.48
2005-04-24 Steve PetersAdd -Wdeclaration-after-statement to default flags...
2005-04-24 Rafael Garcia... Add %patchlevel hash to Module::CoreList
2005-04-24 Craig A. Berrylib/Time/Local.t: time_t is unsigned on VMS
2005-04-23 Nicholas ClarkVariable declarations can't come after statements in...
2005-04-23 Nicholas ClarkSave state when auto-generating #ifdef PERL_CORE and...
2005-04-23 Steve PetersFix for warnings in util.c/Perl_init_tm()
2005-04-22 Nicholas ClarkConvert to test.pl
2005-04-22 Craig A. Berryt/uni/class.t -- update VMS test skippage
2005-04-22 Rafael Garcia... Patch by Yves Orton to accept several options on the...
2005-04-22 Steve HayFix last remaining Win32 linker error following change...
2005-04-22 Rafael Garcia... There's no point listing '-f' in --help output
2005-04-22 Nicholas ClarkFor now, TODO the 2 tests that fail on 5.8.x
2005-04-22 Rafael Garcia... -A wasn't listed in the --help output
2005-04-22 Steve HayFix more Win32 linker errors following change 24271
2005-04-22 Andy Lesterpp_pack.c warning quieting
2005-04-22 Steve HayFix Win32 linker errors following change 24271
2005-04-22 Steve Petersbytecode.pl, bytecode.h, and sv.h fixes
2005-04-22 Steve HayFix my_chsize() for systems having chsize(), broken...
2005-04-21 Dave MitchellSigh - really bump Text::Wrap version number this time.
2005-04-21 Dave Mitchellbump version number in Text::Wrap after change #24273
2005-04-21 Dave Mitchell[perl #34902] Text::Wrap::wrap() fails with non-space...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-21 Dave Mitchell[perl #34976] substr uses utf8 length cache incorrectly
2005-04-21 Andy Lesterextra code in pp_concat, Take 2
2005-04-20 David Dyckpatch to [PATCH] Fix MGVTBL structures in perl.h (prepr...
2005-04-20 Dave MitchellIn change 24266 I failed to actually change anything...
2005-04-20 Dave Mitchellchange misleading syslog() example
2005-04-20 glasser@tang... [perl #35059] [PATCH] caller() skips frames (such as...
2005-04-20 Andy LesterFix MGVTBL structures in perl.h
2005-04-20 Steve PetersRefactoring to Sv*_set() macros - patch #6
2005-04-20 Nicholas ClarkMerge common code. Reduces object size by 1K on x86...
2005-04-19 Dave Mitchellrun regen_headers after addition of FOO_set() macros
2005-04-19 Andy Lesterpad_compname_type(), takes care of a clunky macro
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
next