This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-09-27 Karl Williamsonparts/apicheck.pl: Handle const parameters
2019-09-27 Karl Williamsonparts/apicheck.pl: Handle identifier containing 'const'
2019-09-27 Karl Williamsonparts/apicheck.pl: ignore duplicate function
2019-09-27 Karl Williamsonparts/ppptools.pl: Misspelled intended lookbehind assertion
2019-09-27 Karl Williamsonparts/ppptools.pl: Add comments, white-space, m//x
2019-09-27 Karl Williamsonparts/ppptools.pl: Rename variables
2019-09-27 Karl Williamsonparts/ppptools.pl: Normalize prototypes
2019-09-27 Karl Williamsonparts/ppptools.pl: Yet another instance of an old flag
2019-09-27 Karl Williamsonparts/ppptools.pl: Don't omit any fcns/macros in parsin...
2019-09-27 Karl Williamsonapicheck_c.PL: Add detail to comment
2019-09-27 Karl Williamsondevel/mkapidoc.sh: Add strict, warnings
2019-09-27 Karl WilliamsonAll entries in apidoc.fnc are documented
2019-09-27 Karl Williamsondevel/mkapidoc.sh: Slight clean up
2019-09-27 Karl Williamsondevel/mkapidoc.sh: Sort the apidoc macros by name
2019-09-27 Karl Williamsondevel/mkapidoc.sh: White-space, comments only
2019-09-27 Karl Williamsondevel/mkapidoc.sh: Skip irrelevant embed.fnc lines
2019-09-27 Karl Williamsonparts/apidoc.fnc: Update to latest blead
2019-09-27 Karl WilliamsonUpdate to latest blead embed.fnc
2019-09-27 Karl Williamsonparts/inc/utf8: Don't use postfix for in D:P tests
2019-09-27 Karl Williamsonparts/inc/utf8: blead still doesn't work
2019-09-27 PaliImplement sv_len_utf8_nomg() and sv_len_utf8()
2019-09-27 Karl WilliamsonHACKERS: Add info about Hints and Warnings
2019-09-27 PaliImplement SvIV_nomg(), SvUV_nomg(), SvNV_nomg() and...
2019-09-27 PaliFix eval_pv for Perl versions prior to 5.31.2
2019-09-27 Karl WilliamsonBackport PL_mess_sv
2019-09-27 Karl WilliamsonBackport foldEQ_utf8 using ibcmp_utf8
2019-09-27 Karl WilliamsonBackport is_utf8_invariant_string, is_invariant_string
2019-09-27 Karl WilliamsonBackport BOM_UTF8 REPLACEMENT_CHARACTER_UTF8
2019-09-27 Karl WilliamsonBackport isUTF8_CHAR
2019-09-27 Karl WilliamsonConsolidate UTF-8 functions/macros into new file
2019-09-27 PaliImplement sv_mortalcopy_flags()
2019-09-27 PaliImplement newSVsv_flags()
2019-09-27 PaliAdd tests for IVdf, UVuf, IV_MAX and UV_MAX
2019-09-27 Nicolas RFix several other implemented todo
2019-09-27 PaliEnable Perl compile-time warnings at all places
2019-09-27 Karl WilliamsonMakefile.PL: Fix so works on early perls
2019-09-27 PaliAdd required dependency for $(VERSION_FROM) target...
2019-09-27 PaliUse correct method for checking module version in Makef...
2019-09-27 PaliFix inclusion of META_MERGE in Makefile.PL
2019-09-27 PaliEnable warnings in Makefile.PL
2019-09-27 Karl WilliamsonUpdate HACKERS
2019-09-27 Karl WilliamsonHACKERS: Update
2019-09-27 Karl WilliamsonHACKERS: Add info about Hints and Warnings
2019-09-27 PaliDocument D_PPP_ prefix for macros
2019-09-27 Karl Williamsonregcomp.h: Parenthesize param in macro expansion
2019-09-27 Karl Williamsonregcomp.h: Remove duplicate macro expansion
2019-09-27 Karl Williamsonregcomp.c: Clarify some comments
2019-09-27 Karl Williamsonregcomp.sym Update and improve descriptions of some...
2019-09-27 Karl Williamsonregen/regcomp.pl: Rename variable
2019-09-27 Karl Williamsonregen/regcomp.pl, regcomp.sym: Comments
2019-09-27 Karl WilliamsonSilence verbatim line pod warning in perldebguts
2019-09-27 Karl WilliamsonAdd note to debugging output if regex already compiled
2019-09-27 Karl Williamsonperlrun: Note that -W can't be in PERL5OPT
2019-09-26 Karl Williamsonhandy.h: Avoid compiler warnings for withinCOUNT()
2019-09-26 Karl Williamsonhandy.h: Rmv duplicated assert in inRANGE()
2019-09-26 Karl Williamsonhandy.h Fix withinCOUNT() for > 32 bit operands
2019-09-25 David Mitchell[MERGE] little fixups to signature tweaks
2019-09-25 David Mitchellfix leak in APItest.xs
2019-09-25 David MitchellPerl_Slab_Alloc(): tweak logging
2019-09-25 David MitchellXS-APItest/t/subsignature.t: remove debugging code
2019-09-25 Karl Williamsont/lib/charnames/alias: Fix typo in comment
2019-09-25 Karl Williamsonutil.c: Missing semicolon with rarely used compile ops
2019-09-25 Karl Williamsont/harness: Clarify error message wording
2019-09-23 David Mitchell[MERGE] assorted su signature tweaks
2019-09-23 David Mitchellsub foo($_) {...} - change error message
2019-09-23 David Mitchellput signature ops in their own subtree.
2019-09-23 David Mitchellrpeep(): skip duplicate nextstates even with gaps
2019-09-23 David MitchellSignatures: change param count from IV to UV
2019-09-23 David MitchellOP_ARGCHECK: use custom aux struct
2019-09-23 David Mitchellsignatures: add tests for multiline sig
2019-09-23 David Mitchellsignatures: add taint tests
2019-09-23 David Mitchell[MERGE] fixup add+use si_cxsubix field
2019-09-23 David Mitchellsi_cxsubix not restored on goto &XS_sub
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-23 Tony Cookbump $Time::HiRes::VERSION
2019-09-23 Tomasz KonojackiTime::HiRes: fix compilation with Visual C++ 2013 and... origin/tonyc/132447-time-hires-old-vc
2019-09-20 Max MaischeinAdd 5.31.5 to Module::CoreList data
2019-09-20 Max MaischeinBump Version from 5.31.4 to 5.31.5 in various places
2019-09-20 Max Maischeinnew perldelta for 5.31.4
2019-09-20 Max MaischeinAdd the 5.31.4 epigraph
2019-09-20 Max MaischeinTick the entry for the 5.31.4 release
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-20 Max Maischeinadd new release to perlhist
2019-09-20 Max MaischeinUpdate perldelta for 5.31.4
2019-09-20 Max MaischeinUpdate INSTALL file
2019-09-20 Max MaischeinUpdate Module::CoreList for 5.31.4
2019-09-20 Craig A. Berrymakedef.pl: export symbols flagged as C
2019-09-19 David Mitchell[MERGE] add+use PL_curstackinfo->si_cxsubix field
2019-09-19 David Mitchellperldelta for PL_curstackinfo->si_cxsubix
2019-09-19 David MitchellPerl_gimme_V(): assume caller always provides cxt
2019-09-19 David Mitchelladd Perl_gimme_V() static inline fn for GIMME_V
2019-09-19 David Mitchelladd PL_curstackinfo->si_cxsubix field
2019-09-19 David Mitchelladd dopopto_cursub() macro to pp_ctl.c
2019-09-19 David Mitchellset VOID on OP_ENTER
2019-09-19 Tony CookVanL is now a perl author
2019-09-19 VanLupdate perl5-porters list information
2019-09-17 Karl Williamsonperldelta: Add note that documentation has been added...
2019-09-16 H.Merijn BrandAdd check for malloc_usable_size (Richard Leach)
2019-09-16 Tony Cookperldelta for 2cb5a7e8af11
2019-09-16 Tony Cook(perl #125557) correctly handle overload for bin/oct...
next