This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-04-19 Sawyer XDevel-PPPort: Skip entries marked as deprecated or...
2018-04-19 Sawyer XDevel-PPPort: Move magic defined to their own include...
2018-04-19 Sawyer XDevel-PPPort: Stringify Perl version in Makefile.PL:
2018-04-19 Karl Williamsonperldiag: Add diagnostic
2018-04-18 Karl Williamsont/run/locale.t: Silence perl warning
2018-04-18 Karl Williamsonlocale.c: Reorder some debugging statements
2018-04-18 Nicholas ClarkBump version to 0.25.
2018-04-18 Daniel DraganExtUtils::Constant fix "panic: failed to extend arg...
2018-04-18 Nicholas ClarkBump version to 0.24_50.
2018-04-17 Karl Williamsont/run/locale.t; Suppress wide char warnings
2018-04-17 Karl WilliamsonPATCH [perl #132164] regcomp.c: Don't try to increment...
2018-04-17 Karl WilliamsonFixes found by coverity
2018-04-17 Karl Williamsont/loc_tools.pl: Special case openbsd
2018-04-17 Karl Williamsont/run/locale.t: Refactor to use done_testing()
2018-04-17 Karl Williamsont/run/locale.t: Add debugging code
2018-04-17 Karl Williamsonre/regexp_unicode_prop.t: Add test
2018-04-17 Karl Williamsonmktables: Add tests for t/re/unipropsFOO
2018-04-17 Karl Williamsonregen/mk_invlists.pl: Remove improper line
2018-04-17 Karl Williamsonregcomp.c: Fix typo in comment
2018-04-17 Karl Williamsont/re/reg_mesg.t: Add test for [perl #132055]
2018-04-17 Karl Williamsont/thread_it.pl: Increase stack size on AIX
2018-04-17 Karl Williamsonheap-buffer-overflow
2018-04-17 Karl WilliamsonRevert "PATCH: (perl #132227 CVE-2018-6797] heap-buffer...
2018-04-17 Yves Ortonfix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for...
2018-04-17 Karl WilliamsonSubject: PATCH: [perl #132063]: Heap buffer overflow
2018-04-17 Daniel Draganfix SEGV in XS::APItest::Backrefs::Comctl32Version()
2018-04-17 Tony Cookregen uconfig.h
2018-04-16 H.Merijn BrandRegen after backporting and merging
2018-04-16 David MitchellRevert "S_regmatch: eliminate WHILEM_A_min paren saving"
2018-04-16 Karl Williamsonregen/mk_invlists.pl: stop at 256 for latin1 lists
2018-04-16 Karl Williamsonregen/mk_invlists.pl: Add comment
2018-04-16 Tony Cook(perl #131844) fix various space calculation issues...
2018-04-16 John PeacockSynch cpan/version/* and other files with CPAN version...
2018-04-15 Karl Williamsonperlbug: Ask confirmation if would overwrite existing...
2018-04-15 Karl WilliamsonPATCH: (perl #132227 CVE-2018-6797] heap-buffer-overflow
2018-04-15 Karl Williamsonutf8.c: Don't dump malformation past first NUL
2018-04-15 Karl WilliamsonPATCH: [perl #132055] Assertion failure
2018-04-15 Daniel Draganfix -DNO_MATHOMS build, mathomed syms were not removed...
2018-04-15 Karl WilliamsonMove utf8_to_uvchr out of mathoms.c
2018-04-14 Chris 'BinGOs... Them bones
2018-04-14 Steve HayTick off 5.24.4 and 5.26.2
2018-04-14 Steve Hay5.26.2 today
2018-04-14 Steve Hay5.24.4 today
2018-04-14 Steve HayImport perl5244delta.pod and perl5262delta.pod
2018-04-14 Steve HayUpdate Module-CoreList with data for 5.24.4 and 5.26.2
2018-04-14 Steve HayEpigraphs for 5.24.4 and 5.26.2
2018-04-12 John PeacockSynch cpan/version/* and other files with CPAN version...
2018-04-12 Daniel Draganfix win32 with Ming.org GCC 3.4.5 build
2018-04-12 H.Merijn BrandUpdate Config::Perl::V with test on 5.27.11 (rsync...
2018-04-10 Ricardo Signesperlvar: update the docs on "my $_" to note its removal
2018-04-09 David MitchellS_regmatch(): improve debugging output
2018-04-09 Daniel Draganfix parallel ALL_STATIC Win32 build
2018-04-09 Tony Cookprevent warnings from building Storable on x64 Win32...
2018-04-08 Marc-PhilipPATCH: [perl #133074] 5.26.1: some coverity fixes
2018-04-08 Karl WilliamsonAdd Marc-Philip Werner to AUTHORS
2018-04-08 Daniel Draganfix utf8.c overflowed VC6's preproc macro buffer and...
2018-04-08 Karl WilliamsonPATCH: [perl #133037] new warning in inline.h
2018-04-08 James E KeenanSpelling correction for consistency with pod/perldebgut...
2018-04-08 James E KeenanSpelling correction for consistency with pod/perldebgut...
2018-04-08 James E KeenanOne more spelling correction from Ville Skyttä.
2018-04-08 James E KeenanProvide additional email address for author.
2018-04-08 James E KeenanSpelling corrections from Ville Skytt.
2018-04-04 Karl WilliamsonRevert "inline.h: Silence compiler warning"
2018-04-04 David Mitchellbytes.pm: remove 'use utf8' from example
2018-04-04 Tony Cook(perl #127743) don't use a freed context
2018-04-03 Karl WilliamsonUse unsigned to avoid compiler warning
2018-04-03 David MitchellPOSIX.pm: resolve ambiguous #If
2018-04-03 Karl Williamsoninline.h: Silence compiler warning
2018-04-03 Karl WilliamsonPATCH: [perl #132167] Parse error in regex_sets
2018-04-03 Daniel DraganRT #133039 dont build a Storable.so/.dll with a static... origin/tonyc/132992-storable-deps
2018-04-03 Karl Williamsonregexec.c: Use macro intended for the purpose
2018-04-02 Tony Cook(perl #132876) define API macros on if the NEED_ macro...
2018-04-02 Tony Cook(perl #132876) only define croak_xs_usage()'s assert...
2018-04-02 Tony Cook(perl #133009) *nix builds need Cwd.pm too
2018-04-02 Tony CookStorable: the Limit.pm should depend on the code genera...
2018-04-02 Tony Cook(perl #133009) handle the XP fallback after we're ready...
2018-04-01 Karl WilliamsonPATCH: [perl #133405] POSIX.xs: Silence compiler warning
2018-03-31 Karl Williamsonregexec.c: Silence a compiler warning
2018-03-31 Karl Williamsonregcomp.c: Simplify a function
2018-03-31 Karl Williamsonutf8.c: Add missing const in formal parameter
2018-03-31 Karl Williamsonutf8.c: Remove unused thread context for core-only fcn
2018-03-31 Karl Williamsonregexec.c: Simplify a little
2018-03-31 Karl Williamsonregexec.c: White-space only
2018-03-31 Karl Williamsonregcomp.c: White-space only
2018-03-31 Karl WilliamsonMerge branch 'use swashes less often' into blead
2018-03-31 Karl Williamsonregcomp.c: Rmv no longer used variable
2018-03-31 Karl Williamsonregcomp.c: Rmv no longer used core-only function
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Fix to work on early Unicode
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Improve error message
2018-03-31 Karl Williamsonutf8.c: Rmv no longer used function
2018-03-31 Karl WilliamsonUse compiled-in C structure for inverted case folds
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Generate tables for inverted...
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Inversion maps don't have to...
2018-03-31 Karl Williamsonregexec.c: Remove no longer used macros
2018-03-31 Karl Williamsonregen/mk_invlists.pl: Change some fcns to return a ref
2018-03-31 Karl WilliamsonRemove obsolete variables
2018-03-31 Karl Williamsonregexec.c: White-space, comment only
2018-03-31 Karl Williamsonregexec.c: Convert swash lookup to inversion list
2018-03-31 Karl Williamsonregexec.c: Convert swash lookup to inversion list
2018-03-31 Karl Williamsonregexec.c: Convert swash lookup to inversion list
next