This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-22 Father Chrysostomosop.c: typo
2011-11-22 Father ChrysostomosMake Data::Dumper UTF8- and null-clean with GVs
2011-11-22 Chris 'BinGOs... Update IO-Compress to CPAN version 2.043
2011-11-22 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.043
2011-11-22 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.043
2011-11-22 Chris 'BinGOs... Update Archive-Tar to CPAN version 1.82
2011-11-22 Father Chrysostomos[perl #103766] Wrong $" warning in perl 5.14
2011-11-22 Father ChrysostomosMove a test from t/lib/warnings/sv to .../9uninit
2011-11-22 Nicholas ClarkIn Perl_moreswitches(), merge the cases for 't' and...
2011-11-22 Nicholas ClarkMerge bisect-runner.pl fixes for 5.11-era parallel...
2011-11-22 Nicholas Clarkbisect-runner.pl now fixes all known 5.11-era parallel...
2011-11-22 Nicholas Clarkbisect-runner.pl now fixes another 5.11-era parallel...
2011-11-22 Nicholas Clarkbisect-runner.pl now fixes more 5.11-era make bugs.
2011-11-22 Nicholas Clarkbisect-runner.pl now fixes more 5.11-era parallel make...
2011-11-22 Nicholas Clarkbisect-runner.pl now fixes some 5.11-era parallel make...
2011-11-22 Chris 'BinGOs... Synchronise Module-CoreList version with what is teh...
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-22 Father ChrysostomosTest for lack of uninit warnings in sub redef
2011-11-22 Father Chrysostomossv.c: newSVpvf( → Perl_newSVpvf(aTHX_
2011-11-22 Father ChrysostomosPut sub redef warnings in one place
2011-11-22 Karl WilliamsonPATCH: [perl #104226]: Name.pm missing from unicore
2011-11-22 Father ChrysostomosMake const redef warnings default in newXS
2011-11-22 Father ChrysostomosRefactor newXS’s autouse logic
2011-11-22 Karl Williamsonutf8.c: typos in pod
2011-11-22 Karl WilliamsonPATCH: [perl #32080] is_utf8_string() reads too far
2011-11-22 Karl Williamsonutf8.h: Add missing parens
2011-11-22 Karl Williamsonutf8.h: define IS_UTF8_CHAR for EBCDIC
2011-11-22 Karl Williamsonutf8.h: White space only
2011-11-22 Karl Williamsonutfebcdic.h: Add synonymous macros
2011-11-21 Father Chrysostomosperldiag: constant redef warning is not always default
2011-11-21 Father Chrysostomosperlsub: constant redef warning is default, not mandatory
2011-11-21 Father ChrysostomosMake constant sub redef warnings obey scope
2011-11-21 Father Chrysostomosautouse.t: suppress warnings
2011-11-21 Father ChrysostomosDon’t call an early-returning destructor
2011-11-21 Father ChrysostomosMake newXS redefinition warning respect UTF8
2011-11-21 Father ChrysostomosMake newCONSTSUB use the right warning scope.
2011-11-21 Father ChrysostomosRestore autouse’s exemption from redef warnings
2011-11-21 Father Chrysostomossv.c: I missed a dot
2011-11-21 Father ChrysostomosMake sort {} and sort {()} equivalent
2011-11-21 Ricardo SignesMerge remote-tracking branch 'p5p/smoke-me/gsoc-pod...
2011-11-21 Steve HayUpdate release managers' guide
2011-11-21 Steve HayCreate new perldelta ready for 5.15.6
2011-11-21 Steve HayAdd the 5.15.5 release epigraph to epigraphs.pod
2011-11-21 Father ChrysostomosOops. I thought I tested that.
2011-11-21 Father ChrysostomosAdd Rodolfo Carvalho to AUTHORS
2011-11-21 Rodolfo CarvalhoFix a 5-year-old typo in a comment
2011-11-21 Father Chrysostomos$XS::APItest::VERSION = '0.34'
2011-11-21 Father ChrysostomosRemove version checks from B::Deparse’s imports
2011-11-21 Father ChrysostomosRevert "$XS::APItest::VERSION = '0.34'"
2011-11-20 Father Chrysostomos$XS::APItest::VERSION = '0.34'
2011-11-20 Aaron CraneUpdate Aaron Crane's email address in AUTHORS
2011-11-20 Father Chrysostomos$strict::VERSION = "1.06"
2011-11-20 Aaron CraneUpdate strict.pm docs to mention C<state>
2011-11-20 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.10
2011-11-20 Father ChrysostomosDeparse sort(foo(bar)) correctly
2011-11-20 Father ChrysostomosMake constant promotion null-clean
2011-11-20 Father ChrysostomosHave newCONSTSUB pass the length to newXS
2011-11-20 Father ChrysostomosAdd newXS_len_flags
2011-11-20 Father ChrysostomosHave newATTRSUB remember the name’s length
2011-11-20 Father ChrysostomosAdd len flag to newCONSTSUB_flags
2011-11-20 Steve HayFinal update to perldelta for 5.15.5. v5.15.5
2011-11-20 Steve HayAdd 5.15.5 to perlhist.
2011-11-20 Steve HayUpdate Module::CoreList (to 2.58) for 5.15.5.
2011-11-20 Steve HayFix up B::Deparse following recent version bumps
2011-11-20 Steve HayBump the perl version for 5.15.5
2011-11-20 Steve HayFix Win32 build with plain VC6 compiler
2011-11-20 Steve HayCorrect the Term-ANSIColor distro name in Maintainers.pl
2011-11-20 Vincent PitHandle require() on implicit $_ properly w/r global...
2011-11-20 Steve HayUpdate Locale-Maketext to 1.20
2011-11-20 Steve HayFix broken pod in perldelta
2011-11-20 Steve HayUpdate perldelta
2011-11-20 Father Chrysostomosperldelta for sort warning fix
2011-11-20 Father ChrysostomosMake sort’s warnings dependent on the right hints
2011-11-20 Father ChrysostomosClarify perldelta entry
2011-11-20 Father Chrysostomosperldelta for sort $globref fix
2011-11-20 Father Chrysostomossort does not call get-magic after dereffing
2011-11-20 Steve HayUpdate perldelta
2011-11-20 Father Chrysostomosperldelta for open() FETCH fix
2011-11-20 Father ChrysostomosDocument sv_2io’s invocation of magic
2011-11-20 Father ChrysostomosCall FETCH once on handle passed as 3rd arg to open()
2011-11-20 Father Chrysostomosperldiag: Assertions are not trappable
2011-11-20 Father ChrysostomosRemove comment added by mistake in c7abbf64
2011-11-19 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.85
2011-11-19 Zeframnarrower localisation of PL_compcv around eval
2011-11-19 Father Chrysostomossv.c: More consistent use of spaces after dots
2011-11-19 Father ChrysostomosCorrect sv_catsv_flags docs
2011-11-19 Father ChrysostomosCorrect sv_catpv_flags docs
2011-11-19 Father ChrysostomosCorrect sv_catpvn_flags docs
2011-11-19 Father ChrysostomosAvoid a redundant copy in pp_glob
2011-11-19 Father Chrysostomosperldelta for var names in @a=~// warning
2011-11-19 Father ChrysostomosMention variable names in @a =~ // warnings
2011-11-19 Father Chrysostomosperldelta for y///r implicit $_ uninit warning
2011-11-19 Father ChrysostomosMention implicit $_ in y///r uninit warning
2011-11-19 Father ChrysostomosMerge two adjacent #ifdefs in embed.fnc
2011-11-19 Father ChrysostomosMention the variable name in the new length warnings
2011-11-19 Father ChrysostomosDon’t create an AV for unfiltered code
2011-11-19 Father ChrysostomosTweaks to find_uninit_var docs
next