Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: UNPATCH: calendar system
- X-seq: zsh-workers 23024
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: UNPATCH: calendar system
- Date: Fri, 01 Dec 2006 10:29:53 +0000
- In-reply-to: <200611301933.kAUJXokQ025624@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200611301933.kAUJXokQ025624@xxxxxxxxxxxxxx>
Peter Stephenson wrote:
> I'm about (probably tomorrow morning) to commit a calendar function
> system I've written based around the strftime builtin, with support for
> sched for alerts. There are a number of limitations but it seems now to
> be basically working. It's quite large, so I won't post it.
Done. Comments welcome. See the Bugs section at the end of
zshcalsys.1.
By the way, I added one fix outside this module: the file-list style can
be made to avoid trampling on an external "stat" programme by preloading
the stat builtin and disabling it:
zmodload zsh/stat
disable stat
This is also appropriate for the "age" glob qualifier function, which
also uses the stat builtin.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php
Messages sorted by:
Reverse Date,
Date,
Thread,
Author