This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-12-01 Paul \"LeoNerd... Rewrite ext/Socket/t/Socket.t to use Test::More rather...
2011-12-01 Rafael Garcia... Install perlfaq and perlglossary manpages in section...
2011-12-01 Chris 'BinGOs... Skip executable Cygwin test in EUMM when in core
2011-12-01 Tony Cookavoid conflicting static / dllexport on legacy perls too
2011-12-01 Tony Cookignore a cygwin specific generated file
2011-12-01 Tony Cookstatic and dllexport don't belong together on cygwin
2011-12-01 Father Chrysostomossv.c: fix comment typo added by ce2077b184
2011-12-01 Father ChrysostomosRemove SvOOK_on
2011-12-01 Father Chrysostomosperlintro: consistent use of spaces after dots
2011-12-01 Father Chrysostomos[perl #105024] UNIVERSAL::AUTOLOAD and %+
2011-12-01 Ricardo Signesteach podcheck.t about newly linked-to module in perlfunc
2011-12-01 Abhijit Menon-SenDon't suggest using srand for "cryptographic purposes"
2011-11-30 Ævar Arnfjörð... pod/perlintro: mention that "foreach" is really a synon...
2011-11-30 Ævar Arnfjörð... pod/perlsyn: for is equivalent to "foreach'
2011-11-30 Father Chrysostomosperlhacktips: typo
2011-11-30 Father Chrysostomosperlsource.pod: toolks → tools
2011-11-30 Father ChrysostomosAnother confusing comment; this time in regcomp.c
2011-11-30 Father ChrysostomosCorrect comment in hv.c:S_share_hek_flags
2011-11-30 Father ChrysostomosRemove obsolete comment about SvPOKp in sv.h
2011-11-30 Father Chrysostomoshv.h: Don’t call a char * parameter ‘sv’!
2011-11-30 Father Chrysostomoshv.h: remove obsolete comment
2011-11-30 Father Chrysostomossv.c/find_uninit_var: Explain kid-scanning loop better
2011-11-30 Father Chrysostomossv.c: typo
2011-11-29 Father Chrysostomospanic after cow-to-stash assignment
2011-11-28 Nicholas ClarkAs perldoc is linked from perl.pod, it shouldn't be...
2011-11-28 Nicholas ClarkEliminate vestigial reference to unpushed.h from descri...
2011-11-28 Nicholas Clarkpod/buildtoc now generates pod/roffitall
2011-11-28 Tony Cookavoid double defining the POSIX::TCSANOW constant sub
2011-11-28 Father Chrysostomossv.c: Turn a FIXME comment into an explanation
2011-11-28 Father ChrysostomosRemove duplicate comment from sv.h
2011-11-27 Chris 'BinGOs... Update Module-Loaded to CPAN version 0.08
2011-11-27 Nicholas ClarkFix two bugs related to pod files outside of pod/
2011-11-27 Father Chrysostomos[perl #99850] SEGV when destructor undefs goto &sub
2011-11-27 Father Chrysostomostypo in perlre.pod
2011-11-27 Peter MartiniChange a semicolon to a colon. This is necessary for...
2011-11-27 Nicholas ClarkFix two post 5.15.0 perltoc.pod generation bugs.
2011-11-27 Nicholas ClarkIn roffitall, explicitly use perl to run rofftoc.
2011-11-27 Father Chrysostomos[perl #97980] Stop tied() from returning a copy
2011-11-27 Father ChrysostomosMake inlined &CORE::__SUB__ the right-sized op
2011-11-27 Father Chrysostomos[perl #98352] perlre: Clarify visibility of $1 in ...
2011-11-26 Father ChrysostomosOops!
2011-11-26 Father Chrysostomossv.h: Consistent use of spaces after dots
2011-11-26 Father Chrysostomos[perl #97632] Improve SvTAINT docs
2011-11-26 Father ChrysostomosRemove ‘no warnings deprecated’ from two .t’s
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-26 Father ChrysostomosDon’t coerce $x immediately in foo(substr $x...)
2011-11-26 Father ChrysostomosOptimise __SUB__ to a constant
2011-11-26 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.87
2011-11-26 Ricardo Signescorrect some erroneous linking in 5.14.0 delta
2011-11-25 Chris 'BinGOs... Add AutoLoader upgrade to perldelta
2011-11-25 Chris 'BinGOs... Update B-Debug to CPAN version 1.17
2011-11-25 Nicholas Clarkbisect.pl avoids perl-5.004 and earlier on case insensi...
2011-11-25 Nicholas Clarkbisect-runner.pl now builds back to 5.005 on the defaul...
2011-11-25 Nicholas Clarkbisect-runner.pl should avoid ext/Hash/Util/FieldHash...
2011-11-25 Nicholas Clarkbisect-runner.pl can now build on AIX back to perl...
2011-11-25 Nicholas ClarkIn bisect-runner.pl, fall back to context diffs for...
2011-11-25 Nicholas ClarkIn bisect-runner.pl, only shell out to patch from apply...
2011-11-25 Konovalov,... .\win32\mdelete.bat not needed
2011-11-25 Father ChrysostomosDon’t warn for foo+1 with ($) proto
2011-11-25 Father Chrysostomosevalbytes should ignore outer utf8 declaration
2011-11-24 Steffen MuellerUpgrade AutoLoader to 5.72
2011-11-24 Father Chrysostomosregen pod issues
2011-11-24 Father Chrysostomosperlgpl.pod: wrap long line
2011-11-24 Father ChrysostomosIncrease $SelfLoader::VERSION to 1.19
2011-11-24 Dominic HargreavesUpdate references to the FSF's postal address
2011-11-24 Father ChrysostomosTest ambiguous warning with (;$) proto
2011-11-24 Matthew Horsfall... When parsing subs with user-defined prototypes, store...
2011-11-24 Father ChrysostomosSuppress ‘once’ warning in gmagic.t
2011-11-24 Father ChrysostomosAdd lib/perl5db/t/rt-104168 to MANIFEST
2011-11-24 Peter ScottThe attached patch adds to the debugger a capability...
2011-11-24 Father Chrysostomos‘Inline’ S_sv_unglob
2011-11-24 Father ChrysostomosMake COW-clobbering faster
2011-11-24 Father ChrysostomosMake assignment over glob copies much faster
2011-11-24 Father ChrysostomosCall FETCH once for rcatline
2011-11-24 Father Chrysostomoslib/version.t: suppress warning
2011-11-24 Father Chrysostomosperlfunc: Don’t put __SUB__ between substr entries
2011-11-24 Father Chrysostomossysread should not ignore magic on its buffer
2011-11-24 Father ChrysostomosMake sselect call fetch once
2011-11-24 Father ChrysostomosMove substr tests under t/op
2011-11-24 Father ChrysostomosCall FETCH once when chomping a tied ref
2011-11-24 Father Chrysostomospp.c: Remove useless read-only check from S_do_chomp
2011-11-24 Father ChrysostomosCall FETCH once for $tied_ref =~ y/a/b/
2011-11-24 Father ChrysostomosIncrease $IO::File::VERSION to 1.16
2011-11-24 Father ChrysostomosRemove ‘use File::Spec’ from IO::File
2011-11-24 Father Chrysostomos__SUB__ should warn in void context
2011-11-24 Father ChrysostomosUse correct err msg in XS version check
2011-11-24 Father ChrysostomosRemove $SIG{__WARN__} from XSLoader.t
2011-11-24 Father ChrysostomosProduce right error msg for $ver < "version"
2011-11-24 Father Chrysostomosgv.c: Remove SV_GMAGIC from sv_catpvn_flags call.
2011-11-23 Chris 'BinGOs... Update Pod-LaTeX to CPAN version 0.60
2011-11-23 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.86
2011-11-23 Nicholas ClarkMove the implementation of --validate from bisect.pl...
2011-11-23 Nicholas ClarkAdd a --make option to bisect.pl, to specify an alterna...
2011-11-23 Father ChrysostomosUNIVERSAL::VERSION should treat "version" as a string
2011-11-23 Father Chrysostomosprintf "%vd", "version" should not SEGV
2011-11-23 Nicholas ClarkOn AIX, bisect-runner.pl must patch Makefile.SH for...
2011-11-23 Nicholas Clarkmakedef.pl uses Config.pm, so needs a Makefile dependen...
2011-11-23 Father Chrysostomos[perl #102586] version->new("version") SEGVs
2011-11-23 Reini Urbanarybase.xs be more defensive
2011-11-23 Father ChrysostomosCorrect spelling of double free warning
next