[BusyBox 0000694]: the uuencode function is repeated in uuencode and wget.

bugs at busybox.net bugs at busybox.net
Mon Feb 6 21:13:20 UTC 2006


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=694 
====================================================================== 
Reported By:                ehovland
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   694
Category:                   Other
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             02-06-2006 13:13 PST
Last Modified:              02-06-2006 13:13 PST
====================================================================== 
Summary:                    the uuencode function is repeated in uuencode and
wget.
Description: 
both coreutils/uuencode.c and networking/wget.c have a function to uuencode
data. It sure would be smart to have only one implementation and have both
uuencode and wget use it.

The attached patch moves the uuencode function to libbb/uuencode.c and
modifies coreutils/uuencode.c to use the libbb/uuencode.c version. It also
adds some encoding tests to testsuite/uuencode to make sure the move wasn't
stuffed up.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-06-06 13:13  ehovland       New Issue                                    
02-06-06 13:13  ehovland       Status                   new => assigned     
02-06-06 13:13  ehovland       Assigned To               => BusyBox         
02-06-06 13:13  ehovland       File Added: move_uuencode_to_libbb.patch         
          
======================================================================




More information about the busybox-cvs mailing list