This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-09-18 Robin Barkerfix NAME section in Text::Abbrev and Search::Dict
2011-09-18 Leon TimmermansOnly upgrade when necessary
2011-09-18 Father ChrysostomosDeparse "${#}a"
2011-09-18 Father ChrysostomosDeparse $#{/} correctly
2011-09-18 Father ChrysostomosMake -l always treat non-bareword arguments as file...
2011-09-18 Father ChrysostomosMake stacked -l work
2011-09-18 Father Chrysostomosperlglossary: fix broken link
2011-09-18 Father Chrysostomosperlglossary: Make empty-list-as-scalar even clearer
2011-09-18 Chas. OwensDocument empty-list-as-scalar in perlglossary
2011-09-18 Father ChrysostomosReally allow podcheck.t to be run from outside t/
2011-09-18 Father Chrysostomosperldata: Mention undefined as a false val
2011-09-18 Father ChrysostomosAllow podcheck.t to be run from outside t/ for convenience
2011-09-17 Father ChrysostomosUpdate META.yml following 986a805c
2011-09-17 Father ChrysostomosCorrect punctuation in some POSIX error messages
2011-09-17 Father Chrysostomosperlop: Clarify \octal slightly
2011-09-17 Father ChrysostomosMake IO::Handle::getline(s) respect the open pragma
2011-09-17 Father Chrysostomosperldelta for h2ph conditional sub fix
2011-09-17 Lukas Maidon't redefine macrosubs in .ph
2011-09-17 Karl Williamsonperlobj: Fix pod problems
2011-09-17 Karl Williamsonperldata: Only one "_" is allowed between each digit...
2011-09-17 Karl Williamsonpodcheck.t: Don't use case-sensitive file exclusion
2011-09-17 Damian ConwayLots of revisions from Damian for perlobj
2011-09-17 Damian ConwayTweaks to perlootut by Damian
2011-09-17 Craig A. BerryPOSIX::access() doesn't do ENOTDIR on VMS.
2011-09-17 Father ChrysostomosFix recursion warning for ‘no warnings; goto &sub’
2011-09-17 Father ChrysostomosTests for goto &xsub and lexical hints
2011-09-17 Father ChrysostomosMake goto &CORE::sub use the right lexical scope
2011-09-16 Father ChrysostomosMerge postinc and postdec
2011-09-16 Father ChrysostomosMerge preinc and postinc
2011-09-16 Father ChrysostomosMake ++ and -- work on glob copies
2011-09-16 Father Chrysostomos[perl #93638] $ENV{LS_COLORS} causes miniperl glob...
2011-09-16 Zeframupdate B::Concise test for B::Deparse change
2011-09-16 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.112580
2011-09-16 Chris 'BinGOs... Update CPANPLUS to CPAN version 0.9111
2011-09-16 Craig A. Berryskip_all is a sub in t/test.pl.
2011-09-16 Zeframmake B::Deparse handle $[ for older perls
2011-09-16 Nicholas ClarkNetWare has stdbool.h, so add it as 'define' to config.wc
2011-09-16 Craig A. BerryAssorted File::Glob test fix-ups following 528bd3ce85.
2011-09-16 Father ChrysostomosDisallow weakening of read-only references
2011-09-16 Father Chrysostomosperldelta update
2011-09-16 Dave RolskyRevert "Put Jesse's "How a Bill Becomes a Law" into...
2011-09-16 Father ChrysostomosPartial perldelta update
2011-09-16 Craig A. Berryi_stdbool for configure.com.
2011-09-16 H.Merijn BrandRegenerate. Sorry for the massive re-order
2011-09-16 Nicholas ClarkProbe for <stdbool.h>, and if found use it in handy.h
2011-09-16 Father ChrysostomosDear perlvar: ${\ fPEN} was introduced in 5.8.0.
2011-09-16 Father Chrysostomos[perl #92728] open.pm without :std should leave std...
2011-09-16 Father ChrysostomosMake open.t use test.pl
2011-09-16 Dave RolskyAdd a mention of #p5p to perlhack
2011-09-16 Dave RolskyPut Jesse's "How a Bill Becomes a Law" into perlhack...
2011-09-16 Dave RolskyWording tweak to clarify that perlbug submits the patch...
2011-09-16 Dave RolskyRun podtidy on perlhack.pod
2011-09-16 Father ChrysostomosMake tie_fetch_count.t skip -[guk] globref tests
2011-09-16 Father Chrysostomos[perl #99142] Make GV_ADDMG and magic vars account...
2011-09-15 Zeframdocument convention for keys in %^H
2011-09-15 Dave RolskyFix some bugs in the example code for perlootut
2011-09-15 Moritz Lenzremove outdated information from perlport
2011-09-15 Nicholas ClarkDon't #include headers already included by perl.h
2011-09-15 George GreerUse test.pl miniperl check rather than by-hand in t...
2011-09-15 George GreerTests in "t/io" aren't supposed to use Test::More yet...
2011-09-15 Father Chrysostomosshm.t: Skip under miniperl
2011-09-15 Father Chrysostomosshm.t: Don’t call shmctl in END when undefined
2011-09-14 AbigailBe more precise in the wording of how // works.
2011-09-14 Father Chrysostomos[perl #92436] Make Filter::Simple match variables better
2011-09-14 Father ChrysostomosDear CoreList: Please note that 5.12.3 included VMS...
2011-09-14 Leon TimmermansFix #98480 math when reading shared memory
2011-09-14 Leon TimmermansAdded SysV shared memory tests
2011-09-14 Father ChrysostomosDear CoreList: FYI, Errno was included in 5.6.0 and .1.
2011-09-14 Father ChrysostomosDear CoreList: 5.8.2 *did* include DB_File.
2011-09-14 Father ChrysostomosMissing word in release managers’ guide
2011-09-14 Dave RolskyMention that a method can be thought of as a verb for...
2011-09-14 Dave RolskyMention mutator as synonym for setter
2011-09-14 Nicholas ClarkMerge Storable improvements (XS tidying, test failures...
2011-09-14 Nicholas ClarkNote Storable changes in perldelta.
2011-09-14 Nicholas ClarkSimplify Storable.xs by providing a fallback definition...
2011-09-14 Nicholas ClarkChange Storable's code.t to serialise a subroutine...
2011-09-14 Nicholas ClarkRemove from Storable.xs all compatibility code that...
2011-09-14 Nicholas ClarkRestore 5.004 and 5.005 support in Storable.
2011-09-14 Nicholas ClarkRemove Symbian compatibility macros from Storable,...
2011-09-14 Nicholas ClarkSimplify S_set_caret_X() by returning early if we set...
2011-09-14 Nicholas ClarkInline S_procself_val() into S_set_caret_x().
2011-09-13 Nicholas ClarkIn S_set_caret_X(), use GvSV() consistently in all...
2011-09-13 Nicholas ClarkBump $Module::CoreList::VERSION after 77cc041da6484066.
2011-09-13 Chris 'BinGOs... Corrected the version of Module::CoreList shipped with...
2011-09-13 Nicholas ClarkMerge POSIX improvements (refactoring, tests, bugfix...
2011-09-13 Nicholas ClarkChange POSIX::Termios::setattr() to default to TCASNOW...
2011-09-13 Nicholas ClarkRemove unneeded fallback definitions of dNOOP, dVAR...
2011-09-13 Nicholas ClarkUpdate perldelta to note that POSIX.so is now 12% smaller.
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{asctime,mktime...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{access,mkfifo...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{close,dup,tcdrain...
2011-09-13 Nicholas ClarkAdd tests for POSIX::{access,close,dup,dup2}.
2011-09-13 Nicholas ClarkIn ext/POSIX/t/sysconf.t, make the tests more strict.
2011-09-13 Nicholas ClarkIn ext/POSIX/t/sysconf.t, refactor the API of _check_an...
2011-09-13 Nicholas ClarkIn various POSIX tests, make better use of Test::More.
2011-09-13 Nicholas ClarkMerge the implementations of 11 is*() functions in...
2011-09-13 Nicholas ClarkMerge the implementations of 10 maths functions in...
2011-09-13 Nicholas ClarkFurther tests for POSIX trigonometric and hyperbolic...
2011-09-13 Nicholas ClarkChange POSIX::localeconv() to a table-driven implementa...
2011-09-13 Nicholas ClarkAdd tests for POSIX::localeconv().
next