Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 26C03431FB6 for ; Sat, 29 Jan 2011 11:13:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2ftsJYcMiPfs for ; Sat, 29 Jan 2011 11:13:30 -0800 (PST) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1B8A6431FB5 for ; Sat, 29 Jan 2011 11:13:30 -0800 (PST) Received: by qwe5 with SMTP id 5so4631392qwe.26 for ; Sat, 29 Jan 2011 11:13:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=F/vPPg95k4FzaAo2Tpv9os7CzXH7cJzTcJAbg6EGx58=; b=e8Bq4RciNcJ5p8VeFmp7u8lFvVd8t2c8XVav2Ff6Nw4NC2pVbdgCw9m14RSSUJ4t1Y scT27x/9dVc31g+spLM5QeVKYvNOm6kIbzddVeaOHDY8ixA6z2aGv7lOX85ET2gJ4AXq MC2zp2OSvPe/001xKd3Z4hTD5Tec1Ri+72SjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=V/zKB+IPf3lrkZv0MpBCR/Y0qQkF7JOR10fAHaH36MZnA5IOAOjwP/jWfUub09Kaes k03Q3qcqLsJosUzVqJWm/7O8bmbmNsJQtOaY8WI8WXA0g/KgUgQhAncInKV/uClq9zBW 1jxUVZMNfLd/dT2mLP1nbkGWoopaqJbF+HMD4= MIME-Version: 1.0 Received: by 10.229.239.145 with SMTP id kw17mr2298564qcb.230.1296328405567; Sat, 29 Jan 2011 11:13:25 -0800 (PST) Sender: amdragon@gmail.com Received: by 10.229.97.143 with HTTP; Sat, 29 Jan 2011 11:13:25 -0800 (PST) In-Reply-To: <871v3vee7i.fsf@steelpick.2x.cz> References: <1295783247-21900-1-git-send-email-sojkam1@fel.cvut.cz> <87fwscs63s.fsf@hermes.hocat.ca> <871v3vee7i.fsf@steelpick.2x.cz> Date: Sat, 29 Jan 2011 14:13:25 -0500 X-Google-Sender-Auth: dgNjymgFKUTJRj_Mxg0pHEE2-EI Message-ID: Subject: Re: [PATCH 0/4] Versatile date/time parser From: Austin Clements To: Michal Sojka Content-Type: text/plain; charset=ISO-8859-1 Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2011 19:13:32 -0000 What about CVS's getdate? Is GPLv1 compatible? As far as I can tell, CVS's getdate depends only on yacc/bison and is probably back-in-time-biased rather than forward-in-time-biased like the coreutils getdate. On Sat, Jan 29, 2011 at 1:50 PM, Michal Sojka wrote: > On Sat, 29 Jan 2011, Tom Prince wrote: >> On 2011-01-23, Michal Sojka wrote: >> > Hi all, >> > >> > the following patch series brings into notmuch date/time parser stolen >> > from GNU coreutils. It can be applied on top of custom query parser >> > patches from Austin Clements. >> > >> > This is RFC and it not meant for merging. >> >> Another source for date parsing is perhaps date.c from git, which >> (probably) has much smaller (none?) dependencies. > > Hmm, but Git is GPLv2 and notmuch is GPLv3 and these are not compatible. > > -Michal > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch >