From owner-cvs-all Mon Dec 2 9:38:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00EFB37B401; Mon, 2 Dec 2002 09:38:12 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4826543E88; Mon, 2 Dec 2002 09:38:11 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.6/8.12.6) with ESMTP id gB2Hc6lI031939 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 2 Dec 2002 12:38:06 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id gB2Hc6af031936; Mon, 2 Dec 2002 12:38:06 -0500 (EST) (envelope-from wollman) Date: Mon, 2 Dec 2002 12:38:06 -0500 (EST) From: Garrett Wollman <wollman@lcs.mit.edu> Message-Id: <200212021738.gB2Hc6af031936@khavrinen.lcs.mit.edu> To: Peter Wemm <peter@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime localtime.c In-Reply-To: <200212020105.gB21596L092766@repoman.freebsd.org> References: <200212020105.gB21596L092766@repoman.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG <<On Sun, 1 Dec 2002 17:05:09 -0800 (PST), Peter Wemm <peter@FreeBSD.org> said: > This solves the problem of mktime/localtime looping on ia64. Unfortunately, > the standards say that tm_year is an 'int', so we are still stuck with a > y2147483647 bug. Not necessarily a bug: the Standard also says that, if any field in the broken-down time is too narrow to represent the correct value, localtime() should fail with [EOVERFLOW]. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message