Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: UNPATCH: calendar system



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