From owner-cvs-all Fri May 17 5:27: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A281237B405; Fri, 17 May 2002 05:27:02 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HCR2C01809; Fri, 17 May 2002 05:27:02 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205171227.g4HCR2C01809@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 17 May 2002 05:27:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uuencode uuencode.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/17 05:27:02 PDT Modified files: usr.bin/uuencode uuencode.c Log: Group the output chunks differently, to try to match BSD/OS output. Switch to using arithmatic to determine buffer sizes to encode into. Diane Bruce pointed out to me that BSD/OS did MIME too, so I want to match their output, too, since my decision of 8 output groups was wholly arbitrary. Revision Changes Path 1.13 +6 -3 src/usr.bin/uuencode/uuencode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message