This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2009-11-18 Chris WilliamsUpdated CPAN path for Module::CoreList in Maintainers.pl
2009-11-18 Leon BrocardFix minor typo in comment
2009-11-18 Nicholas ClarkSkip the scope name checks if PL_scopestack_name is...
2009-11-18 Nicholas ClarkPL_scopestack_name needs to be present, -DDEBUGGING...
2009-11-18 Chris WilliamsUpdate CPANPLUS::Dist::Build to cpan version 0.44
2009-11-18 Nicholas ClarkCorrect the arguments to MBTest->tmpdir() to reflect...
2009-11-18 David GoldenUpdated Module::Build to 0.35_08
2009-11-17 AbigailTypo fix
2009-11-17 Nicholas ClarkCorrectly check that functions flagged as documented...
2009-11-17 Nicholas ClarkCorrect the flags for 3 functions that don't actually...
2009-11-16 Jan DuboisRemove dead preprocessor code from toke.c
2009-11-16 Jan DuboisFix crash in refactored lexer internals
2009-11-16 Gerard Goossenadd op class assertions to newXXXOP functions
2009-11-16 David GoldenDocument SIGPIPE when printing to closed socket
2009-11-16 Jesse VincentPatches to Encode 2.38 to match current test layout
2009-11-16 Jesse VincentUpdated Encode to CPAN release 2.38
2009-11-15 Chris WilliamsUpdate CPANPLUS::Dist::Build to cpan version 0.42
2009-11-15 Chris WilliamsUpdate IPC::Cmd to cpan version 0.54
2009-11-15 Nicholas ClarkInline PL_no_symref_sv into its users. Deprecate the...
2009-11-15 Nicholas ClarkInline PL_no_symref into pp_entersub. Deprecate the...
2009-11-15 Zeframlexer API
2009-11-15 Nicholas ClarkMake the style of pad_add_name's flags consistent with...
2009-11-15 Nicholas ClarkChange S_pad_check_dup()'s arguments from char*/STRLEN...
2009-11-15 Nicholas ClarkConvert pad_check_dup() to static linkage, and call...
2009-11-15 Nicholas ClarkRefactor common code paths from Perl_pad_add_name(...
2009-11-15 David GoldenChange perl -v version format
2009-11-15 Rafael Garcia... Performance optimisation in assert, suggested by Tim...
2009-11-15 Vincent PitTeach B::Deparse about in-place reverse
2009-11-14 Chris WilliamsUpdated File::Fetch to cpan version 0.22
2009-11-14 Rafael Garcia... Include legacy.t in the maintainance list
2009-11-14 Rafael Garcia... POD fixes and typos
2009-11-14 Karl Williamsonadd code for Unicode semantics for non-utf8 latin1...
2009-11-14 Graham BarrUpdate to Scalar-List-Utils-1.22 from CPAN
2009-11-14 Steve HayRevert core fixes for IO-Compress following IO-Compress...
2009-11-14 Paul Marquess[PATCH] IO-Compress 2.022
2009-11-13 Jan DuboisSupport $! stringification of socket error codes on...
2009-11-13 Jerry D. HeddenFix compiler warning:
2009-11-13 Jerry D. HeddenFix compiler warnings:
2009-11-13 Jerry D. HeddenFix compiler warnings:
2009-11-13 Jerry D. HeddenFix compiler warning:
2009-11-13 Jerry D. HeddenFix compiler warning:
2009-11-13 Chris WilliamsUpdated IPC::Cmd to cpan release 0.52
2009-11-13 Gerard GoossenTest for a bug in sort where the elements are freed...
2009-11-13 Daniel Frederick... Refactor and expand unshift.t
2009-11-13 Father Chrysostomos[perl #70337] perldiag: localtime(...) too large
2009-11-13 Jan Duboisflock() on Windows should set proper errno numbers.
2009-11-13 Jan Duboisflock() should return EWOULDBLOCK instead of EAGAIN.
2009-11-13 Jan DuboisPL_scopestack_name needs to be copied in perl_clone()
2009-11-13 Gerard GoossenMake win32_start_child responsible for cleaning all...
2009-11-12 Craig A. Berry1 is a magic number to C's exit() and Perl_my_exit().
2009-11-12 Chris WilliamsUpdated CPANPLUS to cpan version 0.89_09
2009-11-12 David E. WheelerBring Pod::Simple up to 3.10
2009-11-12 Jan DuboisPL_scopestack_name is only defined in DEBUGGING perl
2009-11-12 Nicholas ClarkAs our $_; is forced into main::, it should warn as...
2009-11-12 Nicholas ClarkExplicitly check that our $_; is special, and forced...
2009-11-12 H.Merijn BrandSorry, missed a "
2009-11-12 H.Merijn BrandHP-UX does not accept UTC0UTC, because there is no...
2009-11-12 Gerard GoossenAdd line information to jumplevel debug information
2009-11-12 Gerard GoossenAdd missing LEAVE to universal.c sv_does
2009-11-12 Gerard GoossenAdd missing LEAVE to POSIX.xs sigaction
2009-11-12 Gerard GoossenAdd ENTER_with_name and LEAVE_with_name to automaticly...
2009-11-12 Chris WilliamsUpdated File::Fetch to cpan version 0.21_02
2009-11-12 Karl WilliamsonGrow zero length scalars
2009-11-11 Chris WilliamsUpdate File::Fetch to cpan version 0.21_01
2009-11-11 Jan DuboisMap winsock error codes to POSIX errno values
2009-11-11 Craig A. BerrySome de-cruftification of README.vms.
2009-11-11 Craig A. Berryreaddir() reports file type on VMS, even if zero length.
2009-11-11 Gerard Goossenrefactoring of flip.t
2009-11-11 Vincent PitMake diag.t skip the warning I just fixed
2009-11-11 Chris WilliamsUpdate CPANPLUS to cpan version 0.89_08
2009-11-10 Vincent PitClarify and complete documentation for in-place reverse
2009-11-10 Vincent PitFix misformed UVxf format in op.c
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-11-10 Vincent PitPort t/op/reverse.t to test.pl
2009-11-10 Vincent PitAdd EXISTS and DELETE methods to Env.pm
2009-11-10 Vincent PitFactor the "is this an in-place array operator construc...
2009-11-10 SisyphusAdd mingw64 support
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_add_name().
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_check_dup().
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_allocmy().
2009-11-09 SisyphusFix warnings from win32 gcc compilers
2009-11-09 karl williamsonMore cleanup of utfebcdic.h and utf8.h
2009-11-09 H.Merijn Brandperl.exp was not built in time on systems that required...
2009-11-09 Nicholas ClarkIn Perl_pad_check_dup(), use sv rather than name for...
2009-11-09 Jesse VincentMANIFEST was missing two files
2009-11-08 Chris WilliamsUpdate IPC::Cmd to cpan version 0.51_01
2009-11-08 Nicholas ClarkTweak the GV downgrading of f7461760 to avoid free...
2009-11-08 Vincent PitSvREFCNT_inc already checks if the SV is non-NULL
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-11-08 Harmen'use strict' and 'use warnings' in test generated by...
2009-11-08 ZeframBareword sub lookups
2009-11-08 Gerard GoossenMake my_exit behave the same as the Perl exit. And...
2009-11-08 Gerard GoossenAdd assertions about there being no leftover scopes...
2009-11-08 Zeframpad_findmy APIification
2009-11-08 Kevin RydeCorrectly document export of I18N::Langinfo
2009-11-08 Steffen MuellerMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-11-08 Eric Brines/AvLEN/AvMAX/ in perlguts
2009-11-08 Eric Brines/AvLEN/AvMAX/ in perlguts
2009-11-08 Karl WilliamsonDefine specially handled chars; and clean-up ebcdic...
2009-11-08 David GoldenAdd mingw-w64 non-crosscompiling config files
next