This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #129085) avoid memcmp() past the end of a string
[perl5.git] / lib /
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
2016-05-30 Karl WilliamsonUnicode/UCD.t: better handling of errors
2016-05-30 Jarkko HietaniemiAdd an example of the '0x' string format.
2016-05-24 Karl WilliamsonDo better locale collation in UTF-8 locales
2016-05-24 Karl WilliamsonChange mem_collxfrm() algorithm for embedded NULs
2016-05-24 Karl Williamsonperllocale: Document NUL collation handling
2016-05-24 Karl Williamsonlib/locale.t: Don't calculate value unless needed
2016-05-21 Father ChrysostomosUpdate CORE.pod to reflect &CORE::keys() etc.
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-05-21 Father ChrysostomosAdd avhvswitch op
2016-05-20 Father ChrysostomosGive feature.pm the concept of no-op features
2016-05-20 Father ChrysostomosIncrease $feature::VERSION to 1.44
2016-05-20 Father ChrysostomosUpdate feature.pm docs for lex sub acceptance
2016-05-20 Father Chrysostomos[perl #128187] Forbid keys @_ in assigned lv sub
2016-05-20 Sawyer XBump the perl version in various places for 5.25.2
2016-05-20 Chase WhitenerIndirect object syntax fixed in FileHandle.pm
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
next