This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-11-06 Lukas Maig++ 4.0 supports __attribute__((unused))
2017-11-06 John LightseyFix deparsing of transliterations with unprintable...
2017-11-06 Yves Ortonsupport -nre in t/harness, exclude files by regex
2017-11-05 Zeframadd assertions about format lexing
2017-11-05 Zeframdeparse implicit ~~ as explicit with -x2
2017-11-04 ZeframRevert "Speed up Carp.pm when backtrace arguments are...
2017-11-04 Zeframinitialisation of simple aggregate state variables
2017-11-04 Aaron CraneAdd comment to explain why we want to probe for statfs...
2017-11-04 David Mitchellpp_multiconcat: don't stringify LHS overload arg
2017-11-04 Father Chrysostomosperldelta for b3937e202aaf1 (Carp & ISA constant)
2017-11-03 J. Nick KostonAvoid unique REGCOMP in dynaloader
2017-11-03 Nicolas RSpeed up Carp.pm when backtrace arguments are references
2017-11-02 Nicolas RAvoid a segfault when untying an object
2017-11-02 Tony Cook(perl #131895) fail stat on names with \0 embedded
2017-11-02 Lukas Maiyada-yada is a term, not an operator
2017-11-02 Zeframdocument qw's whitespace rules
2017-11-02 Karl Williamsontoke.c: Rmv useless code
2017-11-02 Karl Williamsontoke.c: White space only
2017-11-02 David Mitchellmulticoncat: use append_utf8_from_native_byte()
2017-11-02 David Mitchellsprintf-as-multiconcat: fix \x80 issue
2017-11-01 Father ChrysostomosIncrease $Carp::Heavy::VERSION to 1.44
2017-11-01 Father ChrysostomosIncrease $Carp::VERSION to 1.44
2017-11-01 Father ChrysostomosCarp: Don’t choke on ISA constant
2017-11-01 Father Chrysostomoscustomized.dat: Add generator note
2017-11-01 Father ChrysostomosPorting/Maintainers.pl: vutil.c is no longer CUSTOMIZED
2017-11-01 Father ChrysostomosRevert "vutil.c: use new SvPVCLEAR and constant string...
2017-11-01 Karl Williamsonmetaconfig.h: Rmv HAS_MEMRCHR
2017-11-01 Karl Williamsonmetaconfig.h: Rmv HAS_THREAD_SAFE_NL_LANGINFO_L
2017-11-01 Karl WilliamsonAdd my_memrchr() implementation of memrchr()
2017-11-01 Karl WilliamsonAPItest.xs: Omit unused variable
2017-11-01 Karl Williamsonutf8.c: Rmv obsolete comment
2017-11-01 David Mitchellfix Perl_get_cvn_flags() return value
2017-10-31 David Mitchellfix ext/B/t/optree_samples.t
2017-10-31 Father ChrysostomosMake get_cv cope with subrefs
2017-10-31 Father ChrysostomosBasic tests for get_cvn_flags
2017-10-31 David Mitchell[MERGE] add OP_MULTICONCAT and optimize_optree()
2017-10-31 David Mitchellperldelta entry for OP_MULTICONCAT
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-31 David Mitchelloverload.t: add more concat tests
2017-10-31 David Mitchellfix a benchmarks sprintf entry
2017-10-31 David Mitchelladd extra optimization phase
2017-10-31 David Mitchellpanic if a freed op is called
2017-10-31 David Mitchellregen/opcode.pl: display duplicate bit name
2017-10-31 Karl WilliamsonUse nl_langinfo_l() if available
2017-10-30 Father Chrysostomosmake_ext.pl: Use version.pm for version cmp
2017-10-30 Dagfinn Ilmari... perldeprecation: Change some uses of "in Perl $version...
2017-10-30 Jarkko HietaniemiThe AIX doubledouble longdouble has been left broken...
2017-10-30 Tony Cookperldelta for e8d55f27af46, ebcc725e3f7e
2017-10-29 Tony Cook(perl #132245) don't leak on \N{}
2017-10-29 Tony Cook(perl #132245) don't try to process a char range with...
2017-10-29 Harald JörgShow that '/o' modifier no longer has adverse effects...
2017-10-29 Dagfinn Ilmari... Clarify comments around deprecated attributes
2017-10-29 Karl Williamsonbytes_to_utf8(): Trim unused malloc'd space
2017-10-28 Karl WilliamsonBump Socket version to 2.020_04
2017-10-28 Karl Williamsonperlre: Slight clarification
2017-10-28 Karl Williamsonperldiag: More detail on /i var length lookbehind
2017-10-28 Karl Williamsonregcomp.h: Add comment
2017-10-28 Dagfinn Ilmari... Numify $Socket::VERSION
2017-10-27 Karl WilliamsonChange upper limit handling of -Dr output
2017-10-27 Karl WilliamsonDevel-PPPort: Fix up pod
2017-10-27 Karl Williamsonmv Devel-PPPort from cpan to dist
2017-10-27 Karl Williamsonregcomp.c: Skip UTF-8 decoding for invariants
2017-10-27 Karl Williamsontoke.c: Add commentary
2017-10-27 Karl Williamsonregcomp.c: Don't forget to restore state
2017-10-27 Karl Williamsonregcomp.c: Remove redundant 'if'
2017-10-27 Karl Williamsonregcomp.c: White-space only
2017-10-27 Karl Williamsonregcomp.c: Add assertion
2017-10-26 Craig A. BerryDon't link in Perl_my_strnlen when we don't have it.
2017-10-26 Steve HayUse File::Spec->tmpdir() instead of hard-coded /tmp
2017-10-26 Craig A. BerryRestore parenthesis that went missing in 083b2a61ee6281f.
2017-10-25 Steve HayRedirect STDERR to /dev/null instead of just closing it
2017-10-25 Craig A. BerryRemove unused probes in configure.com.
2017-10-25 Craig A. BerryRevert "vms/vmsish.h: move a function declaration from...
2017-10-25 Dagfinn Ilmari... Fix missing skip counts in PathTools' cwd.t
2017-10-25 Steve HayUpgrade Net::Ping from version 2.55 to 2.61
2017-10-24 Karl Williamsondquote.c: Rmv extraneous #ifdef; add assertions
2017-10-24 Karl Williamsonhandy.h: Add parens around macro expansion
2017-10-24 Karl Williamsonnumeric.c: Add comment
2017-10-24 Karl WilliamsonConvert strncmp into strnEQ, strnNE
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-10-24 Dagfinn Ilmari... Unweaken refs in in-place reverse
2017-10-24 Karl WilliamsonDynaLoader: Use strlcpy instead of strcpy
2017-10-24 Dominic HargreavesSkip various tests if PERL_BUILD_PACKAGING is set
2017-10-23 Dagfinn Ilmari... Further simplify XSLoader .bs file handling
2017-10-23 Dagfinn Ilmari... Avoid loading .bs files twice when using XSLoader
2017-10-23 Father ChrysostomosIncrease $B::VERSION to 1.71
2017-10-23 Father ChrysostomosB::walksymtable: clear cached methods
2017-10-23 Aaron CraneRT#132347: fix building Tk
2017-10-23 Dagfinn Ilmari... Quieten Time-HiRes test noise
2017-10-23 David Mitchell[MERGE] various bench.pl enhancements and fixes
2017-10-23 David Mitchellbenchmarks.t: update to handle field changes
2017-10-23 David Mitchellbench.pl: add 'compile' benchmark field
2017-10-23 David Mitchellbench.pl: add 'pre' and 'post' benchmark fields
2017-10-23 David Mitchellbench.pl: make 'desc' default to 'code'
2017-10-23 David Mitchellbench.pl: add checks for bad benchmark files
2017-10-23 David Mitchellbench.pl: display large values as 'Inf'
2017-10-23 David Mitchellbench.pl: allow variable-width data columns
next