This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change regexes to debug dump non-ASCII as hex.
authorKarl Williamson <public@khwilliamson.com>
Sun, 19 Dec 2010 18:08:47 +0000 (11:08 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 20 Dec 2010 03:21:56 +0000 (20:21 -0700)
commitc89df6cf6f70d6460ca3fec9d465e5e6e17fb3a7
tree95e7d58cf1dc4fd257fe694d24697f6393e4eaa8
parent681f01c2a5ff0846090d78599b3d4caeb93fda26
Change regexes to debug dump non-ASCII as hex.

instead of the less familiar octal for larger values.  Perhaps they
should actually print the actual character, but this is far easier than
the previous to understand.
perl.h
regcomp.c
regcomp.h
regexec.c