Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 1604cfb0273418ed479719f39def5ee559bffda2
https://github.com/Perl/perl5/commit/1604cfb0273418ed479719f39def5ee559bffda2
Author: Michael G. Schwern <[email protected]>
Date: 2021-01-17 (Sun, 17 Jan 2021)
Changed paths:
M NetWare/CLIBstuf.c
M NetWare/Main.c
M NetWare/NWTInfo.c
M NetWare/NWUtil.c
M NetWare/Nwmain.c
M NetWare/Nwpipe.c
M NetWare/deb.h
M NetWare/intdef.h
M NetWare/interface.c
M NetWare/interface.h
M NetWare/iperlhost.h
M NetWare/netware.h
M NetWare/nw5.c
M NetWare/nw5sck.c
M NetWare/nw5thread.c
M NetWare/nw5thread.h
M NetWare/nwhashcls.h
M NetWare/nwperlhost.h
M NetWare/nwperlsys.c
M NetWare/nwperlsys.h
M NetWare/nwpipe.h
M NetWare/nwplglob.c
M NetWare/nwtinfo.h
M NetWare/nwutil.h
M NetWare/nwvmem.h
M NetWare/win32ish.h
M Porting/timecheck.c
M Porting/timecheck2.c
M amigaos4/amigaio.c
M amigaos4/amigaio.h
M amigaos4/amigaos.c
M av.c
M av.h
M cv.h
M cygwin/cygwin.c
M deb.c
M dist/IO/poll.c
M djgpp/djgpp.c
M doio.c
M doop.c
M dosish.h
M dquote.c
M dump.c
M ext/DynaLoader/dlutils.c
M ext/File-Glob/bsd_glob.c
M ext/File-Glob/bsd_glob.h
M ext/SDBM_File/dba.c
M ext/SDBM_File/dbd.c
M ext/SDBM_File/dbe.c
M ext/SDBM_File/dbu.c
M ext/SDBM_File/sdbm.c
M ext/SDBM_File/sdbm.h
M ext/SDBM_File/tune.h
M ext/SDBM_File/util.c
M ext/Win32CORE/Win32CORE.c
M generate_uudmap.c
M gv.c
M gv.h
M handy.h
M hints/t001.c
M hv.c
M hv.h
M inline.h
M intrpvar.h
M invlist_inline.h
M iperlsys.h
M locale.c
M malloc.c
M mathoms.c
M mg.c
M mg.h
M mro_core.c
M numeric.c
M op.h
M os2/dl_os2.c
M os2/os2.c
M os2/os2ish.h
M os2/perlrexx.c
M pad.c
M pad.h
M parser.h
M patchlevel.h
M perl_inc_macro.h
M perlio.c
M perlio.h
M perliol.h
M perlvars.h
M perly.c
M plan9/plan9.c
M plan9/plan9ish.h
M pp.h
M pp_ctl.c
M pp_hot.c
M pp_pack.c
M pp_sys.c
M qnx/qnx.c
M regcomp.c
M regcomp.h
M regen.pl
M scope.c
M scope.h
M t/lib/h2ph.h
M taint.c
M thread.h
M universal.c
M unixish.h
M utf8.c
M utf8.h
M utfebcdic.h
M util.c
M util.h
M vms/munchconfig.c
M vms/vms.c
M vms/vmsish.h
M win32/fcrypt.c
M win32/include/dirent.h
M win32/include/sys/socket.h
M win32/perlglob.c
M win32/perlhost.h
M win32/perllib.c
M win32/vdir.h
M win32/vmem.h
M win32/win32.c
M win32/win32.h
M win32/win32io.c
M win32/win32iop.h
M win32/win32sck.c
M win32/win32thread.h
Log Message:
-----------
style: Detabify indentation of the C code maintained by the core.
This just detabifies to get rid of the mixed tab/space indentation.
Applying consistent indentation and dealing with other tabs are another issue.
Done with `expand -i`.
* vutil.* left alone, it's part of version.
* Left regen managed files alone for now.
Commit: 9824c081922f8e3697322536c3da1702e35e45ab
https://github.com/Perl/perl5/commit/9824c081922f8e3697322536c3da1702e35e45ab
Author: Michael G. Schwern <[email protected]>
Date: 2021-01-17 (Sun, 17 Jan 2021)
Changed paths:
M charclass_invlists.h
M keywords.c
M keywords.h
M lib/unicore/uni_keywords.pl
M lib/warnings.pm
M opcode.h
M reentr.c
M reentr.h
M regcharclass.h
M regen.pl
M regen/charset_translations.pl
M regen/embed.pl
M regen/embed_lib.pl
M regen/keywords.pl
M regen/lib_cleanup.pl
M regen/mg_vtable.pl
M regen/mk_PL_charclass.pl
M regen/mk_invlists.pl
M regen/opcode.pl
M regen/overload.pl
M regen/reentr.pl
M regen/regcharclass.pl
M regen/regen_lib.pl
M regen/warnings.pl
M uni_keywords.h
M warnings.h
Log Message:
-----------
style: Detabify regen files.
They generate C files.
Bump feature.pm and warnings.pm versions to satisfy cmpVERSION.pl.
I can't get it to easily ignore whitespace, `git diff --name-only`
does not respect the -w flag.
regen_perly.pl is left alone. That would require rebuilding
perly.* which is beyond a simple indentation change.
Compare: https://github.com/Perl/perl5/compare/557ff1b2a4ec...9824c081922f