From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master d0c77a1: Remove some assumptions about timestamp format Date: Wed, 26 Sep 2018 12:39:25 +0300 Message-ID: <83h8ic8unm.fsf@gnu.org> References: <20180925021527.10418.61555@vcs0.savannah.gnu.org> <20180925021528.9A119204E8@vcs0.savannah.gnu.org> <87bm8lanwu.fsf@gmx.de> <87o9ck6270.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1537954712 31362 195.159.176.226 (26 Sep 2018 09:38:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2018 09:38:32 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 11:38:28 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g56H5-00081y-5W for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2018 11:38:27 +0200 Original-Received: from localhost ([::1]:57264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g56JB-0008Ip-Pt for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2018 05:40:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g56I7-0008B1-4M for emacs-devel@gnu.org; Wed, 26 Sep 2018 05:39:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g56I4-0000iL-0s for emacs-devel@gnu.org; Wed, 26 Sep 2018 05:39:31 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g56I3-0000hz-T9; Wed, 26 Sep 2018 05:39:27 -0400 Original-Received: from [176.228.60.248] (port=2698 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1g56I3-0004Ad-CW; Wed, 26 Sep 2018 05:39:27 -0400 In-reply-to: <87o9ck6270.fsf@gmx.de> (message from Michael Albinus on Wed, 26 Sep 2018 11:24:51 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:230080 Archived-At: > From: Michael Albinus > Date: Wed, 26 Sep 2018 11:24:51 +0200 > Cc: emacs-devel@gnu.org > > There is already invalid_timespec() in systime.h. What about the > following patch? If this goes in, please document time-equal-p and invalid-time in NEWS and in the ELisp manual. TIA