Branch: refs/heads/smoke-me/jkeenan/replace-gh-20435-20221224
Home: https://github.com/Perl/perl5
Commit: c99bea4a07ec4a71f94c4ce481c47a6655567ce8
https://github.com/Perl/perl5/commit/c99bea4a07ec4a71f94c4ce481c47a6655567ce8
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 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