Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f48aa24d4a3e93ace72b85f2af901c136ea3a77a
https://github.com/Perl/perl5/commit/f48aa24d4a3e93ace72b85f2af901c136ea3a77a
Author: Nicholas Clark <[email protected]>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M perl.c
Log Message:
-----------
Replace "Grandfather" with a description of the relevant heuristic
In April 2003 commit f2095865e3489f4e:
Noted by Nat: -0 didn't work that well with Unicode.
added support for passing hexadecimal to the -0 option. As '-0' has an
optional argument, the chosen syntax for hex was ambiguous with '-0' clustered
with an '-x' option with an argument, so the heuristic described here was
implemented.