From owner-cvs-all Wed Dec 29 8:50:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 657EA1562C; Wed, 29 Dec 1999 08:50:10 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA59145; Wed, 29 Dec 1999 08:50:10 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199912291650.IAA59145@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 29 Dec 1999 08:50:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/12/29 08:50:10 PST Modified files: bin/date date.c Log: Back out previous commit and replace with a cleaner solution adapted from the source attributed below. In particular, this removes a goto inside a switch and replaces those horrendous ATOI macros with something acceptable. More clean-ups to come. PR: bin/14151 Reported by: Christian Weisgerber Obtained from: NetBSD Revision Changes Path 1.32 +22 -12 src/bin/date/date.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message