This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2014-06-09 David Mitchellbump Benchmark version
2014-06-09 David MitchellBenchmark.pm: avoid long walltime on calibration
2014-06-09 Craig A. BerryEliminate VMS-specific code in PerlIOStdio_fill.
2014-06-09 Daniel Draganremove 1 read of interp var from PUSHMARK
2014-06-08 Thomas SibleyDocument that "exec LIST" and "system LIST" may fall...
2014-06-08 James E KeenanSmall grammatical fix.
2014-06-08 Jarkko HietaniemiAdd C backtrace API.
2014-06-07 Chris 'BinGOs... Update Test-Harness to CPAN version 3.31
2014-06-07 Chris 'BinGOs... Sync autouse version for recent CPAN release
2014-06-07 Karl Williamsonlocale.c: Fix uncomplemented 'if' test
2014-06-07 Karl WilliamsonPOSIX.xs: Add a const to a parameter
2014-06-07 Karl Williamsonperlapi: Nit, and mention NUL for some functions
2014-06-07 Karl Williamsonstrftime: Set UTF-8 flag appropriately on return
2014-06-07 Karl WilliamsonPATCH: [perl #119425] strftime with %p
2014-06-07 Karl Williamsonlib/locale.t: Change acceptable fail % for Win32
2014-06-07 David Mitchellfix locale.c under -DPERL_GLOBAL_STRUCT
2014-06-06 Craig A. BerryCorrect socksizetype on VMS.
2014-06-06 Craig A. BerryRefactor some compiler-based hints in configure.com.
2014-06-06 Chris 'BinGOs... Sync ExtUtils-Install version for CPAN release
2014-06-06 Ricardo Signesupdate release schedule
2014-06-05 Karl Williamsonperlapi: Place in dictionary sort order
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-06-05 Karl Williamsonperlapi: Include general information
2014-06-05 Craig A. BerryMove a VMS-specific include file in sv.c.
2014-06-05 Craig A. BerryA malloc cast in vms/vms.c.
2014-06-05 Craig A. Berrywcs* fix-up for configure.com
next