This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-11-22 Karl WilliamsonD:P: parts/embed.fnc: Update to latest blead
2019-11-22 Karl WilliamsonD:P: HACKERS: Correct misstatement
2019-11-22 Karl WilliamsonD:P: HACKERS: Update for modern test infrastructure
2019-11-22 Karl WilliamsonD:P: PATCH: gh #156 sync_locale doesn't work in 5.20...
2019-11-22 Karl WilliamsonD:P: devel/regenerate: Update script name
2019-11-22 Karl WilliamsonD:P: parts/apidoc.fnc: Update to latest blead
2019-11-22 Karl WilliamsonD:P: Convert ok() to is()
2019-11-22 Karl WilliamsonD:P: Change to use modern skip functionality
2019-11-22 Karl WilliamsonD:P: Convert to use modern Test functions
2019-11-22 Tomasz KonojackiD:P: fix mess.t failures when $0 contains backslashes
2019-11-22 Karl WilliamsonDevel::PPPort: Bump version to 3.56
2019-11-22 Steve HayFix MYMALLOC (PERL_MALLOC) build on Windows
2019-11-22 Karl WilliamsonPATCH: gh #17275 Silence new warning
2019-11-21 Karl Williamsonregcomp.c: Fix order of fcn declaration
2019-11-21 Karl WilliamsonProperly handle filled /il regnodes and multi-char...
2019-11-21 Max MaischeinTry to find the appropriate SHAs
2019-11-20 Chris 'BinGOs... Update Module::CoreList for 5.31.7
2019-11-20 Chris 'BinGOs... Bump the perl version in various places for 5.31.7
2019-11-20 Chris 'BinGOs... new perldelta for v5.31.7
2019-11-20 Chris 'BinGOs... Update epigraphs.pod for v5.31.6 one
2019-11-20 Chris 'BinGOs... Merge branch 'release-5.31.6' into blead
2019-11-20 Karl Williamsonregcomp.c: Add invlist_lowest() and use it
2019-11-20 Karl WilliamsonAdd ANYOFHs regnode
2019-11-20 Karl Williamsonregcomp.c: DTRT in av_store()
2019-11-20 Karl Williamsonfind_first_differing_byte_pos
2019-11-20 Karl Williamsonregcomp.c fix comments, white-space
2019-11-20 Chris 'BinGOs... Make makerel ignore other .git* files as well v5.31.6
2019-11-20 Chris 'BinGOs... Finalise perldelta and update perlhist
2019-11-20 Chris 'BinGOs... Update Module::CoreList for 5.31.6
2019-11-19 Karl Williamsonregcomp.sym: Add missing commas
2019-11-19 Max MaischeinOutput information on the current pull request
2019-11-19 Max MaischeinOutput information on the current pull request
2019-11-19 Max MaischeinFix the author email address on Github Actions pull...
2019-11-19 David Mitchellfix POSIX.xs under VMS
2019-11-19 Chad GranumUpdate Test-Simple to CPAN version 1.302169
2019-11-18 Tony Cookdocument that /c does nothing for s///
2019-11-18 Karl WilliamsonFix qr/[...]/ for 32 bit platforms with 64bit UV's
2019-11-18 Max MaischeinFix CCHOME setting for MinGW
2019-11-18 Karl WilliamsonClean up -Dy debugging
2019-11-18 Karl WilliamsonFix tr/// for 32 bit platforms with 64bit ints
2019-11-18 Karl Williamsonop.c: Rmv redundant line in tr/// table
2019-11-18 Karl WilliamsonUpdates to perldelta
2019-11-18 Karl Williamsonperlguts: sprintf %p now works
2019-11-18 Max MaischeinSet CCHOME to make op/taint.t pass
2019-11-18 Max MaischeinAdd smoke support for OSX
2019-11-18 Max MaischeinGithub Actions only get 2 CPUs
2019-11-18 Max MaischeinMSVC100FREE -> MSVC100
2019-11-18 Max MaischeinSkip the TTY tests since we don't have a TTY
2019-11-18 Max MaischeinUse Cygwin native git to fix file permissions
2019-11-18 David MitchellMemoize: rewrite expmod_t.t
2019-11-18 Dagfinn Ilmari... perlguts: Remove stray POD characters
2019-11-18 David Mitchellperldelta for v5.31.5-346-g116e19abbf
2019-11-18 David Mitchell[MERGE] fixup perl's OS signal handling
2019-11-18 David MitchellPerl_csighandler(): remove forward declaration
2019-11-18 David MitchellPerl_perly_sighandler: re-indent some code
2019-11-18 David MitchellPerl_perly_sighandler: combine two conditions
2019-11-18 David Mitchellremove some redundant sig handler type casts
2019-11-18 David Mitchelldeclare perl core's sig handler as 1-arg
2019-11-18 David MitchellPOSIX::sigaction(): use correct sig handler
2019-11-18 David Mitchelladd explicit 1-arg and 3-arg sig handler functions
2019-11-18 David Mitchellfix unsafe signals under exceptions
2019-11-18 David Mitchelladd a new function, Perl_perly_sighandler()
2019-11-18 David Mitchelladd PERL_USE_3ARG_SIGHANDLER macro
2019-11-18 David Mitchelladd Siginfo_t
2019-11-18 Karl Williamsonregcomp.h: Fix up comment
2019-11-18 Karl WilliamsonAdd ANYOFRb regnode
2019-11-18 Karl WilliamsonAdd ANYOFR regnode
2019-11-18 Karl Williamsonregcomp.c: Use variables initialized to macro results
2019-11-18 Karl Williamsonregexec.c: Rmv some unnecessary casts
2019-11-18 Karl Williamsonregcomp.c: Add parameter to static function
2019-11-18 Karl Williamsont/re/anyof.t: Add a test
2019-11-18 Karl WilliamsonPrefer EXACTish regnodes to ANYOFH nodes
2019-11-17 Karl WilliamsonAdd -Dy debugging of tr///, y///
2019-11-17 Karl Williamsont/re/anyof.t: Fix highest range tests
2019-11-17 Karl Williamsont/re/anyof.t: Remove duplicate test
2019-11-17 Karl Williamsont/re/anyof.t: Remove invalid test
2019-11-17 Karl Williamsonre/anyof.t: Clarify failing message
2019-11-17 Karl WilliamsonAllow some optimizations of qr/(?[...])/
2019-11-17 Karl WilliamsonDocument SVf format
2019-11-17 Tony Cookclean up quadmath_format_*() functions
2019-11-16 Karl WilliamsonRemove generation and use of NonFinalFold table
2019-11-16 Karl Williamsonmktables: Fix non-final-fold table
2019-11-16 Karl WilliamsonMerge branch 'multi-fold' into blead
2019-11-16 Karl WilliamsonRevamp finding splittable places in /i full node
2019-11-16 Karl Williamsonregcharclass.h: Add some macros
2019-11-16 Karl Williamsonpat_advanced.t: Update test
2019-11-16 Karl WilliamsonS_regatom: reinitialize flags if reparsing
2019-11-16 Karl WilliamsonRevamp S_regatom() handling of non-UTF-8 folds
2019-11-16 Karl Williamsonregcomp.c: Avoid a Copy
2019-11-16 Karl Williamsonregcomp.c: White space, comment only
2019-11-16 Karl Williamsonregen/regcharclass_multi_char_folds.pl: Simplify
2019-11-16 Karl Williamsonregen/regcharclass_multi_char_folds.pl: Use printable...
2019-11-16 Karl Williamsonregen/regcharclass_multi_char_folds.pl: Fix comments
2019-11-16 Max MaischeinInitial Windows Github action, adapted from skaji
2019-11-16 Karl WilliamsonDouble the number of possible SV types
2019-11-16 Karl Williamsonregcomp.h: Fix comment
2019-11-16 Karl Williamsonembed.fnc: Parameter is really a const
2019-11-16 Karl Williamsondoop.c, op.c: Silence some compiler warnings
2019-11-15 Karl WilliamsonPATCH: gh#17218 memory leak
2019-11-15 Dagfinn Ilmari... win32: Add more missing wchar.h includes
next