This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2007-02-24 Rafael Garcia... Indexing and POD fixes
2007-02-24 Wolfgang Launperlretut.pod, 2nd version
2007-02-24 Rafael Garcia... At least, fix the MakeMaker build_man tests.
2007-02-23 Rick DelaneyRe: [perl #41546] perl 5.8.x bug: overloaded 'eq' does...
2007-02-22 Rafael Garcia... Reinstate tests removed by change #30381, but don't
2007-02-22 Steve PetersRevert changes to lib/ExtUtils/t/build_man.t from change
2007-02-22 Steve PetersUpgrade to ExtUtils-MakeMaker-6.32. Included a version
2007-02-22 Yitzchak Scott... Re: Win32 modules & cygwin
2007-02-21 Steve PetersUpgrade to CPAN-1.88_77.
2007-02-21 Jerry D. HeddenRe: [PATCH] Test with Errno in autouse.t
2007-02-21 Steve HayRemove unreferenced local variable
2007-02-21 Steve HayFix Win32 compilation error following #30372
2007-02-21 Craig A. BerryFix VMS exit handling broken in Test::Harness 2.64...
2007-02-20 Steve PetersSilence a couple of compile warnings.
2007-02-20 Rafael Garcia... Some INSTALL nits by Andy Dougherty
2007-02-20 Rafael Garcia... Skip test when Encode isn't built
2007-02-20 Jerry D. HeddenTest with Errno in autouse.t
2007-02-20 Rafael Garcia... A few nits to perlfunc/map.
2007-02-20 Jarkko Hietaniemiregexec.c: S_ stands for static
2007-02-20 Jarkko Hietaniemidump.c: format fixes
2007-02-19 Nicholas ClarkAvoid *some* g++ errors. (But not all yet)
2007-02-19 Jarkko Hietaniemiblead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVA...
2007-02-19 Steve PetersUpgrade to CPAN-1.88_76
2007-02-19 Telsintegrate bignum 0.19
2007-02-19 TelsIntegrate BigRat 0.17
2007-02-19 Tels[PATCH] integrate Math::BigInt 1.79 and Math::BigInt...
2007-02-19 Rafael Garcia... Revert change #28980 per Jarkko's suggestion
2007-02-19 Rafael Garcia... Actually, only changes to regexec.c from #30081 needed...
2007-02-19 Rafael Garcia... Revert change #30081 at dmq's request, and mark its...
2007-02-19 Rafael Garcia... Add a cast for C++ compilation
2007-02-18 Nicholas ClarkMore efficient to call newSV_type() then SvGROW() inste...
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-18 Nicholas ClarkProperly handle the differences in hints in the optree...
2007-02-18 Nicholas ClarknewHV doesn't need to turn off POK or NOK, as they...
2007-02-18 Nicholas Clarktest.pl should locally increase $Level, rather than...
2007-02-18 Craig A. BerryMake vms/munchconfig.c able to take a list of substitut...
2007-02-17 Craig A. BerryMake configure.com's manifest checker more robust when...
2007-02-17 Nicholas ClarkMissed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-17 Nicholas ClarkSplit the storage of the layers specificied by open...
2007-02-16 Nicholas ClarkMove all the cut&paste open TODO logic into OptreeCheck...
2007-02-16 Todd C. Miller[perl #41521] Fix for IO::Socket send method
2007-02-16 Steve HayFix Win32 build after unusual breakage caused by #30327
2007-02-16 Rafael Garcia... Update Changes
2007-02-16 Craig A. BerryIn configure.com, put the "use" back in useieee (typo...
2007-02-16 Rafael Garcia... Avoid to run config_h.SH twice during configuration.
2007-02-16 Craig A. BerryIn configure.com, further disambiguate -Duselongdouble...
2007-02-15 Rafael Garcia... Hakim Cassimally is the new maintainer of the Perldoc...
2007-02-15 Ash BerlinRe: Patch for Deep recursion in B::Deparse
2007-02-15 Yves OrtonRe: [perl #41491] Incorrect regexp warning.
2007-02-15 Jerry D. HeddenUse newer 'threads' constructs
2007-02-14 Nicholas ClarkThere's no need to special case SVt_NULL in the print...
2007-02-14 Rafael Garcia... Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
2007-02-14 Marcus Holland... Upgrade to Devel::PPPort 3.11
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-02-14 Nicholas ClarkChange 30276 wasn't meant do mess with t/lib/common...
2007-02-14 SADAHIRO TomoyukiIntegrate:
2007-02-13 Nicholas ClarkInvoke minitrue to ensure that my spelling had always...
2007-02-13 Robin HoustonRe: Segmentation fault at undeclared for loop variable
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-02-13 Yves OrtonRe: [perl #41491] Incorrect regexp warning.
2007-02-13 Steve HayVadim did the static build change
2007-02-13 Rafael Garcia... A few more details in perldelta
2007-02-13 Steve PetersUpgrade to CPAN-1.88_72
2007-02-13 Nicholas ClarkChange 26487 left some debugging code in, and through...
2007-02-13 John PeacockFwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
2007-02-12 Nicholas ClarkIntegrate:
2007-02-12 Yves OrtonRe: [perl #41492] Incorrect match with /(?(DEFINE)...
2007-02-12 Jan DuboisIntegrate:
2007-02-12 Paul JohnsonRe: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-12 Rafael Garcia... Skip this test if "use open" fails due to an unknown...
2007-02-12 Rafael Garcia... Un-TODO tests avec change #30228
2007-02-12 Rick DelaneyRe: PL_copline inconsistency
2007-02-12 Nicholas ClarkNote why storing a reference as an integer in %^H is...
2007-02-12 Rafael Garcia... Document that m//k works, by Ævar Arnfjörð Bjarmason
2007-02-12 Steve HayApply #30197 to win32/makefile.mk too
2007-02-12 Rafael Garcia... FAQ sync
2007-02-11 Craig A. BerryCheck for the presence of signbit() on VMS. It currentl...
2007-02-11 Craig A. BerryIn vms/vms.c's declaration of the LIB$INITIALIZE psect...
2007-02-11 Rafael Garcia... Another tiny typo in File::Copy (found by Ruud.)
2007-02-11 Rafael Garcia... Explicitly load PerlIO::encoding when testing it.
2007-02-11 Slaven RezicRe: [perl #41442] segfault (dead loop) with Encoding...
2007-02-11 Rafael Garcia... Convert new test to using t/test.pl.
2007-02-11 knew-p5p@pimb.org[perl #41484] qr// stack bug
2007-02-10 Yves OrtonRe: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands...
2007-02-10 Yves OrtonDefend against cmd.exe stupidity (on Win2k at least)
2007-02-10 Nicholas ClarkThese casts to GV are no longer needed.
2007-02-10 Andy Doughertysignbit detection (was [perl #39875] -0.0 loses signedn...
2007-02-09 Nicholas ClarkFix Pod errors.
2007-02-09 Yves OrtonRe: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands...
2007-02-09 Nicholas ClarkUnknown formatting code U<> spotted by Jesse - presumab...
2007-02-09 Nicholas ClarkUpdate the lists of files that makerel needs to process...
2007-02-08 Craig A. BerrySwitch from Carp to plain old warn in vms/ext/XSSymSet.pm
2007-02-08 Rafael Garcia... Typo fix, by John P. Linderman
2007-02-08 Rick DelaneyRe: Change 29193 is a regression
2007-02-08 Rafael Garcia... Remove dead code that was emitting warnings.
2007-02-08 Yves OrtonRe: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-07 Nicholas Clarkopening $0 doesn't work if you change directory. So...
2007-02-07 Nicholas ClarkTODO tests for eval of tainted scalars. (change 29193...
2007-02-07 Steve PetersUpgrade to Time-HiRes-1.9705
2007-02-07 Jerry D. HeddenFix to Dynaloader.t for missing modules
next