platform/upstream/perl.git
2013-11-24 James E KeenanRequire Test::More v0.88 to use done_testing in Spec.t.
2013-11-24 Father ChrysostomosIncrease $XS::Typemap::VERSION to 0.13
2013-11-24 Father ChrysostomosSquash COWs in the char* typemap
2013-11-23 Father ChrysostomosIncrease $PerlIO::via::VERSION to 0.14
2013-11-23 Father ChrysostomosPush a new stack in sv_recode_to_utf8
2013-11-23 Nicholas ClarkNo need to wrap calls to Perl_load_module() in ENTER...
2013-11-23 Nicholas ClarkPerl_load_module() no longer moves the current stack...
2013-11-23 Nicholas ClarkS_process_special_blocks() should use a new stack for...
2013-11-23 Nicholas ClarkRemove redundant SPAGAIN & PUTBACK after PUSHSTACKi().
2013-11-23 Father ChrysostomosExtend STRESS_REALLOC to move the stack with every...
2013-11-23 Father ChrysostomosGet perl to build under STRESS_REALLOC once more
2013-11-23 François PerradSkip dist/ExtUtils-Install/t/InstallWithMM.t when cross...
2013-11-22 Chris 'BinGOs... Module-CoreList on CPAN is 3.01
2013-11-22 Father ChrysostomosRemove unused var from APItest.xs
2013-11-22 Yves OrtonFix RT #120600: Variable length lookbehind is not variable
2013-11-21 David MitchellAPItest.xs: fix various compiler warnings
2013-11-21 David MitchelltoLOWER_LC(), toUPPER_LC(): fix signedness
2013-11-21 David MitchellStorable: silence compiler 'unused func' warnings
2013-11-21 David MitchellStorable: silence some unused var warnings
2013-11-21 David MitchellStorable: crash on ref to blessed tied array
2013-11-21 David MitchellStorable: add SEEN0 macro
2013-11-21 Father Chrysostomosregen pod issues
2013-11-21 Chris 'BinGOs... Update Win32 to CPAN version 0.48
2013-11-20 Chris 'BinGOs... New perldelta for v5.19.7
2013-11-20 Chris 'BinGOs... Module-CoreList prepared for v5.19.7
2013-11-20 Chris 'BinGOs... Bump the perl version in various places for v5.19.7
2013-11-20 Chris 'BinGOs... Epigraph for v5.19.6
2013-11-20 Chris 'BinGOs... Merge branch 'bingos/perl-5.19.6' into blead
2013-11-20 Father Chrysostomost/op/sub.t: Suppress warnings properly
2013-11-20 Chris 'BinGOs... Add new release to perlhist
2013-11-20 Chris 'BinGOs... Finalise perldelta
2013-11-20 Chris 'BinGOs... Update Module-CoreList for v5.19.6
2013-11-20 Chris 'BinGOs... Release engineering work on perldelta
2013-11-20 Daniel Draganadd Intel C++ Compiler for Win32 support
2013-11-20 Tony Cook[perl #120043] fix some warnings
2013-11-20 Tony Cookupdate perldiag for the change in conversion specifiers
2013-11-20 Lukas Maifix a few warnings (format strings, unused variable)
2013-11-20 Daniel Draganremove PL_patchlevel from S_minus_v
2013-11-20 Daniel Draganregcomp.c extern -> EXTERN_C
2013-11-20 Daniel Draganioctl on perlhost platforms take a char*, not void*
2013-11-19 Daniel Draganbetter perldelta description for #120091/#118059
2013-11-19 Father ChrysostomosMove <-- HERE arrow for ‘Switch condition not recognized’
2013-11-19 Father Chrysostomosperldiag: Update descr for ‘Switch condition not recogn...
2013-11-19 Father Chrysostomosperldelta for 7583957163
2013-11-19 Chris 'BinGOs... Update Module-Build to CPAN version 0.4202
2013-11-19 Steve Hayperldelta for b47a847f62
2013-11-19 Tony CookS_already_defined no longer uses its gv parameter,...
2013-11-19 Tony Cookperldelta for e45d8982ae
2013-11-19 Matthew Horsfall... Optimise 'if ($a || $b)' and 'unless ($a && $b)' early...
2013-11-19 Chris 'BinGOs... Update Module-Build to CPAN version 0.4201
2013-11-19 Victor EfimovCheck symlink status before setting File::Find::fullnam...
2013-11-18 Tony Cook[perl #120543] work around a C++ library bug in VC...
2013-11-18 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.038
2013-11-18 David MitchellXS::Typemap: silence compiler warning.
2013-11-18 David Mitchellthreads: silence some compiler warnings.
2013-11-18 David MitchellPOSIX: silence some compiler warnings
2013-11-18 David MitchellSDBM_File: fix 'set but not used' warning
2013-11-18 David MitchellPerlIO::via: fix compiler warning
2013-11-18 David MitchellPerlIO::scalar: silence some compiler warnings
2013-11-18 Father Chrysostomosperlhacktips: Two spaces after dots
2013-11-18 Father Chrysostomosperlhacktips: Fix pod formatting
2013-11-18 Matthew Horsfall... Add more examples of perl/gdb usage.
2013-11-18 Father ChrysostomosFix ‘panic: memory wrap’ in reg_scan_name
2013-11-18 Father Chrysostomosperldiag: Clarify memory wrap
2013-11-18 Father ChrysostomosRequire closing paren for (?&...
2013-11-18 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.90
2013-11-18 Tony Cookperldelta for ff4a442c79
2013-11-18 Tony Cookperldelta for fa0789a790
2013-11-18 Tony Cook[perl #120535] Add UTF8 flag to B::HV->ARRAY keys
2013-11-18 Tony Cookun-TODO the test for 120535, Reini's patch fixes it
2013-11-18 Reini UrbanAdd UTF8 flag to keys returned by B::HV->ARRAY
2013-11-18 Tony CookTODO test for 120535
2013-11-18 Tony Cookfix expected failure text for new croak.t test
2013-11-17 Father Chrysostomos[Merge] perldiag stuff
2013-11-17 Father Chrysostomosperldiag: Don’t let <-- HERE be wrapped
2013-11-17 Father Chrysostomosperldiag: Remove categories from fatal errors
2013-11-17 Father Chrysostomosdiag.t: Fix copy-and-paste error in os2 exception
2013-11-17 Father Chrysostomosdiag.t: Don’t check ‘calls’ in column 0
2013-11-17 Father Chrysostomosdiag.t: More win32 exceptions
2013-11-17 Father Chrysostomosdiag.t: Support multiline perldiag entries better
2013-11-17 Father Chrysostomosdiag.t: Let diag.t be run on specific source files
2013-11-17 Father Chrysostomosdiag.t: Another exception
2013-11-17 Father Chrysostomosdiag.t: Skip x2p
2013-11-17 Father Chrysostomosdiag.t: win32 exceptions
2013-11-17 Father Chrysostomosdiag.t: Support win32_croak_not_implemented
2013-11-17 Father Chrysostomosdiag.t: Another exception
2013-11-17 Father ChrysostomosSprinkle diag_listed_as
2013-11-17 Father ChrysostomosRemove extraneous dot from ‘Missing right brace...’
2013-11-17 Father Chrysostomosperldiag: Clarify an entry
2013-11-17 Father Chrysostomosperldiag: Document ‘\N{} in character class restricted...’
2013-11-17 Father Chrysostomosperldiag: Document ‘Zero length \N{}’
2013-11-17 Father Chrysostomosperldiag: Miscapitalisation; clarity
2013-11-17 Father Chrysostomosperldiag: Clean up ‘Sequence (...’ messages
2013-11-17 Father Chrysostomosperldiag: Reword an entry slightly
2013-11-17 Father Chrysostomosperldiag: Add some ‘in regex’ variants
2013-11-17 Father Chrysostomosdiag.t: Fix FAIL and vFAIL support
2013-11-17 Father Chrysostomosdiag.t: Exceptions from plan9.c
2013-11-17 Father Chrysostomosperldiag: Document ‘Don't know how to get file name’
2013-11-17 Father Chrysostomosperldiag: Update Assertion to match reality
2013-11-17 Father Chrysostomosdiag.t: Exceptions, mostly from os2.c
next