This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-01-27 Tony Cookperldelta for c92273b390a1, 2d572b086e2
2020-01-27 Tony Cookbump $Storable::VERSION and update ChangeLog
2020-01-27 Tony CookStorable/t/recurse.t: note may not be available
2020-01-27 Tony CookStorable/Makefile.PL: fix dependencies
2020-01-26 Tony Cookperldelta for 4b004c43ef2
2020-01-26 Tony Cookalways treat undef in %INC as a failed require
2020-01-26 Tony Cooktest case for GH #17428, an interaction between undef...
2020-01-26 Leon Timmermansperlio.c: make :unix close method call underlaying...
2020-01-25 Karen EtheridgeUpdate perlfaq to CPAN version 5.20200125
2020-01-25 Yves Ortonregcomp.c: restore {} braces to DEBUG_PARSE_r multi...
2020-01-24 Yves OrtonXS-APItest: add tests for U8TO64_LE() and other hashing...
2020-01-24 Yves Ortonhv_func.h: tweak how we deal with 64 bit Siphash
2020-01-24 Tomasz Konojackiwin32: don't set the base address of perl5xx.dll
2020-01-23 Karl Williamsongrok_bin_oct_hex: Add some branch predictions
2020-01-23 Karl Williamsongrok_bin_oct_hex: Fix overflow approximation
2020-01-23 Karl WilliamsonMerge branch 'false_warning' into blead
2020-01-23 Karl Williamsonregcomp.c: Add an explanatory comment
2020-01-23 Karl Williamsonregcomp.c: Use grok_hex in expanding \N{U+...}
2020-01-23 Karl Williamsontoke.c: Don't accept illegal code points
2020-01-23 Karl Williamsonutf8.c: Use common fcn for error message
2020-01-23 Karl Williamsonregcomp.c: Use uc to print hex A-F in err msg
2020-01-23 Karl Williamsonpv_uni_display: Use common fcn; \b mnemonic
2020-01-23 Karl WilliamsonMove cntrl_to_mnemonic() to util.c from regcomp.c
2020-01-23 Karl WilliamsonChange return type of regcurly to bool
2020-01-23 Karl WilliamsonRemove dquote_inline.h
2020-01-23 Karl Williamson(toke|regcomp).c: Use common fcn to handle \0 problems
2020-01-23 Karl Williamsonregcomp.c: Code points above 255 are portable
2020-01-23 Karl WilliamsonRevise \o{ missing '}' error message
2020-01-23 Karl WilliamsonRestructure grok_bslash_[ox]
2020-01-23 Karl WilliamsonRestructure grok_bslash_c
2020-01-23 Karl Williamsonregcomp.c: Add parameter to macro
2020-01-23 Karl Williamsondquote.c: Change parameter name
2020-01-23 Karl WilliamsonHoist code point portability warnings
2020-01-23 Karl Williamsonutf8.c: Make global a warning msg text
2020-01-23 Karl WilliamsonWarn on too high a code point if portable warn enabled
2020-01-23 Karl WilliamsonTest that a leading '_' is ok in \x{}, \o{}
2020-01-23 Karl WilliamsonAdd two more flags to grok_bin_oct_hex
2020-01-23 Craig A. Berryperldelta for 6568ef8216f93
2020-01-22 Craig A. BerryDetect "new" C99 features in configure.com.
2020-01-21 Tony Cookperldelta for c23f766f6c2
2020-01-21 Dan BookChange various search.cpan.org references to metacpan...
2020-01-21 Dagfinn Ilmari... Configure: avoid here-doc in eval-ed snippet
2020-01-21 Petr PísařAdapt Configure to GCC version 10
2020-01-21 Karl Williamsonhints/solaris_2.sh: g++ needs same treatment as gcc
2020-01-21 H.Merijn BrandRegen after backport syncing
2020-01-21 Karl Williamsonperl.h: Add EXTERN_C for flock()
2020-01-21 Chris 'BinGOs... CBuilder is synced
2020-01-21 Alberto SimoesUpdate ExtUtils-CBuilder to 0.280234
2020-01-20 Chris 'BinGOs... Mind the gap
2020-01-20 Matthew HorsfallUpdate Module::CoreList for 5.31.9
2020-01-20 Matthew HorsfallBump the perl version in various places for 5.31.9
2020-01-20 Matthew Horsfallnew perldelta for 5.31.9
2020-01-20 Matthew HorsfallTick off 5.31.8 in the release schedule
2020-01-20 Matthew HorsfallUpdate epigraphs.pod for 5.31.8 release email
2020-01-20 Hugo van der... study_chunk: panic on unknown REGNODE_VARIES node
2020-01-20 Matthew HorsfallMerge branch 'release-5.31.8' into blead
2020-01-20 Hugo van der... perldelta: missing angle
2020-01-20 Matthew HorsfallAdd new release to perlhist v5.31.8
2020-01-20 Matthew Horsfallperldelta: Fill in New/Updated modules and finalize...
2020-01-20 Matthew HorsfallUpdate perldelta - add acknowledgements for v5.31.8
2020-01-20 Matthew HorsfallFix error in perldelta, forgot to close a C<> sequence
2020-01-20 Matthew HorsfallUpdate Module::CoreList for v5.31.8 release
2020-01-20 Matthew HorsfallFix up and cleanup perldelta for v5.31.8
2020-01-20 Matthew HorsfallUpdate perldelta for all changes from v5.31.7 to v5...
2020-01-20 Chris 'BinGOs... Update autodie to CPAN version 2.32
2020-01-20 Chris 'BinGOs... Maintainers.pl should be in sync with CPAN versions now
2020-01-20 Todd RinaldoUpdate dist/IO after release to CPAN
2020-01-20 Todd RinaldoUpdate Changelog for Locale::Maketext after 1.29 releas...
2020-01-20 Karl Williamsonperl.h: Fix false comment about grok_FOO flags
2020-01-19 Nicholas ClarkSkip the new open pragma tests for no ":utf8" under...
2020-01-19 Ricardo SignesIO: update ChangeLog for new trial release
2020-01-19 Nicholas ClarkLoading IO is now threadsafe, avoiding the core bug...
2020-01-19 Nicholas ClarkAdd tests for IO::Handle getline() and getlines().
2020-01-19 Karl Williamsonnumeric.c: White-space only
2020-01-19 Karl Williamsongrok_bin_oct_hex: Add two output flags
2020-01-19 Karl Williamsonre/pat.t: Fix failure on some systems
2020-01-19 Karl Williamsonembed.fnc: grok_bin_oct_hex() isn't documented
2020-01-19 Karl Williamsont/test.pl: Add comments about runperl vs fresh_perl
2020-01-19 Karl Williamsont/test.pl: fresh_perl has only 2 args
2020-01-19 Karl Williamsonperlapi sv_setpvn: Note UTF-8 flag not affected
2020-01-19 Karl Williamsongrok_bin_oct_hex: Unroll loop one more iteration
2020-01-19 Karl Williamsonutf8.c: Use already-computed variable
2020-01-18 Karl WilliamsonRefactor grok_number_flags to speed it up
2020-01-18 James E Keenanperldelta for commit 9c952fa3
2020-01-18 Russ AllberySync with CPAN version 5.01 of Term::ANSIColor
2020-01-18 Dan BookCreate crosslinks betwen perlrun sections
2020-01-18 Tomasz Konojackimove and clean-up macros wrapping __attribute__()
2020-01-17 James E Keenanperldelta for commit 1f6c2254f60d95f2a0aa0489519920e488...
2020-01-17 Chad GranumSync Test-Simple with CPAN version 1.302171
2020-01-17 Nicolas RDefine env correctly for GitHub workflow jobs
2020-01-17 Nicolas RSkip t/porting/authors.t when failing guessing common...
2020-01-17 Nicolas RDisable dist/IO/t/io_sock.t on windows
2020-01-17 Craig A. BerryFix DEBUGGING check in Devel-PPPort/t/utf8.t
2020-01-16 Chase WhitenerUpdate documentation for IO::Socket.
2020-01-16 Hugo van der... study_chunk: generate ANYOFM here rather than in join_e...
2020-01-14 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.44
2020-01-14 Karl Williamsonutf8.c: Change variable types so compiles on Solaris
2020-01-14 Karl Williamsonregen/reentr.pl: Use Configure'd types
2020-01-14 Karl WilliamsonMerge branch 'grok_bin_oct_hex' into blead
2020-01-14 Karl WilliamsonImprove performance of grok_bin_oct_hex()
next