From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12475 invoked by alias); 3 Nov 2009 18:59:12 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27342 Received: (qmail 12930 invoked from network); 3 Nov 2009 18:59:07 -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.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.219.209 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :in-reply-to:message-id:references:user-agent:mime-version :content-type; bh=hnd+fv7bR2NjtgQtbpM35PAzNOtIWZLnhiPBNIeR038=; b=wRjhF/e+wrCz6DvOOv5Ht5B9vMsw6hGkfKUhHILQLrXpJB9Qz1BeKZ35xo0S+4K9ZX PQjdyVmXkFtE47WCwwvN6GiIpDksYLfiaiPKQbgXbS7OAhGJgQLdybs/kq/K1/P7MJsJ Q+QDZ/TLd8/nKUpSLDJriKHlC74Tg8KmvKJ/o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:in-reply-to:message-id:references:user-agent :mime-version:content-type; b=pf99rKloLIOniMDRhwYcWE4PMnGVvPhOAXlXYqYZZdKzPqZFirJaBRnlkRyGdvmDEl I7Fm75HEI4TOt5sY/CIPfTVtXfmo9CWW7mWPJw2rstek9HsC/+9norF0ccnKcq6GUoUV YVzkmiwwJPf33rNY9pfuSbLLPpQHnZT+fJapA= Date: Tue, 3 Nov 2009 19:52:23 +0100 (CET) From: Mikael Magnusson To: zsh workers Subject: Re: [wip patch] new zsh/attr module In-Reply-To: <237967ef0903030851gc26620ficfc908628a4b3be2@mail.gmail.com> Message-ID: References: <20090303121253.61f5e2ec@news01> <20090303163526.533995be@news01> <237967ef0903030851gc26620ficfc908628a4b3be2@mail.gmail.com> User-Agent: Alpine 2.00 (LNX ) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Or much later, as it turns out. I fixed most of it I think. I haven't tried the OSX-style interface, but I checked their docs so I think it's right. attr: add -h option to operate on symlinks without dereferencing I don't have any filesystem that supports xattrs on symlinks, so this is also untested. attr: Make zlistattr return an array, zdelattr take several attrs attr: dynamically allocate memory for attributes attr: Use descriptive variables for argv and allow setting values with embedded nuls