Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 0c6362adf0496a5a25d8b78534541f988ac9ce16
      
https://github.com/Perl/perl5/commit/0c6362adf0496a5a25d8b78534541f988ac9ce16
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
    M Porting/config_H
    M amigaos4/amigaio.c
    M av.c
    M config_h.SH
    M cop.h
    M doio.c
    M gv.c
    M hv.c
    M inline.h
    M intrpvar.h
    M malloc.c
    M numeric.c
    M op.c
    M pad.c
    M peep.c
    M perl.c
    M perl.h
    M perlapi.h
    M perlio.c
    M pp.c
    M regcomp.h
    M regexec.c
    M regexp.h
    M sv.c
    M sv.h
    M uconfig.h
    M utf8.c
    M utfebcdic.h
    M util.c
    M win32/config_H.gc
    M win32/config_H.vc
    M win32/fcrypt.c
    M win32/perlhost.h
    M win32/perllib.c
    M win32/vmem.h
    M win32/win32.c
    M win32/win32.h

  Log Message:
  -----------
  Correct typos as per GH 20435

In GH 20435 many typos in our C code were corrected.  However, this pull
request was not applied to blead and developed merge conflicts.  I
extracted diffs for the individual modified files and applied them with
'git apply', excepting four files where patch conflicts were reported.
Those files were:

        handy.h
        locale.c
        regcomp.c
        toke.c

We can handle these in a subsequent commit. Also, had to run these two
programs to keep 'make test_porting' happy:

        $ ./perl -Ilib regen/uconfig_h.pl
        $ ./perl -Ilib regen/regcomp.pl regnodes.h


  Commit: a03103f8c76de0afbe666957c369340025e12c77
      
https://github.com/Perl/perl5/commit/a03103f8c76de0afbe666957c369340025e12c77
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
    M handy.h

  Log Message:
  -----------
  handy.h: Manual correction of typos from GH 20435


  Commit: ff008610d6139969d76ba7855259292821602817
      
https://github.com/Perl/perl5/commit/ff008610d6139969d76ba7855259292821602817
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  locale.c: Manual correction of typos from GH 20435


  Commit: 9fdca1b8a1766df63fd373568e604b114e21ce9d
      
https://github.com/Perl/perl5/commit/9fdca1b8a1766df63fd373568e604b114e21ce9d
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
    M regcomp.c

  Log Message:
  -----------
  regcomp.c: Manual correction of typos from GH 20435

Many of the typos in this file reported in GH 20435 have been cleaned up
since that pull request was originally filed.  This commit cleans up the
remaining ones and a few others spotted along the way.


  Commit: f8a5326820b68c5377aac46021f5e9c6020c8c1a
      
https://github.com/Perl/perl5/commit/f8a5326820b68c5377aac46021f5e9c6020c8c1a
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
    M toke.c

  Log Message:
  -----------
  toke.c: Manual correction of typos from GH 20435

This commit only corrects typos in comments.  A subsequent commit will
change the spelling of a variable.


  Commit: cea3e4074b240cfe0c3d619d8fb159013971b62b
      
https://github.com/Perl/perl5/commit/cea3e4074b240cfe0c3d619d8fb159013971b62b
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
    M toke.c

  Log Message:
  -----------
  toke.c: Change spelling of one variable

s/overriden/overridden/gc


  Commit: 953398c3fd421376c66841d7658f8b97328e2726
      
https://github.com/Perl/perl5/commit/953398c3fd421376c66841d7658f8b97328e2726
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
    M hv.c

  Log Message:
  -----------
  hv.c: typo spotted by Yves Orton


Compare: https://github.com/Perl/perl5/compare/f4ae97d054e8...953398c3fd42

Reply via email to