This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2015-01-28 Jarkko Hietaniemiinfnan: grok flag expectation fixes
2015-01-28 Jarkko Hietaniemiinfnan: grok_infnan now needs context
2015-01-28 Jarkko Hietaniemiinfnan: actually use grok_hex() for nan payload
2015-01-28 Jarkko Hietaniemiinfnan: move grok_infnan before the grok_number
2015-01-28 Jarkko Hietaniemiinfnan: mention the unusual semantics of "numeric".
2015-01-28 Jarkko Hietaniemiinfnan: allow (silently) trailing whitespace.
2015-01-28 Jarkko Hietaniemiinfnan: numify warning testing.
2015-01-28 Jarkko Hietaniemiinfnan: Simplify inf parsing.
2015-01-28 Jarkko Hietaniemiinfnan: More elaborate nan parsing for C99-y nan(...)
2015-01-28 Jarkko Hietaniemiinfnan: Allow 1.#INF00 and 1.#IND00
2015-01-28 Steve HayCorrection to 0563a5d0db
2015-01-28 Ricardo Signesm?? without the m is not deprecated, but gone!
2015-01-27 Karl Williamsonperldelta: Fix typo
2015-01-27 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.054
2015-01-27 Chris 'BinGOs... Update Perl-OSType to CPAN version 1.008
2015-01-27 David Mitchellrename unop_aux_stringify to multideref_stringify
2015-01-27 Steve Hayperldelta for f9bbfafdab
2015-01-27 Steve HayAdd USE_CPLUSPLUS build option to win32 makefiles
2015-01-27 Steve HayMerge upstream fix for C++ mode build of Win32API-File
2015-01-27 Steve HayFunctions marked 'b' in embed.fnc MUST be implemented...
2015-01-27 Steve HayRemove out-dated comment from mathoms.c
2015-01-27 Daniel Draganmove functions marked as mathomed in embed.fnc to mathoms.c
2015-01-27 Tony Cookperldelta for fa7b7678bab9
2015-01-27 Tony Cook[perl #123064] document limitations of the big* impleme...
2015-01-27 Tony Cookperldelta for 4388f261169c
2015-01-27 Tony CookPerlIO::scalar write() at large file position
2015-01-27 Jarkko Hietaniemiminiperl cannot IO::File
2015-01-26 Chris 'BinGOs... Update Win32 to CPAN version 0.51
2015-01-26 Tony Cooknote B's version bump in perldelta
2015-01-26 Daniel Draganfactor out a dXSTARG in B::
2015-01-26 Chris 'BinGOs... Update B-Debug to CPAN version 1.23
2015-01-26 Karen Etheridge[PATCH] update perlfaq to version 5.021009
2015-01-26 David Mitchellregen/op_private: update comment
2015-01-25 Craig A. BerryDodge warning with STATIC_ASSERT_STMT, VMS C++.
2015-01-25 Craig A. BerryDowngrade missing return warning for VMS C++ compiler.
2015-01-25 James RaspassAvoid constant.pm depending on vars.pm
2015-01-25 Ævar Arnfjörð... Revert the support for new warning categories outside...
2015-01-25 Steve HayDon't bother prettifying win32/perldll.def
2015-01-25 Daniel Draganexport data symbols as data on Win32
2015-01-25 Daniel Draganattempt again to const vtables in threads-shared
2015-01-25 Father Chrysostomos[perl #123652] eval {label:} crash
2015-01-24 Chris 'BinGOs... Update CPAN-Meta-Requirements to CPAN version 2.132
2015-01-24 Karl Williamsonregcomp.c: Clarify comment
2015-01-24 Karl Williamsonhandy.h: EXTERN_C-ize PL_charclass
2015-01-24 Karl Williamsonregcomp.c: Another minor optimization
2015-01-24 Karl Williamsonregcomp.c: Minor optimizations
2015-01-24 Karl Williamsonregexec.c, regcomp.c: White-space only
2015-01-24 Sisyphus[perl #123659] [Win32] Add "-ld" to archname for dmake...
2015-01-23 Steve HayUpgrade Encode from version 2.67 to 2.68
2015-01-23 Kent FredricAdd test for glob constants accepting method calls
2015-01-23 Leon Timmermans[perl #123619] Only make stringy classnames shared
2015-01-23 Shlomi FishConvert tabs in indentation to spaces.
2015-01-22 Mathieu ArnoldFix target for MANISORT_SRT and use perl just built
2015-01-22 David Mitchellbump attributes.pm version
2015-01-22 Craig A. BerryFix SDBM_File clean target after ac0e53cd2e.
2015-01-22 Karl Williamsonregen/charset_translations.pl: Clarify comment
2015-01-22 Karl Williamsonregen/mk_invlists.pl: Rename function
2015-01-22 Karl Williamsonregen/mk_invlists.pl: Do less work
2015-01-22 Karl Williamsonregen/mk_invlists.pl: White-space only
2015-01-22 Karl Williamsonregen/mk_invlists.pl: Skip unnecessary work
2015-01-22 Karl Williamsonregen/mk_invlists.pl: output sorted
2015-01-22 Karl Williamsonregen/mk_invlists.pl: Output code points as hex
2015-01-22 Karl Williamsonmktables: White-space only
2015-01-22 Karl Williamsonmktables: Verify Unihan files versions
2015-01-22 Karl Williamsonmktables: Note that a property is deprecated by Unicode
2015-01-22 Karl Williamsonregcomp.c: Collapse \b, \B cases
2015-01-22 Karl WilliamsonMove inline fcn to #included file
2015-01-22 Karl Williamsonregcomp.c: Reorder two switch cases
2015-01-22 Karl Williamsonregcomp.c: Don't store unnecessary data in \b ops
2015-01-22 Karl Williamsonregexec.c: Refactor \b code to not use the FLAGS field
2015-01-22 Karl Williamsonregexec.c: Use appropriate macro
2015-01-22 Karl Williamsonregexec.c: Stack ternary operator for readability
2015-01-22 Karl Williamsonregcomp.h: Clarify comment
2015-01-22 Karl WilliamsonUnicode::UCD: Allow internal properties in invmap()
2015-01-22 Karl WilliamsonUnicode::UCD: pod nits
2015-01-22 Karl Williamsonregcomp.c: Silence Win32 compiler warnings
2015-01-22 Father Chrysostomosattributes.xs: Don’t emit const warning for anons
2015-01-22 Tony Cookfix SDBM_File builds using gcc on Win32
2015-01-21 Steve Hayperldelta for 56f81afc0f, which is actually in 5.21.8
2015-01-21 Matthew HorsfallFinal updates to M::CL for version bump
2015-01-21 Matthew HorsfallMore bumpbing of version number to 5.21.9. Missed this...
2015-01-21 Matthew HorsfallSync Module::CoreList with CPAN and update for next...
2015-01-21 Hugo van der... reg: avoid pointing past end of string on short DEFINE
2015-01-21 David Mitchellavoid C labels in column 0
2015-01-21 Peter MartiniAnother patch to perlsub documenting moves sigs
2015-01-21 Karl Williamsonperlrecharclass: Fix typo
2015-01-20 Matthew HorsfallUpdate RMG to mention uploading .xz to pause, and fix...
2015-01-20 Matthew HorsfallVersion bump + new perldelta
2015-01-20 Matthew HorsfallUpdate epigraph with mailing list link
2015-01-20 Matthew HorsfallAdd epigraph and update release schedule
2015-01-20 Matthew HorsfallReally fix broken linkage in perldelta v5.21.8
2015-01-20 Matthew HorsfallFix IO::Compress linkage
2015-01-20 Matthew HorsfallAdd new release to perlhist
2015-01-20 Matthew HorsfallFix pod spelling/linking mistakes as caught by podcheck...
2015-01-20 Matthew HorsfallFinalize perldelta
2015-01-20 Matthew HorsfallUpdate Module::CoreList for 5.21.8
2015-01-20 Matthew HorsfallRelease prep - Copy descriptions of new errors in perld...
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl Williamsonregcomp.c: Move #define, make a function always compiled
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
next