This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-01-21 Craig A. BerryMake VMS CRTL features work for embedders.
2018-01-21 Tomasz Konojackiloc_tools.pl: untaint _source_location's return value...
2018-01-20 Tom WyantFix typos in script_run documentation
2018-01-20 Chris 'BinGOs... Bibbidi-Bobbidi-Boo
2018-01-20 AbigailUpdate Module::CoreList for 5.27.9
2018-01-20 AbigailBump the perl version in various places for 5.27.9
2018-01-20 AbigailNew perldelta for 5.27.9
2018-01-20 AbigailTick release schedule
2018-01-20 AbigailEpigraph for 5.27.8
2018-01-20 AbigailPerlhist entry for 5.27.8 v5.27.8
2018-01-20 AbigailFixup for perldelta.
2018-01-20 AbigailUpdated modules for perldelta.
2018-01-20 AbigailAcknowledgements for perldelta
2018-01-19 AbigailUpdate Module::CoreList for 5.27.8
2018-01-19 Karl Williamsonperldelta: Clarify entry
2018-01-19 Father ChrysostomosDon’t vivify elems when putting array on stack
2018-01-19 Father ChrysostomosApply the mod flag to @a in \(@a)
2018-01-19 David Mitchellperldelta for signatures/attribute order flip
2018-01-19 David Mitchellmove sub attributes before the signature
2018-01-19 Karl WilliamsonnewSVpvn(): Fix pod
2018-01-19 Karl WilliamsonRaise deprecation for qr/(?foo})/
2018-01-19 Karl Williamsondoop.c: White-space only
2018-01-19 Karl WilliamsonDeprecate above \xFF in bitwise string ops
2018-01-19 Karl Williamsondoop.c: Use MIN()
2018-01-19 Karl Williamsonop/bop.t: Fix typo in test name
2018-01-19 AbigailUpdate Copyright years in README and perl.c.
2018-01-19 David Mitchellperldelta: add recent tr/// changes
2018-01-19 David Mitchell[MERGE] various tr/// fixups, esp for /c and /d
2018-01-19 David Mitchellperlop: improve tr/// documentation
2018-01-19 David Mitchelltr///: eliminate I32 from the do_trans*() fns
2018-01-19 David Mitchelltr///: return Size_t count rather than I32
2018-01-19 David Mitchelltr///: remove some I32 from S_pmtrans()
2018-01-19 David Mitchelltr/nonutf8/nonutf8/c: simplify GROW calc
2018-01-19 David Mitchellop_dump(): dump tr/// translation table
2018-01-19 David Mitchelltr///; simplify $utf8 =~ tr/nonutf8/nonutf8/
2018-01-19 David Mitchelltr///c: handle len(replacement charlist) > 32767
2018-01-19 David MitchellB, Deparse fixups for tr///c
2018-01-19 David Mitchelladd two structs for OP_TRANS
2018-01-19 David MitchellS_do_trans_complex(): re-indent
2018-01-19 David Mitchellfix "\x{100}..." =~ tr/.../.../cd
2018-01-19 David MitchellOP_TRANS: change extended table format
2018-01-19 David MitchellS_pmtrans(): add assert and simplify conditional
2018-01-19 David Mitchellt/op/tr.t: add tr///c tests
2018-01-19 David MitchellS_pmtrans(): always use op_private flag variables
2018-01-19 David Mitchellremove fossil debugging statement from do_trans()
2018-01-19 David MitchellS_pmtrans(): remove some whitespace
2018-01-19 David Mitchelltr/// functions: add some basic code comments
2018-01-19 Dagfinn Ilmari... Fix original version of Socket in perldelta
2018-01-19 Zeframperldelta 60fa46621ae5d0d44c802aedc205274584701fa0
2018-01-19 Zeframfix F0convert() on edge cases
2018-01-19 James E Keenanperldelta for 7d97880ddc4f275caa3eeab435a4f5a8cf601971
2018-01-19 James E KeenanSync Socket with CPAN (2.025 -> 2.027).
2018-01-19 AbigailGetting perldelta for 5.27.8 into shape.
2018-01-18 Craig A. BerryAdditional fix-ups for configure.com.
2018-01-18 Zeframoverride autodetection of mkostemp() on Darwin
2018-01-18 ZeframRevert "Revert "make PerlIO handle FD_CLOEXEC""
2018-01-18 Karen Etheridgetick off release 5.27.7
2018-01-18 Father ChrysostomosCorrect pad.c pod: PadARRAY, not PAD_ARRAY
2018-01-18 David Mitchellperl -Dr: avoid coredump in \1
2018-01-18 AbigailRevert "make PerlIO handle FD_CLOEXEC"
2018-01-18 Craig A. BerryVMS does have sendmsg and recvmsg.
2018-01-18 Craig A. BerryVMS does have readv and writev.
2018-01-18 Craig A. BerryVMS does have mbrlen and mbrtowc.
2018-01-18 Zeframfix perlipc example regarding process group
2018-01-17 Tony Cook(perl #131878) don't call croak() with a potential...
2018-01-17 Zeframexpand documentation of $DB::sub
2018-01-17 Zeframdocument that argv strings must be writable for $0
2018-01-17 Zeframremove unused constant from test
2018-01-17 Zeframskip cwd_enoent test on Cygwin
2018-01-17 Karl Williamsonhandy.h: Add comment
2018-01-17 Karl Williamsonperlapi: Clarification
2018-01-17 Karl Williamsonre/pat_psycho.t: Allow override of watchdog timer count
2018-01-17 David MitchellPPPort: silence a recent compiler warning
2018-01-17 Tony Cookperldelta for 57bd660029
2018-01-17 Tony Cook(perl #131954) don't initialize mark before a possible...
2018-01-16 Zeframadditional test for lazy array element creation
2018-01-16 Zeframtest for IO handle in localised glob
2018-01-16 Dagfinn Ilmari... Fix -> inside C<> in perl58[89]delta
2018-01-16 Dagfinn Ilmari... Fix stray > in L<perlapi/sv_usepvn_flags>
2018-01-16 Dagfinn Ilmari... Fix broken POD markup in perlapi/Pad Data Structures
2018-01-16 Zeframfix parsing of braced subscript after parens
2018-01-16 Zeframvivify array elements when putting them on stack
2018-01-16 Zeframcorrect error returns from fast_abs_path()
2018-01-16 Tom HukinsSet more sensible -O optimization on FreeBSD origin/tonyc/132704-freebsd-optimize
2018-01-15 Tony Cook(perl #132533) updates to Devel::PPPort
2018-01-15 Tony Cook(perl #132533) bump $Devel::PPPort::VERSION
2018-01-15 Tony Cook(perl #132533) add missing generated file updates
2018-01-15 PaliFix test warning: Use of uninitialized value
2018-01-15 PaliFix security problem: CWE-134: Use of Externally-Contro...
2018-01-15 PaliUse croak_sv in threads
2018-01-15 PaliImplement mess
2018-01-15 Karl WilliamsonAvoid some branches
2018-01-15 Karl Williamsoninline.h: Add comment.
2018-01-15 Father Chrysostomosperldiag: miscapitalization
2018-01-15 Father ChrysostomosSort perldiag
2018-01-15 Craig A. BerryVMS does have fchmod and fchown.
2018-01-15 Karl Williamsonregexec.c: Complement the correct operand
2018-01-15 Karl Williamsonperllocale: Wording/formatting nits
2018-01-14 Karl Williamsonperllocale: Fix typo
2018-01-14 Karl WilliamsonDevel-PPPort: Rmv impediment to compiling under C++11
next