This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: truncate long debug dump output
authorKarl Williamson <public@khwilliamson.com>
Thu, 5 Jan 2012 20:27:35 +0000 (13:27 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:38 +0000 (09:58 -0700)
commitc574ffb9e3a8b39aaba9060ba73c3b134fc572d3
tree3a3d45cc066a670fea217ce5d0134756809dabf4
parentdcf8909ac1f19ef2c4b6354bfe982913360e9041
regcomp.c: truncate long debug dump output

What an ANYOF node matches could theoretically be millions of characters
long;  This only outputs the first portion of very long ones.
regcomp.c