This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2007-02-28 Rafael Garcia... Add new tests for keys in %+ and %-
2007-02-28 Rafael Garcia... perltodo nit for SelfLoader
2007-02-28 Rafael Garcia... Fix a couple of typos in internal docs
2007-02-27 AbigailChange of email address.
2007-02-27 Jerry D. HeddenSkip tests if Encode not built
2007-02-27 Rafael Garcia... Disable the strict pragma before eval'ing selfloaded...
2007-02-27 Rafael Garcia... dmq points out that %+ and %- are not arrays. Fix the...
2007-02-27 Rafael Garcia... Update Changes
2007-02-27 Rafael Garcia... Rework and fix docs for %+, %- and re::Tie::Hash::Named...
2007-02-27 Craig A. BerryOn VMS, use the normal executable file extension for...
2007-02-26 Yves OrtonRe: [perl #41565] qr// memory corruption
2007-02-26 Yves OrtonRe: Regexp recursion limit too low?
2007-02-26 Steve HayBump $Win32API::File::VERSION for change #30409
2007-02-26 Craig A. BerryIn configure.com, include the Win32 extensions in ...
2007-02-26 Yitzchak Scott... Re: [PATCH] Re: Win32 modules & cygwin
2007-02-26 Nicholas ClarkUpdate the FSF's address. Plus some other whitespace...
2007-02-26 Nicholas ClarkFix bug #41550 - AUTOLOAD :lvalue not working the...
2007-02-26 Nicholas ClarkConvert t/op/sub_lval.t to test.pl
2007-02-26 Rafael Garcia... Module::Pluggable wasn't in the maintainers list
2007-02-26 Rafael Garcia... Add a version number to Module::Pluggable::Object and
2007-02-26 Craig A. BerryIn perlport, refine description of eight-level director...
2007-02-26 Craig A. BerryAssorted updates to vms/vms.c to fix compiler errors...
2007-02-26 Craig A. BerryOne more longdouble nit for configure.com, following...
2007-02-26 Craig A. BerryModule::Pluggable::Object::search_paths portability...
2007-02-25 Alexey Tourbinsigtrap.pm (handler_traceback): do not clobber $_
2007-02-25 Devin Heitmueller[perl #41560] [PATCH] crash in Perl_vmess when GvIOp...
2007-02-25 Wolfgang LaunRe: [perl #41513] (parsing?)problem when using a '...
2007-02-25 Rafael Garcia... - Use the same regexp as in change #30395 to parse...
2007-02-25 Rafael Garcia... Factorize three regexps into one, using new regexp...
2007-02-25 Rafael Garcia... Don't clobber $_ by using "my $_". Potential bug found...
2007-02-25 Craig A. BerryAdd a comment to mg.c to clarify that words like "raise...
2007-02-24 Craig A. BerryUpdate descriptions of long-running ops and non-deferrable
2007-02-24 Alexey TourbinExtUtils/Constant/Base.pm: use constant folding to...
2007-02-24 Alexey TourbinExtUtils/MM_Unix.pm (fixin): do not clobber $/
2007-02-24 Alexey Tourbinperlio.c (PerlIO_tmpfile): fix memory leak
2007-02-24 Rafael Garcia... Add a new test for undef and delete on stash entries...
2007-02-24 Rafael Garcia... C<keys %+> should not warn. Don't make scan_ident test for
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
next