Branch: refs/heads/smoke-me/jkeenan/replace-gh-20435-20221224
  Home:   https://github.com/Perl/perl5
  Commit: c3af517f9b1553c97a7d97d1e604b66bc9192c47
      
https://github.com/Perl/perl5/commit/c3af517f9b1553c97a7d97d1e604b66bc9192c47
  Author: James E Keenan <[email protected]>
  Date:   2022-12-24 (Sat, 24 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 regnodes.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.


  Commit: 5f138a5bd461a562581479423a0d4a1345928926
      
https://github.com/Perl/perl5/commit/5f138a5bd461a562581479423a0d4a1345928926
  Author: James E Keenan <[email protected]>
  Date:   2022-12-24 (Sat, 24 Dec 2022)

  Changed paths:
    M regnodes.h
    M uconfig.h

  Log Message:
  -----------
  Run two porting programs

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


Compare: https://github.com/Perl/perl5/compare/c3af517f9b15%5E...5f138a5bd461

Reply via email to