This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlretut: Clarify metacharacters
[perl5.git] / lib /
2018-02-19 David Mitchellpp_multiconcat: correctly honour stringify
2018-02-19 David Mitchellredo magic/overload handing in pp_multiconcat
2018-02-19 Karl WilliamsonAdd 'alpha_assertions' warnings category
2018-02-18 Karl Williamsonlib/locale_threads.t: Add safe thread test
2018-02-12 Tony Cookbump $warnings::VERSION
2018-02-11 Slaven Rezićwarnings: Omit handle when $. is 0
2018-02-07 David Mitchellfix tr/// Deparse tests under EBCDIC
2018-01-20 AbigailBump the perl version in various places for 5.27.9
2018-01-19 David Mitchellmove sub attributes before the signature
2018-01-19 David Mitchelltr///; simplify $utf8 =~ tr/nonutf8/nonutf8/
2018-01-19 David Mitchelltr///c: handle len(replacement charlist) > 32767
2018-01-19 David MitchellB, Deparse fixups for tr///c
2018-01-01 Father ChrysostomosUpdate docs wrt bitwise ops
2017-12-31 Father ChrysostomosEnable bitwise feature with ‘use v5.28’
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-29 Karen Etheridgeminor grammar and punctuation fixes
2017-12-28 Dagfinn Ilmari Man... Simplify Unicode::UCD::openunicode() and callers
2017-12-28 Dagfinn Ilmari Man... Fix typo in POD for new Unicode::UCD::num() variant
2017-12-28 Karl Williamsonlib/utf8.pm: Further clarification of UTF-8 flavor
2017-12-27 Karl WilliamsonUnicode::UCD: Add optional paramter to num()
2017-12-25 Karl WilliamsonAdd warning for script runs being experimental
2017-12-25 Karl Williamsonmktables: Generate _Perl_SCX property
2017-12-25 Karl WilliamsonUnicode::UCD.pm Add undocumented internal feature
2017-12-25 Karl Williamsonmktables: Canonicalize '-' into '_'
2017-12-22 Karl Williamsonutf8.pm: Clarify that UTF-8 is Perl's extended form
2017-12-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.27.8
2017-12-18 Karl Williamsonmktables: Use already set variable
2017-12-18 Zeframfix pod markup in warnings.pm
2017-12-18 Father Chrysostomos[perl #132468] At _at_level warnings functions
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-17 Karl WilliamsonUnicode::UCD: max code point is now IV_MAX
2017-12-11 Father ChrysostomosDeclaration after statement in typemap
2017-12-11 Father ChrysostomosAvoid newGVgen in default typemap
2017-12-06 Zeframput shadowing warnings in their own category
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframinternally change "when" to "whereso"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframmerge leavegiven op type into leaveloop
2017-12-04 David Mitchellmulticoncat: don't fold adjacent constants
2017-12-04 Karl Williamsonperluniprops/mktables: Add code points matched annotations
2017-12-04 Karl Williamsonperluniprops/mktables: Add Definition concept
2017-12-03 Karl Williamsonperluniprops/mktables: Fix wong output.
2017-11-30 Karl Williamsonperluniprops: Display controls sorted by alpha
2017-11-30 Karl Williamsonmktables: Add safety code
2017-11-30 Karl Williamsonperluniprops: Make sc property refer to scx
2017-11-30 Karl Williamsonperluniprops/mktables: Fix bad entry
2017-11-30 Karl Williamsonmktables: Comment fixes only
2017-11-30 Karl Williamsonmktables: Use global for Script_Extensions object
2017-11-30 Karl Williamsonperluniprops: \p{Greek} is a shortcut for scx:greek
2017-11-29 Zeframremove unused CXp_FOR_DEF and OPpITER_DEF
2017-11-29 Zeframremove useless "break" mechanism
2017-11-29 Karl Williamsonperluniprops: Improve sorting
2017-11-29 Zeframuse LOOP struct for entergiven op
2017-11-28 Zeframremove useless "default" mechanism
2017-11-28 David Mitchell$overloaded .= $x: don't stringify $x
2017-11-23 Karl Williamsonmktables: Avoid some work
2017-11-23 David MitchellDeparse: handle warnings NOFATAL
2017-11-23 David MitchellDeparse: handle state attributes
2017-11-23 David MitchellDeparse: don't parenthesise state @a = ...
2017-11-23 David MitchellDon't Deparse "${$}abc" as "$$abc"
2017-11-23 David MitchellDeparse: avoid upgrading RV to GV in stash entries
2017-11-23 David MitchellDeparse nested (($x .= ...) .= ...) correctly.
2017-11-23 David Mitchelladd OPpCONCAT_NESTED flag
2017-11-23 David MitchellDeparse.pm: handle optimised-away keys() better
2017-11-22 Zeframupdate doc in lib/ about smartmatch
2017-11-22 Zeframdrop op flag for implicit smartmatch
2017-11-22 Zeframeviscerate smartmatch
2017-11-20 Karen EtheridgeBump the perl version in various places for 5.27.7
2017-11-18 Karl WilliamsonPATCH: [perl #132463] perluniprops for \p{Word}
2017-11-17 Zeframrestore deparsing style for \&foo
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...
next