Bug 15555

Summary: some enhancements for uudecode
Product: Base System Reporter: ca+freebsd <ca+freebsd>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ca+freebsd 1999-12-19 03:20:01 UTC
	uudecode isn't very helpful in it's error reports:
	It doesn't mention the source file if a destination file
	is to be overridden, nor does it mention the line where
	an out-of-range characters occurs.

Fix: Patch:
How-To-Repeat: 
	[Not provided]
Comment 1 jmz freebsd_committer freebsd_triage 1999-12-20 01:50:38 UTC
>>>>> freebsd  writes:

 >> Description:

 > 	uudecode isn't very helpful in it's error reports:
 > 	It doesn't mention the source file if a destination file
 > 	is to be overridden, nor does it mention the line where
 > 	an out-of-range characters occurs.

But your patch does not print the exact line number in the file, only
an offset from the 'begin' line. It does not help very much when the
input file contains several uuencoded files.

Jean-Marc

-- 
 Jean-Marc Zucconi                    PGP Key: finger jmz@FreeBSD.ORG
Comment 2 Poul-Henning Kamp freebsd_committer freebsd_triage 2001-03-28 20:19:22 UTC
State Changed
From-To: open->closed

Antique PR.