From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27931 invoked from network); 28 May 2009 11:51:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 28 May 2009 11:51:50 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 63867 invoked from network); 28 May 2009 11:51:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 May 2009 11:51:42 -0000 Received: (qmail 18242 invoked by alias); 28 May 2009 11:51:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27010 Received: (qmail 18225 invoked from network); 28 May 2009 11:51:36 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 May 2009 11:51:36 -0000 Received: from rcpt-expgw.biglobe.ne.jp (rcpt-expgw.biglobe.ne.jp [133.205.19.68]) by bifrost.dotsrc.org (Postfix) with ESMTP id 77C8F801E289 for ; Thu, 28 May 2009 13:51:31 +0200 (CEST) Received: from vc-gw.biglobe.ne.jp by rcpt-expgw.biglobe.ne.jp (kbkr/0208160408) with SMTP id n4SBpSIe023526 for ; Thu, 28 May 2009 20:51:28 +0900 Received: from smtp-gw.biglobe.ne.jp ([172.21.175.149]) by vc-gw.biglobe.ne.jp (kbkr/0716090908) with ESMTP id n4SBpSnZ021716 for ; Thu, 28 May 2009 20:51:28 +0900 X-Biglobe-Sender: Received: from [133.24.84.20] (133.24.84.20 [133.24.84.20]) by smtp-gw.biglobe.ne.jp id UABNAC15AFD5; Thu, 28 May 2009 20:51:27 +0900 (JST) Mime-Version: 1.0 X-Mailer: QUALCOMM MacOS X Eudora Version 6.2J rev3.3 Message-Id: Date: Thu, 28 May 2009 20:51:25 +0900 To: zsh-workers@sunsite.dk From: "Jun T." Subject: [PATCH] _date (darwin) Content-Type: text/plain; charset="us-ascii" X-Virus-Scanned: ClamAV 0.94.2/9400/Thu May 28 11:34:10 2009 on bifrost X-Virus-Status: Clean The date command in MacOSX (darwin) has the same options as that in FreeBSD. Index: Completion/Unix/Command/_date =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_date,v retrieving revision 1.7 diff -u -r1.7 _date --- Completion/Unix/Command/_date 18 Feb 2009 21:49:04 -0000 1.7 +++ Completion/Unix/Command/_date 27 May 2009 07:32:47 -0000 @@ -20,7 +20,7 @@ solaris*) args=( '-a:adjustment' ) ;; - freebsd*) + freebsd*|darwin*) args=( '-n[only set time on current machine]' '-d:daylight saving time value'