Branch: refs/heads/ilmari/fix-repeated-words
  Home:   https://github.com/Perl/perl5
  Commit: 3139d2a99cfcc22b0834c727d50b6713da691965
      
https://github.com/Perl/perl5/commit/3139d2a99cfcc22b0834c727d50b6713da691965
  Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M ext/B/t/walkoptree.t

  Log Message:
  -----------
  B: Remove duplicate check for split op in walkoptree.t

Commit 5012eebe558 eliminated the pushre op and did a blanket
replacement of pushre with split, but missed that there was already a
check for split in the loop.  Eliminate the duplicate.


  Commit: e3c42b6c4ee036f443dc5bc3b7d57a9d4ce7ca09
      
https://github.com/Perl/perl5/commit/e3c42b6c4ee036f443dc5bc3b7d57a9d4ce7ca09
  Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M INSTALL
    M NetWare/Makefile
    M NetWare/nw5.c
    M Porting/Glossary
    M Porting/bench.pl
    M Porting/bisect-runner.pl
    M Porting/bump-perl-version
    M Porting/makerel
    M Porting/sync-with-cpan
    M README.macos
    M README.os2
    M README.win32
    M charclass_invlists.h
    M cpan/Win32/Win32.pm
    M cpan/Win32/Win32.xs
    M dist/Storable/ChangeLog
    M dist/Storable/Storable.pm
    M dist/Storable/Storable.xs
    M dist/Storable/stacksize
    M dist/Storable/t/attach_errors.t
    M dist/Thread-Queue/lib/Thread/Queue.pm
    M dist/Time-HiRes/Changes
    M dist/threads/lib/threads.pm
    M dist/threads/threads.xs
    M doio.c
    M ext/Devel-Peek/t/Peek.t
    M ext/DynaLoader/t/DynaLoader.t
    M ext/POSIX/POSIX.xs
    M ext/XS-APItest/t/multicall.t
    M ext/XS-APItest/t/utf8_warn_base.pl
    M ext/re/re.pm
    M handy.h
    M hints/os390.sh
    M inline.h
    M lib/B/Deparse.pm
    M lib/Benchmark.pm
    M lib/Tie/Scalar.pm
    M lib/charnames.t
    M lib/overload.t
    M lib/perl5db.pl
    M lib/unicore/mktables
    M lib/unicore/uni_keywords.pl
    M makedef.pl
    M mathoms.c
    M numeric.c
    M op.c
    M op.h
    M os2/Changes
    M os2/os2ish.h
    M perl.c
    M perl.h
    M perlvars.h
    M perly.act
    M perly.h
    M perly.tab
    M perly.y
    M plan9/plan9ish.h
    M pod/perldeprecation.pod
    M pod/perldiag.pod
    M pod/perlgit.pod
    M pod/perlguts.pod
    M pod/perlhack.pod
    M pod/perllocale.pod
    M pod/perlunicode.pod
    M pp.h
    M pp_ctl.c
    M pp_hot.c
    M pp_sys.c
    M regcharclass.h
    M regcomp.c
    M regen/op_private
    M regexec.c
    M regexp.h
    M sv.c
    M sv.h
    M t/TEST
    M t/io/openpid.t
    M t/loc_tools.pl
    M t/mro/next_edgecases.t
    M t/mro/next_edgecases_utf8.t
    M t/op/aassign.t
    M t/op/bop.t
    M t/op/caller.pl
    M t/op/groups.t
    M t/op/lc.t
    M t/op/lfs.t
    M t/op/ref.t
    M t/op/split.t
    M t/op/sprintf.t
    M t/op/sub_lval.t
    M t/op/svleak.t
    M t/porting/bench.t
    M t/porting/diag.t
    M t/porting/podcheck.t
    M t/re/pat_re_eval.t
    M t/re/recompile.t
    M uni_keywords.h
    M utf8.c
    M utf8.h
    M util.c
    M vms/vms.c
    M win32/GNUmakefile
    M win32/Makefile
    M win32/bin/search.pl
    M win32/makefile.mk
    M win32/win32.c

  Log Message:
  -----------
  Fix a bunch of repeated-word typos

Mostly in comments and docs, but some in diagnostic messages and one
case of 'or die die'.


Compare: https://github.com/Perl/perl5/compare/3139d2a99cfc%5E...e3c42b6c4ee0

Reply via email to