This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add tests for qr/\p{}/
[perl5.git] / lib /
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-16 Zeframdeparse trailing-colon barewords carefully
2017-11-16 Zeframdeparse ::CORE::foo barewords carefully
2017-11-16 Zeframrip out CPAN-release cruft from B::Deparse
2017-11-15 Zeframfix handling of registered warning categories
2017-11-15 Todd RinaldoRemove use vars from B::Deparse
2017-11-15 David Mitchelllib/perl5db.pl: don't dump argless args
2017-11-15 David Mitchelllib/perl5db.t: remove debugging code
2017-11-14 Craig A. BerryMake perlbug.t forgiving about newlines.
2017-11-12 James E KeenanMerge branch 'smoke-me/jkeenan/afresh/132401-file-copy...
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in lib
2017-11-10 Todd RinaldoAdd support for --help and --version in perlbug
2017-11-10 Karl Williamsonlib/locale.t: Clarify test name
2017-11-06 John LightseyFix deparsing of transliterations with unprintable...
2017-11-06 James E KeenanIncrement $File::Copy::VERSION
2017-11-06 Andrew FreshSupport Time::HiRes::utime in File::Copy
2017-11-05 Zeframdeparse implicit ~~ as explicit with -x2
2017-11-04 David Mitchellpp_multiconcat: don't stringify LHS overload arg
2017-11-01 David Mitchellfix Perl_get_cvn_flags() return value
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-31 David Mitchelloverload.t: add more concat tests
2017-10-20 Steve HayBump version to 5.27.6
2017-10-20 Father ChrysostomosDeparse.t tweak
2017-10-08 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.43
2017-10-08 Father ChrysostomosDeparse: Better constant-dumping heuristics
2017-10-08 Father ChrysostomosLet Deparse.t be run from the top-level
2017-09-30 James E KeenanAdd tests for 'p' and 'x' commands without subsequent...
2017-09-30 SmylersDebugger cmds not requiring spaces
2017-09-21 jplChange save/restore behavior for comparisons
2017-09-20 John SJ AndersonBump perl version to 5.27.5, including Module::CoreList...
2017-09-20 Tony Cookavoid sysread()/syswrite() warnings from the default...
2017-08-22 Father ChrysostomosAdd SORTf_UNSTABLE flag
2017-08-21 Matthew HorsfallBump perl version to 5.27.4, including Module::CoreList...
2017-08-07 Karl Williamsonlib/locale.t: TODO some netbsd defective locales
2017-08-07 Karl Williamsonlib/locale.t: Add comments
2017-08-07 Karl Williamsonlib/locale.t: Canonicalize $^O into lowercase
2017-07-27 David Mitchellmake scalar(keys(%lexical)) less slow.
2017-07-27 David Mitchelloptimise (index() == -1)
2017-07-27 David Mitchelladd boolean context support to several ops
2017-07-27 David Mitchellpp_length: use TARGi rather rather than sv_setiv()
2017-07-27 David Mitchelloptimise @array in boolean context
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2017-07-27 David MitchellOP_VALUES: reserve OPpMAYBE_LVSUB bit
2017-07-25 Dagfinn Ilmari Man... Revert B::Debug removal
2017-07-25 James E KeenanRemove B::Debug from core distribution.
2017-07-24 Tony Cook(perl #131685) improve utf8::* function documentation
2017-07-20 Aaron CraneBump Perl version from 5.27.2 to 5.27.3
2017-07-17 Karl Williamsonlocale.t: Refactor error reporting code
2017-07-15 Aaron CraneRT #130907: Fix the Unicode Bug in split " "
2017-07-14 Karl WilliamsonAdd debugging to locale handling
2017-07-02 Karl Williamsonmktables: Don't output anything above IV_MAX
2017-06-22 Eric HermanBump the perl version 5.27.1 -> 5.27.2
2017-06-21 Karl WilliamsonUse Unicode 10.0
2017-06-21 Karl WilliamsonPrepare for Unicode 10.0
2017-06-09 James E Keenancommit c93f220f failed to update DirHandle's $VERSION.
2017-06-09 Aristotle PagaltzisDirHandle: document as obsolete
2017-06-05 David Mitchellmake OP_REF support boolean context
2017-06-05 David MitchellDeparse: support delete %h{foo bar}
2017-06-05 David MitchellDeparse: better handle BEGIN { use_ok() }
2017-06-05 David MitchellDeparse my var attributes correctly
2017-06-05 David MitchellDeparse.pm: handle BEGIN { require expr }
2017-06-05 David MitchellDeparse: avoid deep recursion warning
2017-06-05 David MitchellDeparse: don't remove escapes for tabs in patterns
2017-06-05 David MitchellDeparse: make a complex pattern readable with /x
2017-06-05 David MitchellDeparse: handle OP_PADRANGE in regex code blocks
2017-06-05 David MitchellDeparse.t: diag full code that failed to compile
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
next