This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-12-10 Zeframremove incorrect doc para about exit from BEGIN
2017-12-10 Zeframproperly define perl_parse() return value
2017-12-10 Father Chrysostomossort perldiag
2017-12-10 Father Chrysostomos[perl #74764] Forbid ‘goto’ jumping into ‘given’
2017-12-10 Father ChrysostomosExplicitly test goto-into-foreach
2017-12-10 Father Chrysostomospp_ctl.c: Move goto-into-foreach error
2017-12-10 James E KeenanClarify different cases of assignment to list of scalars.
2017-12-10 Zeframstop gensyming when vivifying IO handles
2017-12-09 Craig A. BerryBetter selection of homegrown ino_t in vmsish.h.
2017-12-09 Karl WilliamsonAPItest/t/utf8.t: Simplify some tests
2017-12-09 Karl Williamsoninline.h: Use new C99 emulation
2017-12-09 Karl WilliamsonAllow %j on non-C99 platforms
2017-12-09 Karl WilliamsonEmulate some C99 macros and typedefs
2017-12-09 Karl Williamsoninline.h: White space only
2017-12-09 Karl Williamsonis_utf8_invariant_string(): small speed optimization
2017-12-08 Craig A. BerryFix WIDEST_UTYPE in Devel::PPPort.
2017-12-08 Karl WilliamsonPATCH: [perl #132548] regcomp.c Fix memory leak
2017-12-08 Aaron CraneRT#132545: memory leak in S_init_main_stash()
2017-12-08 Yves Ortonadd comment (to test pushing)
2017-12-08 Yves Ortonswitch from _qq to _q in t/re/reg_mesg.t
2017-12-08 Karl Williamsonhandy.h: Fix definition of WIDEST_UTYPE for non-core
2017-12-08 Karl Williamsonhandy.h: Make U64, I64 available outside core
2017-12-08 Karl Williamsonutf8_length() is not a pure function
2017-12-08 Karl WilliamsonAPItest/t/utf8.t: Clarify a couple of test names
2017-12-08 Craig A. BerryAvoid integer overflow with 32-bit ints in hexfp.t.
2017-12-08 Zeframdelete duplicate _qq from test
2017-12-08 Zeframassert min identifier length in S_pending_ident()
2017-12-07 Yves Ortonfix #131649 - extended charclass can trigger assert
2017-12-07 Yves OrtonAvoid like in t/re/reg_mesg.t
2017-12-07 Yves Ortonin capture_warnings() we need to properly localize...
2017-12-07 Yves Ortonregcomp.c: handle_regex_sets() - add DEBUG_PARSE and...
2017-12-06 Tony Cookprevent integer overflow when compiling a regexp
2017-12-06 Zeframhandle null op_next in stacked filetests
2017-12-06 Zeframfix oct/bin fp fractions in non-HEXFP_UQUAD builds
2017-12-06 Zeframclarify "bless" doc
2017-12-06 Dagfinn Ilmari... Let 'skip' do the skipping in op/hexfp.t
2017-12-06 Dagfinn Ilmari... Fix skip count for 64-bit NV-specific tests
2017-12-06 Zeframdocument hostname(@args) deprecation
2017-12-06 Zeframfix a =head level in perldeprecation.pod
2017-12-06 Ævar Arnfjörð... pod: start referring to 5.6 and pre-5.6 as "ancient...
2017-12-06 Ævar Arnfjörð... perlfunc: re-flow docs amended in an earlier commit
2017-12-06 Ævar Arnfjörð... pod/perlfunc: stop recommending older syntax supported...
2017-12-06 Zeframremove stray NULLOK/NN from apidoc directives
2017-12-06 Zeframput shadowing warnings in their own category
2017-12-06 Tony Cooklimit digits based on radix for oct/bin fp
2017-12-06 Zeframavoid negative shift in scan_num()
2017-12-06 Zeframassert legality of bitshifts in scan_num()
2017-12-06 Zeframdon't mistake tr/// for assignable reference
2017-12-05 Zeframdocument hash/block disambig in perlsyn
2017-12-05 Zeframcorrect and clarify doc of operator precedence
2017-12-05 Zeframclarify conditions for calling DB::sub
2017-12-05 Zeframremove doc hedge about autovivification
2017-12-05 Zeframdocument context provided by refgen
2017-12-05 Aaron Cranepod/perlapio.pod: fix incorrect count of list items
2017-12-05 Zeframstop using &PL_sv_yes as no-op method
2017-12-05 Zeframdocument newATTRSUB_x()
2017-12-05 Zeframmore fully document newCONSTSUB{,_flags}()
2017-12-05 Zeframdocument newXS_len_flags()
2017-12-05 Zeframavoid attaching prototype to freed XS sub
2017-12-04 Father ChrysostomosMake Bad name error less unhelpful
2017-12-04 James E KeenanRelax workaround for d_uselocale from RT #128867.
2017-12-04 David Mitchellmulticoncat: don't fold adjacent constants
2017-12-04 Karl Williamsonperluniprops/mktables: Add code points matched annotations
2017-12-04 Karl Williamsonperluniprops/mktables: Add Definition concept
2017-12-03 David Mitchellre_intuit_start(): skip too short variant utf8 pat
2017-12-03 Karl Williamsonperluniprops/mktables: Fix wong output.
2017-12-02 Father Chrysostomossubstr.t: typo
2017-12-02 Father Chrysostomos[perl #132527] Allow 4-arg substr(delete ...)
2017-12-02 Father Chrysostomost/lib/warnings/9enabled: update comment
2017-12-01 Yves Ortonfixup test that was broken by 3c67ad9b9.
2017-12-01 Yves Ortoncomment entry points to study_chunk
2017-12-01 Yves Ortoncomment out unreachable code and explain why it was...
2017-12-01 Craig A. BerrySpecify afs entries in configure.com.
2017-12-01 Zeframin Data-Dumper, quote glob names better
2017-12-01 Tony Cook(perl #132506) finish the correction to dir_unchanged()
2017-12-01 Zeframcorrect a perldelta description
2017-12-01 Zeframrevert changes to st_ino signedness handling
2017-12-01 Zeframin malloc, compute memory sizes in size_t
2017-11-30 Karl Williamsonperluniprops: Display controls sorted by alpha
2017-11-30 Karl Williamsonmktables: Add safety code
2017-11-30 Karl Williamsonperluniprops: Make sc property refer to scx
2017-11-30 Karl Williamsonperluniprops/mktables: Fix bad entry
2017-11-30 Karl Williamsonmktables: Comment fixes only
2017-11-30 Karl Williamsonmktables: Use global for Script_Extensions object
2017-11-30 Karl Williamsonperluniprops: \p{Greek} is a shortcut for scx:greek
2017-11-30 Craig A. BerryTry harder to define INT64_C and UINT64_C.
2017-11-30 Chris 'BinGOs... Update File-Fetch to CPAN version 0.56
2017-11-30 Marco FontaniRT#132520: mention it's OK to attach a patch to an...
2017-11-30 Steve HayFix Windows build following commit 184f90dc41
2017-11-30 Steve HayUpgrade experimental from version 0.17 to 0.18
2017-11-30 Steve HayUpgrade Test-Simple from version 1.302113 to 1.302120
2017-11-30 Tony Cook(perl #132506) remove an unneeded argument
2017-11-30 Tony Cook(perl #132506) deal with un-/partly implemented *at...
2017-11-30 Karl WilliamsonPATCH: [perl #132516] locale.c compiler warning
2017-11-29 Nicolas Rmark MB_CUR_MAX constant as unsigned long
2017-11-29 Karl Williamsonperluniprops: Improve sorting
2017-11-29 Nicolas RIO test: adjust require for non CORE perl
2017-11-29 Jarkko HietaniemiMore UINT64_C.
2017-11-29 Jarkko Hietaniemiassert() that the vlnz is not NULL before using it.
2017-11-29 Jarkko HietaniemiInitialize variables.
next