From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 12 18:20:01 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59DE8E77 for ; Wed, 12 Feb 2014 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A67A1DF2 for ; Wed, 12 Feb 2014 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1CIK0pW012593 for ; Wed, 12 Feb 2014 18:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1CIK0Dj012592; Wed, 12 Feb 2014 18:20:00 GMT (envelope-from gnats) Date: Wed, 12 Feb 2014 18:20:00 GMT Message-Id: <201402121820.s1CIK0Dj012592@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: kaltheat@googlemail.com Subject: Re: bin/186697: calendar(1): -A -B -t not working correctly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: kaltheat@googlemail.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 18:20:01 -0000 The following reply was made to PR bin/186697; it has been noted by GNATS. From: kaltheat@googlemail.com To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/186697: calendar(1): -A -B -t not working correctly Date: Wed, 12 Feb 2014 19:11:53 +0100 I'm unable to read and write correctly! $ cat .calendar/calendar 2013/02/12 test ^^^^ When doing it right: $ cat .calendar/calendar 2014/02/12 test 2014/02/13 test1 -A, -B, -t work as described in man-page! Except: $ calendar -A 0 Feb 12 test Feb 13 test1 $ calendar -B 0 Feb 12 test Feb 13 test1 And segfault on bad input still exists ... Sorry, kaltheat