From owner-cvs-all Thu Jan 6 7:37:41 2000 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 5AC1214FB0; Thu, 6 Jan 2000 07:37:39 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA69472; Thu, 6 Jan 2000 07:37:39 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200001061537.HAA69472@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 6 Jan 2000 07:37:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/jot jot.1 jot.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 2000/01/06 07:37:38 PST Modified files: usr.bin/jot jot.1 jot.c Log: Back out rev 1.11, about which bde had concerns, and instead implement appropriate bounds-checking and typecasts based on our knowledge of the desired conversion format specifier. Simplify diagnostics and take care to print the correct conversion format specifier when %l is involved. Revision Changes Path 1.8 +24 -15 src/usr.bin/jot/jot.1 1.13 +50 -53 src/usr.bin/jot/jot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message