This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Use macro instead of Perl_invlist_search()
[perl5.git] / lib /
2018-06-26 Sawyer Xregen opcodes for 5.29.1
2018-06-25 Karl Williamsonmktables: Correct L<> for perluniprops; rmv trail space
2018-06-25 Karl Williamsonmktables: Add, change some comments
2018-06-25 Karl Williamsonmktables: Handle cjkiicore properly
2018-06-25 Karl Williamsonmktables: Add guard against Unicode breakage
2018-06-25 Karl WilliamsonAdd tests for qr/\p{}/
2018-06-25 Karl Williamsonutf8.c: Handle qr!\p{nv=6/8}!
2018-06-25 Karl WilliamsonRevise \p{nv=float} lookup
2018-06-25 Karl WilliamsonRemove support for qr/\p{_CanonDCIJ}
2018-06-25 Karl WilliamsonRemove support for qr/\p{_Comb_Above}/
2018-06-25 Karl WilliamsonRemove qr/\p{_Case_Ignorable}/
2018-06-25 Karl Williamsonqr/\p{...}/: Rmv redundant text from warning msg detail
2018-06-25 Karl WilliamsonUnicode::UCD: Avoid uninit message
2018-06-23 Sawyer XBump version to 5.29.0 and regenerate everything
2018-05-01 Karl Williamsonlib/locale.t: TODO some locales on Solaris
2018-05-01 Karl Williamsonlib/locale.t: Mark a test problematic
2018-04-20 Sawyer XFix Module::CoreList versions
2018-04-20 Aaron CraneDocument that `use v5.12` and `use feature ":5.12"...
2018-04-19 Aaron CraneRT#132744: clarify subs/vars documentation
2018-04-17 Karl Williamsonmktables: Add tests for t/re/unipropsFOO
2018-04-04 David Mitchellbytes.pm: remove 'use utf8' from example
2018-03-21 Karl Williamsonmktables: Add aliases to the Present_In property
2018-03-21 Todd RinaldoAdjust code which did not get automatically switched...
2018-03-20 David MitchellDeparse.pm: handle postfix $r->$#*
2018-03-20 David MitchellDeparse: handle \our @a
2018-03-20 David MitchellDeparse.pm: bump version
2018-03-20 David MitchellDeparse -l: set correct line num at end of sub
2018-03-20 David MitchellDeparse.pm: tr/...//c was failing
2018-03-20 David MitchellDeparse.pm: add some code comments
2018-03-20 David MitchellDeparse: remove spurious tr/// debugging
2018-03-12 Father Chrysostomoswarnings.pm: sprintf is faster than concat
2018-03-06 Tony Cook(perl #132925) correct path handling in mktables
2018-03-02 Karl WilliamsonBump version of POSIX.pm to 1.83; warnings to 1.42
2018-03-02 Sawyer Xregen
2018-02-27 Father Chrysostomoswarnings.pm: _at_level functions and chunky handles
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
next