This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2014-06-05 Ricardo Signesupdate release schedule
2014-06-05 Karl Williamsont/run/locale.t: Remove unnecessary setlocales()
2014-06-05 Karl WilliamsonFix Windows ctype functions
2014-06-05 Karl WilliamsonRevert "PATCH: [perl #119499] "$!" with UTF-8 flag"
2014-06-05 Karl WilliamsonUse C locale for "$!" ouside 'use locale' scope
2014-06-05 Karl WilliamsonData::Dumper: Fix wrong #if
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-05 Karl Williamsonnumeric.c: Remove unnecessary test
2014-06-05 Karl Williamsonop.c: Use macro instead of its expansion
2014-06-05 Karl WilliamsonAllow dynamic lock of LC_NUMERIC
2014-06-05 Karl WilliamsonFix up LC_NUMERIC wrap macros
2014-06-05 Karl WilliamsonKeep LC_NUMERIC in C locale, except for brief periods
2014-06-05 Karl Williamsonnumeric.c: White-space only
2014-06-05 Karl WilliamsonMake sure locale set right for radix parsing
2014-06-05 Karl Williamsonperllocale: Wrap some text in C<...>
2014-06-05 Karl WilliamsonAvoid locale function overhead
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-06-05 Karl WilliamsonSet utf8 flag properly in localeconv
2014-06-05 Karl WilliamsonExclude undefined hash elements from localeconv()
2014-06-05 Karl WilliamsonSwap #if sense for localeconv()
2014-06-05 Karl WilliamsonLocaleconv() should be independent of 'use locale'
2014-06-05 Karl Williamsonperl.h: Move #if
2014-06-05 Chris 'BinGOs... Update Scalar-List-Utils to CPAN version 1.39
2014-06-05 David Mitchellwhen unCOWing a string, set SvCUR to 0
2014-06-05 H.Merijn BrandEnable new wcs variables for Win32
2014-06-05 H.Merijn Brandprevent double single quotes for default cfg vars
2014-06-05 H.Merijn Brandundoubled bad quoting
2014-06-05 H.Merijn BrandProbe for working wcscmp and wcsxfrm
next