This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-12-30 Karl Williamsonmktables: White-space only
2011-12-30 Karl Williamsonmktables: Don't test suppressed table validity
2011-12-30 Karl Williamsonmktables: reorder two tests
2011-12-30 Matthew Horsfall... Expand tabs in Artistic license to spaces
2011-12-29 Craig A. BerryAllow diag.t to pass tests for multi-line warnings.
2011-12-29 Father ChrysostomosIncrease $POSIX::VERSION to 1.28
2011-12-29 Leon TimmermansSignal handlers must run before sigsuspend returns
2011-12-29 Steffen MuellerExtUtils::ParseXS: Bump versions to 3.11
2011-12-29 Leon TimmermansExport PerlIOBase_open
2011-12-29 Shlomi Fishperl -d: display lines inside subroutines.
2011-12-29 Father ChrysostomosCroak when setting a tied @DB::args
2011-12-29 Father Chrysostomos[Merge] perldiag/diag.t clean-up
2011-12-29 Father ChrysostomosSpeed up diag.t slightly
2011-12-29 Father Chrysostomosperldiag: Delete redundant entry
2011-12-29 Father Chrysostomosdiag.t: Delete documented items from to-do
2011-12-29 Father ChrysostomosRegen pod issues
2011-12-29 Father ChrysostomosDocument various messages in perldiag
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-29 Father Chrysostomosdiag_listed_as for -S error
2011-12-29 Father Chrysostomosdiag_listed_as for another lv sub error
2011-12-29 Father Chrysostomosdiag_listed_as for lvalue scalar context errors
2011-12-29 Father Chrysostomosperldiag: Consistent formatting of categories
2011-12-29 Father Chrysostomosperldiag: Tweak pack/% message
2011-12-29 Father Chrysostomosdiag.t: perldiag does not escape %
2011-12-29 Father ChrysostomosDocument ‘Can't reset %ENV’ in perldiag
2011-12-29 Father ChrysostomosTeach diag.t about "CONSTANTS" in msgs
2011-12-29 Father Chrysostomosperldiag: Document 2 more ‘Can't open’ messages
2011-12-29 Father Chrysostomosperldiag: Tweak ‘Can't open perl script’
2011-12-29 Father ChrysostomosCorrect spelling of sv_insert error msg
2011-12-29 Father ChrysostomosMore diag_listed_as
2011-12-28 Shlomi Fishperl -d: fixes "b . COND()".
2011-12-28 Steffen MuellerRefer to ExtUtils::ParseXS 3.09 in Maintainers.pl
2011-12-28 Steffen MuellerEscape double-quotes in generated #line directives
2011-12-27 Father Chrysostomospp_hot.c: diag_listed_as for method error
2011-12-27 Father Chrysostomosperldiag: Document ‘Bizarre SvTYPE’
2011-12-27 Father Chrysostomosdiag.t: Rmv warning about "0" from to-do list
2011-12-27 Father Chrysostomosperldiag: Remove ‘in %s’ from bizarre copy msg
2011-12-27 Father ChrysostomosMove diag_listed_as entry in gv.c
2011-12-27 Father ChrysostomosTeach diag.t that %s%s == %s
2011-12-27 Father Chrysostomosperldiag: Correct ‘Bad name after %s::’
2011-12-27 Father ChrysostomosRemove item from diag.t’s to-do list
2011-12-27 Father Chrysostomosav.c: Consistent use of spaces after dots in apidocs
2011-12-27 Father ChrysostomosDocument the av_reify warning in perldiag
2011-12-27 Father ChrysostomosFix compiler warning in perl.c
2011-12-27 Father ChrysostomosDon’t check for tied @DB'args when not REAL
2011-12-27 Father ChrysostomosTurn on AvREAL for tied arrays
2011-12-27 Father ChrysostomosFix crash when tying @DB::args
2011-12-27 Father Chrysostomosperlxstut: keep indentation consistent within example
2011-12-27 Dave RolskyOnly skip updating dev.perl.org for RC releases
2011-12-27 Dave RolskyMake sure to close any lists in the generated checklist
2011-12-27 Father Chrysostomos[perl #102622] perlxstut: Add SvGETMAGIC to example
2011-12-27 Father ChrysostomosDocument the unknown error in perldiag
2011-12-27 Father ChrysostomosTeach diag.t about multiline messages
2011-12-27 Father ChrysostomosFix up diagnostic.pm’s backtrace for multiline msgs
2011-12-27 Father ChrysostomosAdd support for multiline messages to splain
2011-12-27 Father Chrysostomosdiagnostics.t: Test errors ending with dots
2011-12-27 Father ChrysostomosRemove unnecessary code from diagnostics.pm
2011-12-27 Father ChrysostomosFix diagnostic.pm’s backtraces
2011-12-26 Father ChrysostomosConsistent use of spaces after dots in diagnostics.pm
2011-12-26 Father ChrysostomosIncrease $diagnostics::VERSION to 1.27
2011-12-26 Father ChrysostomosConvert diagnostics.t to test.pl
2011-12-26 Father ChrysostomosFix two (er, four) sub:lvalue { &$x } bugs
2011-12-26 Father Chrysostomosperldiag: Remove msg deleted in 5.8.0
2011-12-26 Father ChrysostomosSkip failing DD tests under 5.6
2011-12-26 Father ChrysostomosFix DD’s vstring tests unter 5.6
2011-12-26 Father ChrysostomosMake DD dump *{''} correctly under 5.6
2011-12-26 Father Chrysostomosperldiag: Make 2 errors match the actual message
2011-12-26 Father ChrysostomosMake DD dump *{''} properly
2011-12-25 Father ChrysostomosUpdate concise-xs.t for recent DD change
2011-12-25 Father Chrysostomos[perl #101162] DD support for vstrings
2011-12-25 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_02
2011-12-25 Father ChrysostomosSupress warning in XS::APItest’s hash.t
2011-12-25 Father Chrysostomossv.c:dirp_dup: Avoid compiler warning
2011-12-25 Father Chrysostomosdiag.t: Remove documented entry
2011-12-25 Father Chrysostomos[perl #99426] op.c: Remove dead code from ck_sort
2011-12-25 Father ChrysostomosDocument ‘Attempt to clear deleted array’ in perldiag
2011-12-25 Father ChrysostomosAdd diag_listed_as for non-numeric warnings
2011-12-25 Father ChrysostomosPerlIO::get_layers: Treat numbers as strings
2011-12-25 Father Chrysostomos[perl #97956] PerlIO::get_layers: call get-magic
2011-12-25 Father ChrysostomosRun more substr tests under a new thread
2011-12-25 Father Chrysostomosselect() can return undef when defoutgv is set
2011-12-25 Father Chrysostomosselect() sometimes returns invalid string
2011-12-25 Father ChrysostomosAdd basic tests for select()
2011-12-25 Father Chrysostomos[perl #86060] $( $| $) need braces in regexps
2011-12-25 Father Chrysostomosfeature.pl: Get HINT_UNI_8_BIT from perl.h
2011-12-25 Father Chrysostomoscoresubs.t: Call done_testing with an arg
2011-12-25 Father Chrysostomoscoreamp.t: Call done_testing with an arg
2011-12-25 Father Chrysostomosdeparse.t: Automatically count __DATA__ tests
2011-12-25 Father ChrysostomosDeparse the /d flag with implicit features
2011-12-25 Father ChrysostomosDeparse /$#a/ correctly
2011-12-25 Father ChrysostomosDon’t warn for open(foo::bar)
2011-12-25 Father ChrysostomosDeparse.pm: Document that strict vars and subs work
2011-12-25 Father ChrysostomosPort regen/regen_lib.pl to 5.6.2
2011-12-25 Father Chrysostomos[perl #24027] Deparse strict vars and subs
2011-12-25 Father ChrysostomosFix Deparse ambient_pragmas/strict regression
2011-12-25 Father ChrysostomosDon’t crash when writing to null hash elem
2011-12-25 Father Chrysostomoshv.c: Make newHVhv work on tied hashes
2011-12-25 Father Chrysostomos*Now* increase $XS::APItest::VERSION to 0.35
2011-12-24 Father ChrysostomosDeparse.pm: Document that use feature is supported
2011-12-24 Father ChrysostomosDeparse all features with ‘use/no feature’
next