This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Patch suggested by Craig Berry for RT 131337.
[perl5.git] / lib /
2017-06-03 David MitchellBump the perl version in various places for 5.27.1
2017-06-02 Dagfinn Ilmari Man... Add support for deleting key/value slices (RT#131328)
2017-06-01 Karl Williamsoncharnames: Clarify comment
2017-06-01 Karl Williamsoncharnames: Remove obsolete pod about NBSP
2017-06-01 Karl Williamsonmktables: Fix up version compare
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-05-31 Sawyer XRegenerate and update Op_private and uconfig.h
2017-05-31 Sawyer XBump feature.pm for 5.27.0
2017-04-20 Sawyer XBump version: 5.25.12 -> 5.26.0
2017-04-19 Sawyer XRegenerate opcodes (regen/opcode.pl)
2017-04-07 David Mitchellfix lib/B/Deparse.t that assumed '.' in @INC
2017-03-21 Chris 'BinGOs' Wil... Regen opcodes
2017-02-21 David Mitchellbump version number in lib/B/Op_private.pm
2017-02-20 Karl WilliamsonRevise documentation of eval and evalbytes
2017-02-20 Karl WilliamsonBalance uniprops tests
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-08 Neil BowersGetopt::Std: Changed pod NAME to follow convention
2017-02-07 Palipod: Suggest to use strict :encoding(UTF-8) PerlIO...
2017-01-22 Karl Williamsonlib/utf8.t: Generalize for EBCDIC
2017-01-20 AbigailBump the perl version in various places for 5.25.10
2017-01-19 Karl WilliamsonFix bug with a digit range under re 'strict'
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2017-01-04 James E KeenanRT#113960: perl5db should ignore /dev/tty on non-Unix...
2016-12-30 James E KeenanPrevent tests from getting hung up on 'NonStop' option.
2016-12-26 Dan Collinsoverload.pm: add a missing 'exists'
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-12-20 Sawyer XBump the perl version in various places for 5.25.9
2016-12-07 Karl Williamsonlib/locale.t: Up the permissible failure % for os390
2016-11-29 Karl Williamsonlib/locale.t: Improve test when NUL isn't a control
2016-11-29 Karl Williamsonlib/locale.t: Don't assume NUL is a control
2016-11-29 Karl Williamsonlib/locale.t: Improve skipping of incompatible locales
2016-11-24 Karl Williamsonutf8.c: Clarify warning message.
2016-11-20 Chad GranumBump the perl version in various places for 5.25.8
2016-11-14 Matthew HorsfallFixup Unicode::UCD pod/version and regen dependent...
2016-11-14 H.Merijn BrandAdditional warning of Name.pl going away
2016-11-14 H.Merijn BrandUnicode::UCD documentation for reading Name.pl as encou...
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-11-11 H.Merijn BrandAllow "." to be excluded from @INC
2016-11-11 Karl WilliamsonMove Unicode-Normalize to dist/
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-10-26 Karl Williamsonlib/locale.t: Skip testing known incompatible locales
2016-10-26 Karl Williamsonlib/locale.t: Add skip(), fail() functions
2016-10-26 Karl Williamsont/loc_tools.pl: Make find_locales accept string input
2016-10-26 Karl Williamsont/loc_tools.pl: Complement sense of optional parameter
2016-10-20 Aaron CraneBump version numbers ready for 5.25.7
2016-10-19 Yves Ortonuniprops.t: split into 10 seperate test files t/re...
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-10-11 James E KeenanRevert "Reduce SelectSaver memory footprint"
2016-10-07 Nicolas RReduce SelectSaver memory footprint
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-28 James RaspassSpeed up compilation of overload.pm a smidge.
2016-09-27 David Mitchellpadrange, aelemfast: use label for private bits
2016-09-27 David MitchellOP_AVHVSWITCH: make op_private bits 0..1 symbolic
2016-09-24 Stevan Littleupdating opcodes (version number mostly)
2016-09-08 James E KeenanAdd additional tests for DirHandle to improve coverage.
2016-08-25 Yves Ortonrestore Internals::hv_clear_placeholders for now
2016-08-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.25.5
2016-08-17 Karl Williamsonlib/locale.t: Add some extra info to a debug statement
2016-08-17 Karl Williamsonlib/locale.t: Generalize test
2016-08-14 Yves Ortonfirst step to documenting the Internals namespace
2016-08-10 Karl Williamsonlib/locale_threads.t: Add new test file
2016-08-10 Karl WilliamsonAdd some error checking/debugging for locale
2016-08-06 Shlomi FishCorrect spelling errors: lib/unicore/mktables
2016-08-03 David MitchellDeparse.pm - avoid deep recursion warning
2016-08-03 David Mitchelldeparse subroutine signatures
2016-08-03 David Mitchellfix deparsing of Test::More's use_ok()
2016-08-03 David MitchellOP_MULTIDEREF: remove ghost entry in op_aux list
2016-08-03 David Mitchellfix up exists etc deparsing
2016-08-03 David Mitchellhandle deparsing of sub prototypes with sigs
2016-08-03 David MitchellDeparse: emit pragmas *before* each sub
2016-08-03 David MitchellDeparse: use more local vars in next_todo()
2016-08-03 David MitchellDeparse: move pragma deparsing into separate sub
2016-08-03 David Mitchelldeparse pragmas before subs
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-08-02 Karl Williamsonlib/locale.t: Better debug output
2016-08-02 Karl Williamsonlib/locale.t: Add note() function, for future use
2016-08-02 James E KeenanCorrect 3 bad email addresses for 'perlbug'.
2016-08-01 Karl Williamsonlib/locale.t: Clarify debug output
2016-07-29 Father ChrysostomosNew bug numbers in lib/ and dist/, too
2016-07-26 Tony Cookbump perl5db.pl's $VERSION
2016-07-26 Tony Cookperl5db.pl: ensure PadWalker is loaded from standard...
2016-07-20 Steve HayBump version to 5.25.4
2016-07-19 Karl Williamsonlib/locale.t: Fix tests, add a test
2016-07-17 David Mitchellbump feature.pm $VERSION
2016-07-17 Father ChrysostomosUpdate docs for declared_refs
2016-07-17 Father ChrysostomosAdd declared_refs feature feature
2016-07-17 Father ChrysostomosAdd experimental::declared_refs warn categ
2016-07-14 Karl WilliamsonPATCH: [perl #128628] divide by 0 in locale.c
2016-07-01 Karl WilliamsonChange \p{foo} to mean \p{scx: foo}
2016-06-25 Karl Williamsonperluniprops: Fix pod
2016-06-22 Unicode ConsortiumUse Unicode 9.0
2016-06-22 Karl WilliamsonPrepare for Unicode 9.0
2016-06-22 Karl WilliamsonTell mktables what Unicode version mk_invlist.pl handles
2016-06-22 Karl Williamsont/re/uniprops.t: Add more description for \b{} tests
2016-06-21 Matthew HorsfallSort @def before generating $warnings::DEFAULT.
2016-06-20 Matthew HorsfallBump the perl version in various places for 5.25.3
2016-06-17 Karl Williamsondiagnostics.pm; Enhance to accept nested lists
2016-06-15 Tony Cook(perl #128199) rmscopy() is VMS specific and not exported
next