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

Re: Organising photos into a list (O/T)



Bart Schaefer wrote:
> On Mar 9, 12:37pm, Peter Stephenson wrote:
> }
> } integer -Z 3 i
> 
> Remind me:  At which version of zsh did that get repaired?  I still have
> 4.2.x installed in several places (because that's what ships with RedHat)
> and I get
> 
> schaefer[515] integer -Z 3 i
> zsh: bad option: -Z
> 
> I know it works in 4.3.something, though.

It's this (from the subst.c log).

revision 1.133
date: 2004/12/07 16:55:02;  author: pws;  state: Exp;  lines: +113 -58
branches:  1.133.2;
20605: Use separate structure with get/set/unset methods fro parameters.
Separate justification width of parameters from base/precision.

which is this in the ChangeLog:

2004-12-07  Peter Stephenson  <pws@xxxxxxx>

	* 20605: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c,
	Src/module.c, Src/params.c, Src/subst.c, Src/zsh.h,
	Src/Modules/datetime.c, Src/Modules/langinfo.c,
	Src/Modules/mapfile.c, Src/Modules/parameter.c,
	Src/Modules/system.c, Src/Modules/termcap.c,
	Src/Modules/terminfo.c, Src/Modules/zftp.c, Src/Zle/compctl.c,
	Src/Zle/complete.c, Src/Zle/computil.c, Src/Zle/zle_params.c,
	Src/Zle/zleparameter.c, Test/B02typeset.ztst: Use separate
	structures for get, set and unset methods of parameters.
	Separate width and base/precision for parameters, so that
	justification works for integers.

-- 
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

To get further information regarding CSR, please visit our Investor Relations page at http://ir.csr.com/csr/about/overview



Messages sorted by: Reverse Date, Date, Thread, Author