This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2007-09-25 Slaven Rezicstop lib/perl5db.t failure if Term::ReadLine::Perl...
2007-09-25 Jerry D. HeddenREADME.cygwin update
2007-09-25 Jerry D. Hedden$^E is not Win32::GetLastError under Cygwin
2007-09-25 Jerry D. HeddenRe: Change 31935: Upgrade to Win32-0.32
2007-09-24 Jim Cromie[patch] improve B::Concise -src support
2007-09-24 Dave Mitchellsixth attempt to silence S_emulate_eaccess compiler...
2007-09-24 Rafael Garcia... Upgrade to Compress::Zlib 2.007
2007-09-24 Rafael Garcia... Upgrade to threads::shared 1.14
2007-09-24 TelsRe: BigInt bug with non-integer accuracy/precision
2007-09-24 H.Merijn BrandAnnounce plans for -Duse32bit* options for Configure...
2007-09-24 Craig A. BerryAllow IEEE math to be deselected on OpenVMS I64 (but...
2007-09-24 Dave Mitchellsilence a spurious compiler warning in regcomp.c
2007-09-24 Dave Mitchellfifth attempt to silence S_emulate_eaccess compiler...
2007-09-23 Craig A. BerryAnd some more VMS-specific additions to PL_bincompat_op...
2007-09-23 Nicholas ClarkAdd USE_IEEE to PL_bincompat_options, as use_ieee in...
2007-09-23 Craig A. BerryRecord IEEE usage in config.h on VMS.
2007-09-23 H.Merijn BrandRevert #31942, as it was inconsistent between threaded and
2007-09-23 Abe Timmermannetbsd's setlocale () doesn't support LC_COLLATE and...
2007-09-23 Nicholas ClarkUnder -DDEBUGGING (on gcc), assert that SvRV(sv) is...
2007-09-22 Nicholas ClarkFix bug 45607 - for the corner case *{"BONK"} = \&...
2007-09-22 Marcus Holland... Upgrade to Devel::PPPort 3.12
2007-09-21 Nicholas Clarkhv_stores() on a literal string is now fractionally...
2007-09-21 Steve HayFix Win32 breakage caused by #31926
2007-09-21 Rafael Garcia... Silence a load of "value computed is not used" warnings
2007-09-21 Steve HayUpgrade to Win32-0.32
2007-09-21 John Peacockversion-0.73 (was Re: Change 31920: Don't use ~0 as...
2007-09-20 Nicholas ClarkGet mad compiling as C++. (At least for me)
2007-09-20 Nicholas ClarkRemove now-unnecessary =cuts where POD is now adjacent...
2007-09-20 Nicholas ClarkAdd a new function Perl_hv_common_key_len(), which...
2007-09-20 Nicholas ClarkMove the SV dereference of Perl_hv_fetch()/Perl_hv_store()/
2007-09-20 Steve Petersext/XS/APITest/APITest.xs was suffering casting issues...
2007-09-20 Jos I. BoumansArchive::Extract 0.24 (was Re: Archive::Extract test...
2007-09-20 Steve PetersCasts needed in mathoms.c to make it compile with g...
2007-09-20 Nicholas ClarkSwitch Perl_hv_common() to returning void * rather...
2007-09-20 Nicholas ClarkChange 31919 forgot to add Perl_hv_common to global.sym
2007-09-20 Nicholas ClarkConvert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent...
2007-09-20 Nicholas ClarkUse Perl_hv_common() to test disabling the key conversi...
2007-09-20 Nicholas Clarkassert that what is passed into the hash functions...
2007-09-20 Nicholas ClarkSVs know their length, so avoid 2 calls to strlen().
2007-09-20 Rafael Garcia... Don't use ~0 as a version number -- it could overflow.
2007-09-20 Nicholas ClarkMake hv_fetch_common() non-static, and change its name...
2007-09-19 Nicholas ClarkChange 31849 forgot to regenerate the documentation...
2007-09-19 Nicholas ClarkInline and abolish S_hv_magic_uvar_xkey().
2007-09-19 Nicholas ClarkSend all delete()/delete_ent() calls via S_hv_fetch_com...
2007-09-19 Nicholas ClarkLots more tests with many permuations of 7, 8 and ...
2007-09-19 Nicholas ClarkParameterise the code that tests the rot13 hash, and...
2007-09-19 Nicholas Clarkext/XS/APItest/t/hash.t was failing because the fieldha...
2007-09-19 Nicholas ClarkCall the key transformation function for hv_exists...
2007-09-19 Rafael Garcia... Fix failing Test::Simple test
2007-09-19 Steve HayUpdates to AUTHORS etc.
2007-09-19 Steve HayFix whitespace in Changes to keep Porting/checkAUTHORS...
2007-09-19 Rafael Garcia... Fix file name in MANIFEST
2007-09-19 Steve PetersUpdate to Test-Simple-0.71
2007-09-19 Nicholas ClarkMark utils/Makefile as read/write in perforce.
2007-09-19 Nicholas ClarkCall the key transformation function for hv_delete().
2007-09-19 Steve HayClean up test files left behind (on Win32, at least...
2007-09-19 David Landgrenminor changes to File::Path (and more tests)
2007-09-19 Nicholas ClarkMore tests for when fieldhash magic (doesn't) trigger.
2007-09-19 Nicholas ClarkCorrect test descriptions. bless didn't trigger. ever...
2007-09-19 Dmitry KarasikRe: [perl #45493] [patch] ext/Win32/Win32.xs compilatio...
2007-09-19 Jarkko HietaniemiRe: [PATCH] Cray XT4/Catamount build
2007-09-19 Nicholas ClarkFor an LVALUE fetch, "hv_fetch()" will recurse into...
2007-09-19 Jerry D. Heddenthreads 1.67
2007-09-19 Michael G.... t/TEST doesn't check exit (was Re: Test::More bug?)
2007-09-19 Michael G.... Re: [PATCH] Re: Unintentional base.pm behavior change
2007-09-18 Rafael Garcia... Prevent the pragmas from ${^OPEN} propagated to %^H...
2007-09-18 Robin Barkerdocument [PATCH] lib/feature.pm
2007-09-18 Rafael Garcia... More work and modernization of INSTALL
2007-09-18 Steve HayChange #31889 forgot to regen global.sym
2007-09-17 Nicholas ClarkFix spelling errors in comments.
2007-09-17 Nicholas ClarkRemove dead functions:
2007-09-17 Nicholas ClarkRemove dead code surrounded by #if 0 from mathoms.c
2007-09-17 Jim Cromie[patch] qualify OP arenas item in perltodo
2007-09-17 H.Merijn BrandHP's ANSI-C optimizer breaks op.c (t/op/state.t failure...
2007-09-17 Nicholas ClarkSome more state variable deparse tests.
2007-09-17 Jim Cromie[ patch ] add line-number to embed.pl warnings
2007-09-17 Jos I. BoumansModule::Load::Conditional 0.18 (was Re: Module::Load...
2007-09-17 Rafael Garcia... Make B::Deparse able to handle pragmas from %^H.
2007-09-17 Jan Duboisdocument limitation of exec() inside pseudo-processes
2007-09-17 Jerry D. Heddenthreads 1.66
2007-09-17 Telsfix bigint testsuite
2007-09-17 Jarkko HietaniemiRe: [PATCH] Cray XT4/Catamount build
2007-09-17 Jim Cromiegrammar nit
2007-09-16 Nicholas ClarkChange 31873 was not robust against the possibility...
2007-09-16 Tels[PATCHES] various small Math::BigInt et. al. fixes
2007-09-16 Nicholas ClarkUpgrade to Archive::Tar 1.36
2007-09-15 Nicholas ClarkMove all the compile time options that affect binary...
2007-09-15 Nicholas ClarkRejig the word wrapping code for the "Compile-time...
2007-09-15 Nicholas ClarkNote the gotcha about newlines in the elements of PL_pr...
2007-09-15 Nicholas ClarkSave some C<","> in the embedded program used to genera...
2007-09-14 Jos I. BoumansUpdate Module::Load to 0.12 (Was Re: Module::Load 0...
2007-09-14 Dave Mitchellenable utf8 cache assertions on DEBUGGING builds
2007-09-14 Dave Mitchell[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len...
2007-09-14 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.21.tar.gz
2007-09-14 Jim Cromiea spelling nit
2007-09-14 Dave Mitchell[perl #45053] Memory corruption with heavy module loadi...
2007-09-13 Nicholas ClarkNote that list initialisation of state variables is...
2007-09-13 John E. Malmberg[patch@31788] Term::ReadLine::Stub missing get_line
2007-09-13 Rafael Garcia... Better diagnostics and test naming
2007-09-13 Rafael Garcia... Make Deparse handle "say"
next