This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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’
2011-12-24 Father Chrysostomos[Merge] Feature-loading revamp
2011-12-24 Father Chrysostomosrmg: feature.pl needs to be run
2011-12-24 Father ChrysostomosDeparse implicit with ‘use feature’
2011-12-24 Father ChrysostomosDeparse CORE::say, etc., when bundle hints are in use
2011-12-24 Father Chrysostomosuse VERSION needs to enable uni8bit hint
2011-12-24 Father ChrysostomosUpdate rmg concerning feature bundles
2011-12-24 Father ChrysostomosUpdate perlfunc/use: feature.pm is not loaded
2011-12-24 Father Chrysostomosfeature.pl: Make the perl.h search more resilient
2011-12-24 Father Chrysostomosfeature.pl: Mention perl.h as a source
2011-12-24 Father Chrysostomostoke.c: Add assertion to feature_is_enabled
2011-12-24 Father ChrysostomosMake MAX_FEATURE_LEN reflect reality
2011-12-24 Father Chrysostomosfeature.h: FEATURE_IS_ENABLED can use CURRENT_HINTS
2011-12-24 Father Chrysostomosfeature.pl: Remove unused var
2011-12-24 Father ChrysostomosFix up t/lib/feature/implicit
2011-12-24 Father Chrysostomosfeature.pm: Move hint normalisation to separate function
2011-12-24 Father Chrysostomosop.c: Use new feature bundle hints
2011-12-24 Father Chrysostomosfeature.h: Function for enabling bundles
2011-12-24 Father ChrysostomosMove FEATURE_IS_ENABLED to feature.h
2011-12-24 Father Chrysostomostoke.c: include feature.h
2011-12-24 Father ChrysostomosEliminate ‘negative’ features
2011-12-24 Father Chrysostomosfeature.pl: Tweak comment
2011-12-24 Father Chrysostomosfeature.h: Avoid compiler warning
2011-12-24 Father ChrysostomosUse new feature-testing macros
2011-12-24 Father ChrysostomosExclude regen/feature.pl from podcheck.t
2011-12-24 Father Chrysostomosfeature.pm: Set bundle hints when dis/enabling features
2011-12-24 Father Chrysostomosfeature.pm: Add function for getting the current bundle
2011-12-24 Father Chrysostomosfeature.pl: Use @HintedBundles for generating feature.h
2011-12-24 Father ChrysostomosGive feature.pm the bundle hints
2011-12-24 Father Chrysostomosfeature.pl: Generate list of feature bundles in pod
2011-12-24 Father Chrysostomosfeature.pl: Add section headers
2011-12-24 Father Chrysostomosfeature.pl: Move hint-checking code up
2011-12-24 Father ChrysostomosAdd macros for checking individual features
next