﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
37	pcref sometimes fails to locate all references (MCR10022)	canthony	Eric Swenson	"pcref decode_clock_value_$date_time

peruse_crossref: Not found: decode_clock_value_$date_time

crossref generates the data that is used by pcref; it formats the data to be both human-readable and pcref readable. The human-readable code is doing a line break for lone entry point names, and pcref does not know how to parse that line break.

Rather then fixing the pcref parser, adjusting the margins in the human-reading code in crossref is much easier.

{{{
qedx
r cref_filegen_.pl1
/syn_ma/
syn_margin initial (30),
s/30/50/
p
syn_margin initial (50),
.+1
title_margin initial (20),
s/20/40/
w
q
}}}

This prevents the line break for long entry point names, and code inspection of cross reference and pcref leads me to believe that this change is benign."	defect	closed	major	MR12.6f	Tools	MR12.6e	fixed		
