This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-12-02 Father ChrysostomosPage number for caretx.c Tolkien quote
2013-12-01 Father Chrysostomossv.c: Rewrite COW logic
2013-12-01 James E KeenanExtract subroutines used to test File-Find into separat...
2013-12-01 James E KeenanStandardize subroutine definitions between tests.
2013-12-01 Chris 'BinGOs... Update Unicode-Collate to CPAN version 1.03
2013-12-01 David Mitchelldon't check format args on taint_proper
2013-11-30 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.84
2013-11-30 Father Chrysostomossv.c: Clarify COW comments further
2013-11-30 Craig A. BerryFix stdin inheritance for system and backticks on VMS.
2013-11-30 Father Chrysostomosregen pod issues
2013-11-30 Father Chrysostomossv.c: Fix Darwin g++ build
2013-11-30 Father Chrysostomos[Merge] Swiping PADTMPs’ string buffers
2013-11-30 Father ChrysostomosPeek.t: Update skip version
2013-11-30 Father ChrysostomosIncrease $constant::VERSION to 1.30
2013-11-30 Father Chrysostomossv.c: String copy comments
2013-11-30 Father ChrysostomosAllow PADTMPs’ strings to be swiped
2013-11-30 Father Chrysostomosop.c: Turn on read-only flag for folded constants
2013-11-30 Father Chrysostomosconstant.pm: Make elements of list consts read-only
2013-11-30 David Mitchellsilence -Wformat-nonliteral in pp_formline
2013-11-30 David Mitchellrevert pp_formline -Wformat-nonliteral fix
2013-11-29 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.039
2013-11-29 David Mitchellfix -Wsign-compare in core
2013-11-29 David MitchellMove Cwd and List-Util: UNIX followup
2013-11-29 Father ChrysostomosRevert part of 2efab60d9
2013-11-28 David MitchellGCC_DIAG_IGNORE() only with >= 4.6
2013-11-28 Steve HayDocument how to build perl for WinCE using EVC4
2013-11-28 David Mitchellsilence -Wformat-nonliteral compiler warnings
2013-11-28 David Mitchelladd GCC_DIAG_IGNORE(), GCC_DIAG_RESTORE macros
2013-11-28 David Mitchellmark Perl_my_strftime with format attribute
2013-11-28 Daniel Draganremove almost unreachable NULL sv arg code from sv_2...
2013-11-28 Father Chrysostomosmg.c: Remove redundant SvOK checks
2013-11-28 Chris 'BinGOs... Update Module-Build to CPAN version 0.4203
2013-11-27 Chris 'BinGOs... Add deprecation for CGI.pm
2013-11-27 Father ChrysostomosRevert "Squash COWs in the char* typemap"
2013-11-27 Father ChrysostomosRevert "Increase $XS::Typemap::VERSION to 0.13"
2013-11-27 Steve HayUpgrade File-Fetch from version 0.44 to 0.46
2013-11-27 Steve HayUpdate CGI from version 3.63 to 3.64
2013-11-27 Karl WilliamsonRespect 'use bytes' in returning $! and $^E
2013-11-27 Karl Williamson$^E should have same handling as $! for Win32 and OS/2
2013-11-27 Karl Williamsonmg.c: Extract code into a function.
2013-11-27 Karl Williamsonmg.c: White-space only
2013-11-27 Karl Williamsonmg.c: Use $! code for $^E on platforms where are same
2013-11-27 Karl Williamsonmg.c: Reorder if else clauses
2013-11-27 Karl Williamsonmg.c: Reorder cases in a switch()
2013-11-27 Karl Williamsonhandy.h: Slightly refactor READ_XDIGIT macro
2013-11-26 Steve HayExtend Intel C++ compiler support (a48cc4c427) to dmake...
2013-11-26 David Mitchellbump DynaLoader version after previous commits
2013-11-26 David Mitchelldl_hpux.xs: fix PREINIT boundary
2013-11-26 David MitchellDynaloader: use PREINIT to avoid compiler errors
2013-11-26 Karl Williamsonperlunicode: Nits
2013-11-26 Karl Williamsonperlrecharclass: Add statement about above-Unicode...
2013-11-26 Karl Williamsonperluniprops: Tweaks
2013-11-26 Karl Williamsonperlapi: Refer to correct formal parameter name
2013-11-26 Karl Williamsonhandy.h: Remove duplicate line
2013-11-25 Ricardo Signesdocument the deprecation of literal ctrl char varnames
2013-11-25 Steve HayList another VC++ 2013 test failure
2013-11-25 Father ChrysostomosTest that (??{$pvlvregexp}) does not recompile the...
2013-11-25 Father ChrysostomosReënable qr caching for (??{}) retval where possible
2013-11-25 Father ChrysostomosDon’t cache qr magic on references
2013-11-25 Father ChrysostomosMake (??{$tied_ovrld}) see the right $1
2013-11-25 Craig A. BerryImprove prefix removal from PPF translations.
2013-11-25 Craig A. BerryFix VMS-specific wraparound error in S_mayberelocate.
2013-11-24 Father ChrysostomosDon’t skip pat_re_eval.t under miniperl
2013-11-24 Father ChrysostomosFix bug with (??{$overload}) regexp caching
2013-11-24 Father Chrysostomos->$#*
2013-11-24 David Mitchellfix Gconvert 'ignoring return value' warnings
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-11-24 David MitchellXS::APItest: remove unused var
2013-11-24 Yves Ortonbetter diagnostics of RExC_seen in regcomp.c
2013-11-24 Yves OrtonAvoid pointer churn in study_chunk recursion bitmap...
2013-11-24 Father Chrysostomosregexec.c: Remove redundant S_regcp_restore call
2013-11-24 Father ChrysostomosTest line number for (??{$str}) regexp warnings
2013-11-24 Yves OrtonFirst steps to resolving RT #120618, better fix for...
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
next