This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-06-17 Tony Cookbe explicit that SvSetSV() doesn't do set magic
2014-06-16 Jarkko HietaniemiDisable and document xop_name gcc warning seen in HP-UX.
2014-06-16 Jarkko HietaniemiUse of the Uid_t_sign and casting instead of Uid_t_f.
2014-06-16 Jarkko Hietaniemid_namlen can be signed.
2014-06-16 Jarkko HietaniemiDo not printf U32 and I32 (both) as %i.
2014-06-16 Jarkko HietaniemiFor HP-UX, do not potentially deref NULL CopFILESV.
2014-06-16 Karl WilliamsonFatalize using hash|array as reference
2014-06-16 Karl Williamsonop.c: Fix typo in comment
2014-06-16 Karl Williamsonregcomp.c: White-space only
2014-06-16 Karl WilliamsonPATCH: [perl #122029] BBC KAWASAKI/Encode-JP-Emoji
2014-06-16 Karl Williamsont/re/pat_advanced.t: Add comment
2014-06-16 Karl WilliamsonPATCH: [perl #122084] BBC KARMAN/Search-Tools
2014-06-16 Steffen MuellerExtUtils::ParseXS: doc typo fix
2014-06-16 Dagfinn Ilmari... [perl #122110] [PATCH] Remove left-over mad cruft
2014-06-16 Yves Ortontweak type for picky compilers
2014-06-16 Jarkko HietaniemiMore (void*) for %p.
2014-06-16 Jarkko HietaniemiFollow-up to b84edbf2; (IV) the IVdf.
2014-06-16 Yves OrtonMake hash_value() accept an optional seed
2014-06-16 Jarkko Hietaniemi%p really wants void*.
2014-06-16 Jarkko HietaniemiUse %"IVdf" instead of %zd.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-15 Jarkko HietaniemiThe clang frontend says "unknown" for -Wunknown.
2014-06-15 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.00
2014-06-15 James E KeenanRun porting/podcheck.t --regen to undo manual changes.
2014-06-15 James E KeenanRebreak lines to achieve <80 recommended line length.
2014-06-15 James E KeenanRebreak lines to achieve <80 recommended line length.
2014-06-15 James E KeenanRebreak lines to achieve <80 recommended line length.
2014-06-14 Darin McBridermv duplicate SvUV call in Perl__swash_inversion_hash
2014-06-14 Chris 'BinGOs... Update Archive-Tar to CPAN version 1.98
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Karl WilliamsonAnother 'use encoding' issue
2014-06-13 Jarkko Hietaniemiperldelta for b5bbe64.
2014-06-13 Jarkko HietaniemiPut back an #if-0-ed chunk 7053d92 removed.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-13 Karl WilliamsonAdd note to 'encoding' pod that it's removed
2014-06-13 Karl WilliamsonExperimentally cause 'use encoding' to fail.
2014-06-13 Karl Williamsonpp.c: Add comment
2014-06-13 Karl Williamsonperldelta: Add entry for new XS macro isUTF8_CHAR
2014-06-13 Chris 'BinGOs... Suppress the pm_to_blib spammage during make
2014-06-13 Matthew Horsfall... [perl #121126] - Allow deparse tests to skip/ignore...
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-13 Karl Williamsontoke.c: Change S_scan_str parameter meaning
2014-06-12 Brian Fraserperldelta for 0b0a072
2014-06-12 Matthew Horsfall... perldelta for 9be9e8a
2014-06-12 Matthew Horsfall... perldelta for 94d4006
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
2014-06-12 Brian FraserAdded several missing PERL_UNUSED_RESULT()
2014-06-12 Brian FraserRemoved set_emergency_buffer from malloc.c
2014-06-12 Brian FraserMark several functions with __attribute__noreturn__
2014-06-12 Brian FraserCast %p arguments to (void*)
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-12 Brian FraserAdding missing HEKfARG() invocations
2014-06-12 Brian FraserProtect against ptrdiff_t not being available.
2014-06-12 Karl WilliamsonPOSIX.xs: Fix typo.
2014-06-12 Karl WilliamsonFix some compilation warnings
2014-06-12 Karl Williamsonpp.c: Fix Win32 compilation problems
2014-06-12 Karl WilliamsonAllow to compile if don't have LC_CTYPE etc defined
2014-06-12 Karl Williamsonregen podcheck.t db
2014-06-12 Karl Williamsonpp.c: Vertically stack ternary operators
2014-06-12 Matthew Horsfall... perldelta for 470dd22
2014-06-12 Matthew Horsfall... perldelta for 7fefc6c, dcccc8f, f83c603
2014-06-12 Tony Cookperldelta for c2b90b61b509, 4662a0593217, 46e2868e06e3
2014-06-12 Tony Cooksome perldelta fixes
2014-06-12 Tony Cookbump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO...
2014-06-12 Dagfinn Ilmari... Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")
2014-06-12 Tony Cooktest for the Data::Dumper bug fixed by "Change newSVpvn...
2014-06-12 Dagfinn Ilmari... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-12 kafkaBring a few lines in Storable.pm under 80 cols.
2014-06-12 Daniel DraganSvREFCNT_dec_NN in pp_require
2014-06-12 James E KeenanRemove entries for threads.pm and CoreList.pod.
2014-06-12 kafkaBring a few lines in SelfLoader.pm under 80 cols.
2014-06-12 Jarkko HietaniemiC backtrace tweaks.
2014-06-12 Matthew Horsfall... perldelta for 808cb9e
2014-06-12 Matthew Horsfall... perldelta for 30a1535
2014-06-11 Matthew Horsfall... perldelta for 2d8eb85
2014-06-11 Matthew Horsfall... perldelta for 53cb238
2014-06-11 Matthew Horsfall... perldelta for 8be3c4c
2014-06-11 Matthew Horsfall... perldelta for e5a8a0f.
2014-06-11 Brian FraserRemoved NeXT support
2014-06-11 Chris 'BinGOs... Update Test-Harness to CPAN version 3.32
2014-06-11 Matthew Horsfall... perldelta for be075ca, 037ab3f
2014-06-11 Matthew Horsfall... perldelta for 461a975
2014-06-11 Matthew Horsfall... perldelta for coverity fixes
2014-06-11 Matthew Horsfall... perldelta for b3cf482, 4fa715f
2014-06-11 Matthew Horsfall... perldelta for ae07d0f
2014-06-11 Matthew Horsfall... perldelta for bd47baf
2014-06-11 Matthew Horsfall... perldelta for 725995b
2014-06-11 H.Merijn Brand[perl #121585] Configure shouldn't write source tree
2014-06-11 H.Merijn BrandFix cbacktrace
2014-06-11 H.Merijn BrandFix i_bfd
2014-06-11 Tony CookAndrew Fresh is now a perl author
2014-06-11 Andrew FreshDefault to using OpenBSD's malloc
2014-06-11 Andrew FreshCorrect architectures and versions for hints
2014-06-11 Tony Cookcorrect handling of buffer sizes for POSIX::strxfrm()
2014-06-11 Jarkko HietaniemiLocale tests assumed POSIX, not true in minitest.
2014-06-10 Tony Cookperldelta for 7ac929242683
2014-06-10 Tony Cookadd a warning for using the :win32 PerlIO layer
2014-06-10 Reini Urban[perl #121733] fix t/op/stat.t 96 for windows
2014-06-10 Reini Urban[perl #121732] fix t/op/filetest.t for windows
next