This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-06-28 Craig A. BerryFix like/is problem in perl5db.t.
2014-06-28 Jarkko HietaniemiGuard cur_curlyx at least with an assert.
2014-06-27 Jarkko Hietaniemihv can be left uninitialized.
2014-06-27 Jarkko Hietaniemiprintf formats are hard.
2014-06-27 Jarkko Hietaniemiassert(*p = '#'); /* Spot the oops. */
2014-06-27 Craig A. BerryTime functions in time64.c need thread context on VMS.
2014-06-27 Karl Williamsonregexec.c: Move some macro definitions around
2014-06-27 Karl WilliamsonPATCH: [perl #122090] Non-word-boundary doesn't match EOS
2014-06-27 Karl Williamsonregexec.c: Comments and white-space only
2014-06-27 Karl Williamsonregexec.c: Exchange 2 lines of code and add comments
2014-06-27 Karl Williamsonregexec.c: More cleaning of FBC macro/code interface
2014-06-27 Karl Williamsonregexec.c: Clean up macro/code interface slightly
2014-06-27 Karl Williamsonregexec.c: Change names of 4 macros
2014-06-27 Karl Williamsonregexec.c: Change MiXeD cAsE formal macro parameters
2014-06-26 Chris 'BinGOs... Sync Module-CoreList version in Maintainers.pl for...
2014-06-25 Jarkko HietaniemiFollow-up to 51f14a05: not ignoring my_snprintf return...
2014-06-25 Brian FraserGlossary for d_ptrdiff_t
2014-06-25 Matthew HorsfallAdd a small test case for c445c5b
2014-06-25 Jarkko HietaniemiAdd t/porting/libperl.t
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-25 Jarkko HietaniemiUnused snprintf results noticed by clang in Linux.
2014-06-25 Yves OrtonFix RT #122171, lookahead issues with .*
2014-06-25 Tony Cookperldelta for 0f9d28587772, cd293174fae5
2014-06-25 Tony Cookbump dist/Math-BigInt/ $VERSIONS to 1.9996
2014-06-25 Peter John... CPAN RT 96254 and 96329: Correct the handling of subcla...
2014-06-25 Matthew Horsfall... bump $XS::APItest::VERSION to 0.62
2014-06-24 Jarkko HietaniemiUnder GLOBAL_STRUCT mgvtbl-s are const, which angers...
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-06-24 Jarkko HietaniemiDrop debugging, and handle HP-UX opt flags.
2014-06-24 Jarkko HietaniemiFurther hpux hints simplifying suggested by H.Merijn.
2014-06-24 Jarkko HietaniemiHP-UX release wider match; also drop gcc opt level.
2014-06-24 Matthew HorsfallRMG - Add comment that git clean -xdf after distclean...
2014-06-24 Peter MartiniDocument empty conditional in for/while
2014-06-24 Tony Cookremove extraneous setting of $TODO
2014-06-24 Daniel Draganfix multi-evals problems in pad name list api
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-23 Tony Cook[perl #116925] discuss modifying an SV's buffer
2014-06-23 Matthew HorsfallRMG - Per review - keep make distclean as a test, add...
2014-06-23 Matthew HorsfallRMG - Per review - only -Dusedevel for development...
2014-06-23 Matthew HorsfallRMG - Clarify that updating %released/CAVEATS isn't...
2014-06-23 Matthew HorsfallNo need for else after exit...
2014-06-23 Matthew HorsfallDon't add a perldelta entry for _charnames.
2014-06-23 Matthew HorsfallRMG: Show that version'd binaries might be used
2014-06-23 Matthew HorsfallRMG: Use -Dusedevel in ./Configure, like everywhere...
2014-06-23 Matthew HorsfallRMG: Remove useless 'make distclean', save time
2014-06-23 Matthew HorsfallUpdate makerel to provide a helpful error message if...
2014-06-23 Matthew HorsfallUpdate RMG to mention new policy of perlhist containing...
2014-06-22 Jarkko HietaniemiIf we do not have vsnprintf, the len is unused.
2014-06-22 Matthew HorsfallIn response to 7fefc6c, make autodoc smarter.
2014-06-22 Jarkko HietaniemiAllow enabling -pedantic(-errors) (with -std=c89) for...
2014-06-22 Jarkko Hietaniemig++ -DPERL_GLOBAL_STRUCT_PRIVATE died on this.
2014-06-22 Jarkko HietaniemiTry simpler usage for file-level GCC_DIAG_RESTORE.
2014-06-21 George GreerIPC-Open3.t: For d3ae482b also need the "SKIP" label...
2014-06-21 Ævar Arnfjörð... Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b...
2014-06-21 James E KeenanFix test file per George Greer comment.
2014-06-21 Karl Williamsonlib/locale.t: Improve debug info
2014-06-21 Ævar Arnfjörð... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-21 Ævar Arnfjörð... Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b...
2014-06-21 Ævar Arnfjörð... Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b
2014-06-21 Ævar Arnfjörð... Add a new warning about redundant printf arguments
2014-06-21 Ævar Arnfjörð... Split up the fake "missing" warning category into an...
2014-06-21 James E KeenanRevert 6 tests failing on Win32 smoker.
2014-06-21 Dmitri TikhonovUntie STDERR in IPC::Open3.
2014-06-20 Matthew Horsfall... Fix typo... nothing to see here
2014-06-20 Chris 'BinGOs... Correct unintentional mistake in bump-perl-version
2014-06-20 David Goldenperlfunc: clarify our [perl #122132]
2014-06-20 Matthew Horsfall... Update Module::CoreList for 5.21.2
2014-06-20 Matthew Horsfall... Bump the perl version in various places for 5.21.2
2014-06-20 Matthew Horsfall... Add Epipgraph for 5.21.1
2014-06-20 Matthew Horsfall... Add new perldelta for 5.21.2
2014-06-20 Matthew Horsfall... Add new release to perlhist v5.21.1
2014-06-20 Matthew Horsfall... Finalize perldelta
2014-06-20 Matthew Horsfall... Update Module::CoreList for 5.21.1
2014-06-20 Matthew Horsfall... Update perldelta acknowledgements
2014-06-20 Matthew Horsfall... Begin to finalize perldelta for release
2014-06-20 Jarkko HietaniemiGCC_DIAG_IGNORE/RESTORE whine in non-gcc if at file...
2014-06-20 Jarkko HietaniemiCouple more (optionally) unused contexts.
2014-06-19 Craig A. BerryAvoid blank lines in backslash warnings test.
2014-06-19 Ricardo Signesfix a typo in perl520delta
2014-06-19 Matthew Horsfall... Remove x2p remnants
2014-06-19 Matthew Horsfall... Remove old file from @writables; was taken out in autod...
2014-06-19 Jarkko HietaniemiIn case someone manages to call g++ with -Wc++-compat.
2014-06-19 Jarkko HietaniemiNote the open RT ticket.
2014-06-19 Jarkko HietaniemiDisable ODBM (via i_dbm) in HP-UX, seems to be buggy.
2014-06-19 Jarkko HietaniemiLower the optimization on Digest-SHA for HP-UX cc.
2014-06-19 Jarkko HietaniemiHP-UX cc in PA-RISC2.0 optimizer crashes with some...
2014-06-19 Jarkko HietaniemiThe g++ flags removal was not right.
2014-06-19 Jarkko HietaniemiSilence -Wunused-parameter my_perl under threads.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-18 Jarkko HietaniemiRevert the perl.h part of a3ccabc.
2014-06-18 Jarkko HietaniemiGCC_DIAG_IGNORE needs to end with semicolon (inline.h).
2014-06-18 Karl WilliamsonRegenerate podcheck.t db for new too-long verbatim...
2014-06-18 Karl WilliamsonPATCH: [perl #122126] BBC DBD::SQLite
2014-06-18 Jarkko HietaniemiAdd a note about the HP-UX "internal linkage" warning.
2014-06-18 Jarkko HietaniemiTry silencing the infamous PerlSIO_set_ptr in perlio.c.
2014-06-18 Jarkko Hietaniemi__clang__ seems to be thing, but leave also __clang.
2014-06-18 Jarkko HietaniemiAdd note about the -std=c89 needing -pedantic.
2014-06-18 Jarkko HietaniemiEcho also these added options.
2014-06-18 Jarkko Hietaniemi-Wextra is the new -W, do not use both.
next