This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix Module::CoreList::is_core bounds checking for specific module versions
[perl5.git] / lib /
2016-05-16 Niko Tyniperlbug: wrap overly long lines
2016-05-16 Niko Tyniperlbug: Add unit tests
2016-05-11 Chad GranumUpdate to the latest Test-Simple cpan dist
2016-05-09 Andreas VoegeleFix test failure in lib/perl5db.t when mandoc is installed
2016-05-09 Karl WilliamsonStop accepting deprecated NBSP in \N{}
2016-05-09 Karl Williamsonmktables: Don't destroy a data structure too soon.
2016-05-09 Karl Williamsonmktables: Add info under -annotate option
2016-05-09 Karl Williamsonmktables: Add stack trace facility
2016-05-09 Ricardo Signesbump version to v5.25.1: now open for business
2016-05-09 Ricardo Signesfeature.pm: add the v5.25 bundle v5.25.0
2016-05-09 Ricardo Signesregen: make regen!
2016-04-30 Dominic HargreavesBump $File::Copy::VERSION
2016-04-30 Dominic HargreavesFile::Copy: add a warning about flushing writes
2016-04-23 Karl Williamsonlib/perl5db.pl: Fix pod error.
2016-04-10 Ricardo Signesregen: B::Op_private and uconfig.h
2016-04-08 Karl WilliamsonStrengthen cautions about locale use with threads
2016-03-20 AbigailBump version in various places
2016-03-19 Steve HayUpgrade Win32API::File from version 0.1202 to 0.1203
2016-03-17 Karl Williamsonregen/mk_invlists.pl: Revamp so works on earlier Unicodes
2016-03-17 Karl Williamsonmktables: Use correct structure to look up data
2016-03-17 Karl Williamsonmktables: Fix bug with early Unicode versions
2016-03-17 Karl Williamsonmktables: Unicode 1.5 only had 2**16 code points
2016-03-12 Karl Williamsont/re/uniprops.t: Remove wrong test cases
2016-03-11 Karl WilliamsonFix various pod errors.
2016-03-07 Jarkko HietaniemiMention bytes::length modern workaround re 01e331e5
2016-03-06 Karl WilliamsonUpdate bytes.pm doc
2016-03-04 Karl WilliamsonTODO or skip certain failing locale tests on cygwin
2016-03-03 Jarkko Hietaniemiperl5db.pl version bump
2016-03-03 Jarkko HietaniemiDefaulting to VMS is probably not right.
2016-03-03 Andy Broadamigaos4: use CONSOLE:, not VMS sys$command
2016-03-02 Tony Cookbump $strict::VERSION and $warnings::VERSION
2016-03-02 Aristotle Pagaltzisnarrow the filename check in strict.pm/warnings.pm
2016-02-20 Sawyer Xbump version to 5.23.9
2016-02-03 Karl Williamsonre/uniprops: Fix EBCDIC issue
2016-02-03 David Mitchellsplit CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY
2016-01-25 Daniel Draganadd parallelness to win32/GNUmakefile
2016-01-20 Stevan Littlemore version bumping
2016-01-19 Karl Williamsont/re/uniprops.t: Fix bug in diagnostic output
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2016-01-19 Karl WilliamsonMake tables for Perl-tailored Unicode Line_Break property
2016-01-19 Karl Williamsonmktables: Add field to constructor
2016-01-19 David Mitchelllib/ExtUtils/typemap: silence g++ warning.
2016-01-14 Karl Williamsonre/uniprops: Fix to work on early Unicodes
2016-01-14 Karl WilliamsonUnicode::UCD: Fix to work on very early Unicode versions
2016-01-08 Karl WilliamsonTailor \b{wb} for Perl
2016-01-08 Karl Williamsonmktables: Add constructor parameter
2016-01-07 Karl Williamsonlib/utf8.pm: pod changes
2016-01-06 Karl Williamsonmktables: Fix /l testing in re/uniprops.t
2016-01-06 Lukas MaiDeparse the /n flag on regexes [perl #127189]
2016-01-06 Lukas Maiverses -> versus
2015-12-23 Karl Williamsonmktables: Free up some memory after final use
2015-12-21 David GoldenBump the perl version in various places for 5.23.7
2015-12-20 Karl Williamsonmktables: Add "$0:" to its first output
2015-12-15 Karl Williamsonlib/meta_notation: Fix so C1 controls are escaped
2015-12-15 Karl Williamsonlib/meta_notation.pm: Fix typo in comment
2015-12-14 Doug Belladd note about scope in strict docs
2015-12-13 Tony Cookbump $utf8::VERSION for the utf8_heavy.pl fix
2015-12-10 Karl Williamsonutf8.c: Don't throw away a value and then recalc it
2015-12-09 Tony Cook[perl #126593] make sure utf8_heavy.pl doesn't depend...
2015-12-07 Ed Avisstandardize on "lookahead" and "lookaround"
2015-12-02 Shlomi FishEnsure 'q' works in debugger with RemotePort.
2015-11-28 David MitchellBenchmark.t: better diagnostics
2015-11-26 David MitchellBenchmark.t/.pm: deal with short times
2015-11-26 David MitchellBenchmark: move elapsed time calc into method
2015-11-25 David MitchellBenchmark.t: add more diag output
2015-11-25 David MitchellBenchmark.t: fix marginal tests
2015-11-21 Karl WilliamsonGet re/uniprops.t to pass on minitest
2015-11-21 Lukas Mai[perl #116677] always deparse <> as either glob or...
2015-11-20 AbigailBump the perl version in various places for 5.23.6
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-11-20 Karl Williamsonlib/locale.pm: Fix so works on platforms without LC_CTYPE
2015-10-28 Ruud H.G. van TolFix Tie::StdScalar when $instance exists but isn't...
2015-10-23 Karl Williamsonlib/ExtUtils/t/Embed.t: Fix for z/OS
2015-10-21 Jarkko HietaniemiNote the resource hungriness of mktables.
2015-10-20 Steve HayBump version to 5.23.5
2015-10-19 Karl Williamsonmktables: Improve .t diagnostic message
2015-10-19 Karl Williamsonmktables: Update comments
2015-10-12 Tony Cook[perl #126051] make the warnings::enabled example use...
2015-10-12 Tony Cooksync regen/warnings.pl and warnings.pm $VERSION
2015-10-11 Karl Williamsonutf8_heavy.pl: Clarify comment
2015-10-02 David Mitchellfix up EXTEND() callers
2015-09-29 Father ChrysostomosMatch ops no longer need OPpTARGET_MY origin/rjbs/remove-lexical-topic
2015-09-29 Father ChrysostomosRemove OPpGREP_LEX
2015-09-29 Father ChrysostomosBump $warnings::VERSION to 1.34
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-09-21 Peter MartiniBump the perl version in various places for 5.23.4.
2015-09-15 Karl WilliamsonPATCH [perl #120790] Unicode::UCD failure to warn on...
2015-09-11 Thomas SibleyEnglish.pm: Only alias $- to $FORMAT_LINES_LEFT
2015-09-11 Karl Williamsonpods: Discourage use of 'In' prefix for Unicode Block...
2015-09-08 Karl Williamsonmktables: Fix --annotate option output
2015-09-08 James E KeenanIncrement $VERSION in lib/locale.pm.
2015-09-08 Karl Williamsont/loc_tools.pl: Fix some bugs in locales_enabled()
2015-09-08 Karl Williamsonlib/locale.t: Use 'chomp' not 'chop'
2015-09-08 Karl Williamsonlib/locale.t: sub ok() returns pass/fail
2015-09-08 Karl Williamsonlib/locale.pm: Add an assertion
2015-09-05 Andy Broadamigaos4: lib/.gitignore for the Amiga extensions
2015-08-25 Karl Williamsonlib/utf8.t: EBCDIC fixes
2015-08-25 Karl Williamsonlib/utf8.t: Add some tests to stress EBCDIC
2015-08-25 Karl WilliamsonVarious .t files: Use globals to see if on EBCDIC
2015-08-20 Karl Williamsonmktables: Comment changes only
next