From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: windows build failure Date: Sat, 12 Oct 2013 14:45:32 -0700 Organization: UCLA Computer Science Department Message-ID: <5259C2FC.3040206@cs.ucla.edu> References: <83wqmeocl5.fsf@gnu.org> <83ioxynvpb.fsf@gnu.org> <87zjrae0q7.fsf@gmail.com> <83eh8mnu8h.fsf@gnu.org> <87ob7qdzxj.fsf@gmail.com> <83a9janq2l.fsf@gnu.org> <87bo3oew5i.fsf@gmail.com> <83wqmclwja.fsf@gnu.org> <8761twemxb.fsf@gmail.com> <83txhglke0.fsf@gnu.org> <871u4keezm.fsf@gmail.com> <83pps4kl3s.fsf@gnu.org> <87vc1v4lld.fsf@gmail.com> <834n9fle10.fsf@gnu.org> <87k3ib4fl7.fsf@gmail.com> <8338ozl7cd.fsf@gnu.org> <83bo2ur4yq.fsf@gnu.org> <525970E2.6050401@cs.ucla.edu> <83a9ieqvsh.fsf@gnu.org> <52599F44.9030609@cs.ucla.edu> <838uxyqmtn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1381614359 24073 80.91.229.3 (12 Oct 2013 21:45:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Oct 2013 21:45:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 12 23:46:02 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VV70c-0003mT-A4 for ged-emacs-devel@m.gmane.org; Sat, 12 Oct 2013 23:46:02 +0200 Original-Received: from localhost ([::1]:59446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV70b-00058Y-Sk for ged-emacs-devel@m.gmane.org; Sat, 12 Oct 2013 17:46:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV70S-00058P-Ru for emacs-devel@gnu.org; Sat, 12 Oct 2013 17:46:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VV70L-0004ZM-Bu for emacs-devel@gnu.org; Sat, 12 Oct 2013 17:45:52 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:35353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VV70D-0004Yp-Gf; Sat, 12 Oct 2013 17:45:37 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id B935D39E8113; Sat, 12 Oct 2013 14:45:36 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QJ4jqKDZU4sX; Sat, 12 Oct 2013 14:45:36 -0700 (PDT) Original-Received: from [192.168.1.9] (pool-108-0-233-62.lsanca.fios.verizon.net [108.0.233.62]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 6048439E8008; Sat, 12 Oct 2013 14:45:36 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 In-Reply-To: <838uxyqmtn.fsf@gnu.org> X-Enigmail-Version: 1.5.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164165 Archived-At: Eli Zaretskii wrote: > I get "Invalid time specification" with 536870912 on Windows. But I > also get that error for any value beyond 32767 (that corresponds to > "Mon Jan 18 11:01:52 2038"), as I'd expect for a 32-bit time_t. Thats sounds correct for 32-bit time_t, and wrong for 64-bit time_t.