This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-02-09 Robin Barkermissing paragraph break in perlport
2011-02-09 Craig A. BerryFix use_ok() in vmsish.t broken by 46d4dcbda33f17cc.
2011-02-08 Paul LeoNerd... Minor bugfixes to Socket::getaddrinfo
2011-02-08 Nicholas ClarkConvert vmsish.t to Test::More from test.pl
2011-02-08 Nicholas ClarkRemove now-erroneous comment about 'test.pl' from versi...
2011-02-08 Hugo van der... Fix failing tests.
2011-02-08 Hugo van der... Extract format parameter later when vectorizing.
2011-02-08 Hugo van der... Add supplied tests from perl #83194.
2011-02-08 Michael StevensFix invalid pod in perlmodlib
2011-02-08 David GoldenUpdated Parse::CPAN::Meta to CPAN version 1.4401
2011-02-08 Father Chrysostomos[perl #82854] utf8, $SIG{__DIE__}, syntax errors and...
2011-02-07 Nicholas ClarkWhen running tests from lib/, set @INC and $ENV{PERL5LI...
2011-02-07 David MitchellInit PL_cop_seqmax to a high value under DEBUGGING
2011-02-07 Karl Williamsonregcomp: Add/subtract consts to match embed.fnc
2011-02-06 David Mitchellpp_subst: move a common block outside an if/then
2011-02-06 David Mitchellpp_subst: do SvUTF8_on next to the SvPOK_only_UTF8
2011-02-06 David Mitchellfix a s/non-utf8/is-utf8/ bit of nastiness
2011-02-06 David MitchellMake Perl_sv_utf8_upgrade* respect nomg
2011-02-06 David Mitchellpp_subst: remove a superflous PUTBACK/SPAGAIN
2011-02-06 David Mitchellpp_subtr: preserve UTF8 flag in rare cases
2011-02-06 David Mitchellpp_subst: move a bock of code to to decrease gotos
2011-02-06 David Mitchellpp_subst: compact a couple of PUSHes using ?:
2011-02-06 David Mitchellpp_subst: remove a duplicate label
2011-02-06 David Mitchellpp_subst: exit as soon as !match
2011-02-06 David Mitchellpp_substr: combine two identical blocks of code
2011-02-06 David Mitchellfix typo in new pad.c comment
2011-02-06 David Mitchellallow wrap-around of PL_cop_seqmax
2011-02-06 David Mitchellmake 0 not a special value for COP_SEQ_RANGE_HIGH
2011-02-06 David Mitchellrename PAD_MAX to PERL_PADSEQ_INTRO
2011-02-06 David Mitchellmany string evals cause eventual scope issues
2011-02-06 Karl Williamsonutf8_heavy.pl: Improve debug output
2011-02-06 Karl WilliamsonSilence compile warnings before uni tables built
2011-02-06 George GreerTwo Safefree() changes to make -DPERL_POISON builds...
2011-02-06 Nicholas ClarkIn IPC::Open3's fd.t, open STDIN explicitly in the...
2011-02-06 Nicholas ClarkIn IPC::Open3's fd.t, correct the code added in 1f563db...
2011-02-06 George GreerRearrange global.sym according to 'make regen'
2011-02-05 Dave RolskyAdd a section on patch style (unified diff, etc) and...
2011-02-05 George GreerTwo more swash inversion list exports necessary for...
2011-02-05 Craig A. BerryDon't redefine Perl API functions in ext/re.
2011-02-05 pjacklam[perl #83406] Library compatibility and API documentati...
2011-02-05 Nicholas ClarkConvert XS::APItest's svpv_magic.t to Test::More.
2011-02-05 Tony Cookexport the functions required by re
2011-02-04 Chris 'BinGOs... Clarify the return values of the first_release function...
2011-02-04 Nicholas ClarkRemove MacOS Classic references from B's tests.
2011-02-04 Nicholas ClarkRefactor B's o.t to use 'prog' and 'switches' with...
2011-02-04 Karl Williamsonl1_char_class_tab.h: Remove multi-char fold targets
2011-02-04 Dave RolskyMajor revision of perlhack and perlrepository
2011-02-04 Nicholas ClarkActually generate full failure diagnostics in checkErrs...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, always report inconsistent errors...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, implement proper qr// matching...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, inline diag_or_fail() into its...
2011-02-04 David Mitchellsilence do_curse() compiler warning
2011-02-04 Nicholas ClarkIn Cwd, convert two regexps to explicit ranges, instead...
2011-02-04 Nicholas ClarkIn File::Copy, convert two regexps to explicit ranges...
2011-02-04 Michael StevensFix excess whitespace in pod.
2011-02-04 Nicholas ClarkIn B's tests, fix calls to like() which weren't being...
2011-02-04 Nicholas ClarkRemove non-working and hence unused features from B...
2011-02-04 Nicholas ClarkConvert Pod::Html to lexical file handles.
2011-02-04 David GoldenUpdated HTTP::Tiny to CPAN version 0.010
2011-02-04 Tony Cookuse the macro that casts to HV * so threaded C++ builds...
2011-02-03 Nicholas ClarkConvert B's "no perlio" skips to "skip all" in the...
2011-02-03 Nicholas ClarkRemove commented out 'require test.pl' lines in B's...
2011-02-03 Nicholas ClarkCorrect the "no perlio" skipping in optree_misc.t.
2011-02-03 David GoldenUpdated Module::Metadata to CPAN version 1.000004
2011-02-03 Karl Williamsoncode points above 0x7fff_ffff problematic
2011-02-02 Karl WilliamsonMove ANYOF folding from regexec to regcomp
2011-02-02 Karl Williamsonregexp_unicode_prop.t: Add tests, refactor
2011-02-02 Karl Williamsonpat-advanced.t: Add new test
2011-02-02 Karl Williamsonregexp_unicode_prop.t: Comment nits
2011-02-02 Karl WilliamsonAdd synonym \p{Titlecase}
2011-02-02 Karl WilliamsonAdd PL_foldable - a list of chars that participate...
2011-02-02 Karl Williamsonmktables remove obsolete never-used code
2011-02-02 Karl Williamsonintrpvar.h: Clarify comment
2011-02-02 Karl Williamson_swash_inversion_hash Rmv X from embed, add const
2011-02-02 Karl WilliamsonAdd initial inversion list object
2011-02-02 Karl Williamsonregcomp.c: Generate different property for /i matching
2011-02-02 Karl Williamsonutf8_heavy: Use new mktables caseless feature
2011-02-02 Karl Williamsonmktables: Set caseless equivalent tables
2011-02-02 Karl Williamsonmktables: Add concept of caseless equiv table
2011-02-02 Karl Williamsonmktables: factor out sub that duplicates utf8_heavy
2011-02-02 Karl Williamsonregcomp.c: cl_and() fix
2011-02-02 Jesse Vincentupdate the manicheck step in the RMG to keep up with...
2011-02-02 Jesse Vincentremove cmpVERSION step from the RMG since abigail autom...
2011-02-02 Jesse Vincentmade abigail's new porting/cmp_version.t not scream...
2011-02-02 Jesse VincentBump Attribute::Handlers version since it changed since...
2011-02-02 Jesse VincentBump I18N::LangTgs::Detect since it changed since the...
2011-02-02 Jesse VincentBump IO::Select's version since it changed since the...
2011-02-02 Jesse VincentBump Locale::Maketext's version
2011-02-02 AbigailMake it so that it acts as if cmpVERSION.pl had not...
2011-02-01 Jesse VincentBump OS2::Process version since the docs changed trigge...
2011-02-01 Michael StevensRemove whitespace for pod fix.
2011-02-01 Michael StevensFix NAME section to be valid.
2011-02-01 Michael StevensMake podchecker a little happier
2011-02-01 Michael StevensPod cleanup for F<> and L<>
2011-02-01 Jesse Vincentupdate the release manager's guide to remove a now...
2011-02-01 Jesse VincentBump Carp.pm version since it now differs from 5.13.9
2011-02-01 Dave RolskyPerltidy Carp.pm and Carp.t
2011-02-01 Dave RolskyMake Carp.pm strict and warnings safe.
2011-02-01 Jesse VincentBump versions of modules changed since the last blead...
2011-02-01 AbigailGet the tag from git describe instead of $]
next