This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-12-09 Brian ChildsFixes the case where on 64bit big-endian boxes, calls...
2013-12-09 James E KeenanTest previously untested branches in lib/File/Find.pm.
2013-12-08 Karl WilliamsonImprove comments
2013-12-08 Karl WilliamsonSilence core test Useless use of greediness modifier
2013-12-08 Craig A. BerryError check VMS's backticks stdin inheritance.
2013-12-07 Karl Williamsonregcomp.c: Silence compiler warnings
2013-12-07 Karl WilliamsonPATCH: [Perl #42957] Suggesting warning for useless...
2013-12-07 Karl Williamsonregcomp.c: White-space only
2013-12-07 James E KeenanRemove tests of $File::Find::untaint_pattern.
2013-12-07 Chris 'BinGOs... Update Unicode-Collate to CPAN version 1.04
2013-12-07 Father Chrysostomos[Merge] Get minitest passing again
2013-12-07 Father Chrysostomost/uni/variables.t: Skip $[ test under miniperl
2013-12-07 Father ChrysostomosSkip eintr_print.t under miniperl
2013-12-07 Father Chrysostomoscrlf.t: Add skip count
2013-12-07 Father ChrysostomosGet switches.t to pass under miniperl
2013-12-07 Father ChrysostomosDo not clobber @INC completely in buildcustomize.pl
2013-12-07 Father ChrysostomosAdd DO NOT EDIT notice to buildcustomize.pl
2013-12-06 Karl Williamsonperlapi, sv.c: Comments and API documentation
2013-12-06 Karl Williamsonperlretut: Spelling
2013-12-06 Karl Williamsonperlrebackslash: Add clarifying note about \X
2013-12-06 Karl Williamsonperlhacktips: Note sprintf glibc bug and workarounds
2013-12-06 Karl Williamsonutf8.c: White-space only
2013-12-06 Karl Williamsonutf8.h: Add parameter checking to some macros in DEBUGG...
2013-12-06 Karl Williamsonperlapi: Grammar nits
2013-12-06 Karl Williamsonutf8.c: Remove hard-coded names.
2013-12-06 Karl Williamsonregcomp.c: Rmv inaccurate and tangential comment
2013-12-06 Karl Williamsonmktables: Add comments to output tables
2013-12-05 Father Chrysostomos[perl #120694] Fix ->SUPER::foo and AUTOLOAD
2013-12-05 Karl Williamsonregexec.c: No statements before declarations
2013-12-05 Karl Williamsonperllocale: Add info about locale testing.
2013-12-05 Karl Williamsonperllocale: Nit, and clarification
2013-12-05 Karl WilliamsonPATCH: [perl #120675] Unexpected tainting via regex...
2013-12-05 Karl Williamsonmktables: Clean up relict usage
2013-12-05 Karl Williamsonmktables: Default those tables whose names begin with...
2013-12-05 Karl Williamsonperluniprops: Nit
2013-12-05 Karl Williamsonperlapi: Nits
2013-12-05 Karl Williamsonutf8.h: Fix grammar in comment
2013-12-05 Karl Williamsonlib/locale.t: Only output debug message if relevant
2013-12-04 David Mitchellperllocale.pod: clarify tainting of $1 et al
2013-12-04 Father Chrysostomostoke.c: Pass GV_NOTQUAL for override lookup
2013-12-04 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.133380
2013-12-04 Chris 'BinGOs... Update Time-Piece to CPAN version 1.24
2013-12-04 James E KeenanAdd test for previously uncovered case.
2013-12-03 James E KeenanStandardize dir_path() and file_path() in package Testing.
2013-12-03 Karl Williamsonlib/locale.t: Test /il matching
2013-12-03 Karl Williamsonlib/locale.t: Make another test TODO if it fails
2013-12-03 Karl Williamsonlib/locale.t: Use lexical instead of $_ in a block
2013-12-03 Karl Williamsonlib/locale.t: Add some debugging info
2013-12-03 Karl Williamsonlib/locale.t: Add debug verbosity level
2013-12-03 Karl Williamsonlib/locale.t: Shorten function name
2013-12-03 Karl Williamsonutf8.c: Use U8 instead of UV in several places
2013-12-03 Karl WilliamsonFix broken locale case-insensitive matching
2013-12-03 Karl Williamsonperlapi: May want to use savesharedpv on threaded Win32
2013-12-03 Karl Williamsondoio.c: Remove EBCDIC dependency
2013-12-03 Karl Williamsonregcomp.c: Slight optimization
2013-12-03 Karl Williamsonperlop: Add note about (?[])
2013-12-03 Craig A. BerryCheck unlink on directory for all users, not just root.
2013-12-03 Evan ZacksMake unlink on directory as root set errno.
2013-12-02 Chris 'BinGOs... Update Locale-Codes to CPAN version 3.28
2013-12-02 Steve HayMerge branch 'dirnames' into blead
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.
next