This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-11-08 Todd RinaldoRemove unnecessary module loads from B and O
2017-11-08 Nicolas RSimplify travis.yml config for Continuous Integration
2017-11-08 Lukas Mairestore error message for unterminated strings
2017-11-08 Nicolas Rdisable t/porting/authors.t for distro packaging
2017-11-08 Nicolas Rdisable t/porting/podcheck.t for distro packaging
2017-11-08 Nicolas RAllow custom PL_strtab hash in perl_construct.
2017-11-08 Lukas MaiPERL_STRLEN_ROUNDUP: parenthesize macro parameter
2017-11-07 Karl Williamsontoke.c: Fix wrong use of memrchr
2017-11-07 Karl WilliamsonBlead breaks DBD::SQLite
2017-11-07 Craig A. BerryTwo fix-ups following b59bf0b288.
2017-11-06 Nicolas Rtoke.c: use my_memrchr helper for portability [round 2]
2017-11-06 Nicolas RUse my_memrchr helper for portability
2017-11-06 Karl WilliamsonMerge branch 'convert strchr to memchr' into blead
2017-11-06 Karl Williamsontoke.c: Convert some strchr to memchr
2017-11-06 Karl Williamsontoke.c use memBEGINs with prev commit
2017-11-06 Karl Williamsontoke.c: Add limit parameter to 3 static functions
2017-11-06 Karl Williamsonregcomp.c: Convert some strchr to memchr
2017-11-06 Karl Williamsonperl.c: Use memchr instead of strchr
2017-11-06 Karl Williamsonop.c: Use memchr,memrchr instead of strchr,strrchr
2017-11-06 Karl Williamsonmg.c: Use memchr instead of strchr
2017-11-06 Karl Williamsondoio.c: Change strchr to memchr
2017-11-06 Karl Williamsonpp_sys.c; Use memchr instead of strchr
2017-11-06 Karl Williamsonutf8.c: Use memchr instead of strchr
2017-11-06 Karl Williamsondquote.c: Use memchr() instead of strchr()
2017-11-06 Karl Williamsonlocale.c: Tighten what is considered a LC variable
2017-11-06 Karl Williamsonlocale.c: White space, extra braces only
2017-11-06 Karl WilliamsonMerge branch for new string comparison macros into...
2017-11-06 Karl Williamsonhandy.h: Add comments
2017-11-06 Karl WilliamsonMake new macros private
2017-11-06 Karl Williamsonext/attributes/attributes.xs is PERL_EXT
2017-11-06 Karl Williamsonhandy.h: Make uniform the defns of strFOO, memFOO
2017-11-06 Karl WilliamsonRemove _memEQs, _memNEs
2017-11-06 Karl WilliamsonAdd memENDPs and use it in core
2017-11-06 Karl WilliamsonAdd memBEGINPs() to core and use it
2017-11-06 Karl WilliamsonUse memENDs() in core
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-11-06 Karl WilliamsonChange some strBEGINs() to memBEGINs()
2017-11-06 Karl WilliamsonAdd memBEGINs(), memENDs() and use them in APItest
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
next