This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2019-11-15 Dagfinn Ilmari... Add missing wchar.h include to Win32API::File
2019-11-15 Karl Williamsonregcomp.sym: Add detail to some node descriptions
2019-11-15 Karl Williamsonutf8.h: Use MAX() macro instead of its expansion
2019-11-14 Dagfinn Ilmari... Fix FEATURE_${NAME}_IS_ENABLED macro for default features
2019-11-13 Tony Cookperldelta updates
2019-11-12 Chris 'BinGOs... perldelta for 6bd6308f
2019-11-12 James E KeenanFix: local variable hiding parameter of same name
2019-11-12 David Mitchellremove leak in tr/ascii/utf8/
2019-11-12 David MitchellMemoize: fix test timing
2019-11-12 David Mitchellfix build under PERL_GLOBAL_STRUCT_PRIVATE
2019-11-12 Petr PísařAdapt Configure to GCC version 10
2019-11-12 Karl WilliamsonPATCH: [gh #17185] Improper 'unescaped lbrace' msg
2019-11-12 Karl Williamsonext/DynaLoader/dl_aix.xs: Use isDIGIT macro
2019-11-12 Karl Williamsonmalloc.c: Use isDIGIT macro instead of hand-rolling it
2019-11-12 Karl Williamsont/re/regexp.t: Only convert to EBCDIC once
2019-11-12 Karl Williamsonre/regexp.t: Change variable name to be more meaningful
2019-11-12 Karl Williamsonutf8.h: Use a cast to U8 to avoid an AND
2019-11-12 Karl Williamsonop.c: Move #endif
2019-11-12 Karl Williamsonregen/ebcdic.pl: Allow for declaring table size.
2019-11-12 Karl Williamsonutfebcdic.h: Add comments
2019-11-11 Tony Cookhandle s being updated without len being updated
2019-11-10 Chris 'BinGOs... Update IO-Compress to CPAN version 2.090
2019-11-10 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.090
2019-11-10 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.090
2019-11-10 Chris 'BinGOs... Update Module-Load-Conditional to CPAN version 0.70
2019-11-10 Chris 'BinGOs... Ten-ten let's do it again
2019-11-10 Tomasz Konojackit/op/fork.t: fix skip condition
2019-11-10 Tomasz Konojackiwin32: fix waitpid(-1, WNOHANG) segfault/panic
2019-11-10 Steve HayImport perl5301delta.pod
2019-11-10 Steve HayUpdate Module-CoreList with data for 5.30.1
2019-11-10 Steve HayTick off 5.30.1
2019-11-10 Steve HayAdd epigraph for 5.30.1
2019-11-10 Steve Hay5.30.1 today
2019-11-09 Tomasz KonojackiUTF8_CHK_SKIP uses MIN() too
2019-11-08 Nicolas Rsync with cpan release of Devel-PPPort 3.55
2019-11-08 Nicolas RPrepare Changelog and version for coming release
2019-11-08 Karl Williamsonparts/inc/misc: Convert to use ivers()
2019-11-08 Karl Williamsonparts/inc/inctools: ivers(): Add version string inputs
2019-11-08 Karl WilliamsonHACKERS: add more details; use of ivers()
2019-11-08 Karl Williamsonparts/inc/inctools: Add short synonym for int_parse_version
2019-11-08 Karl Williamsonmktests.PL: Require inctools in .t files
2019-11-08 Karl Williamsonutf8_to_uvchr_buf() Return proper length
next