zsh-users
 help / color / mirror / code / Atom feed
* 4.3.1 released
@ 2006-02-28 13:06 Peter Stephenson
  2006-02-28 14:04 ` Vincent Lefevre
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Stephenson @ 2006-02-28 13:06 UTC (permalink / raw)
  To: Zsh users list

I've uploaded

ftp://ftp.zsh.org/pub/zsh-4.3.1.tar.gz
ftp://ftp.zsh.org/pub/zsh-4.3.1.tar.bz2
ftp://ftp.zsh.org/pub/zsh-4.3.1-doc.tar.gz
ftp://ftp.zsh.org/pub/zsh-4.3.1-doc.tar.bz2

Please try this out on as many systems as possible as soon as you get a
chance; if there are any significant problems I'll produce a 4.3.2.
This is very little changed from 4.3.0-dev-5, so there shouldn't be any.
If it looks OK I'll make the appropriate arrangements at Sourceforge and
Freshmeat (please feel free to pass the message on elsewhere; I don't
use comp.unix.shell or Slashdot myself).

Thank you to everyone who helped.

The release announcement currently looks like:

This version contains initial support for multibyte characters in the
shell's line editor (in particular UTF-8, although any character set
supported by the system library is usable).  Please read the appropriate
sections of the file INSTALL as this support is not turned on by default
on all systems where it can be used.  The release also contains a few
enhancements to shell syntax and supplied functions as well as numerous
bug fixes.  See the file NEWS for more detail.  There are only a few
unavoidable incompatibilities with previous versions, mostly to enhance
compatibility with other shells and standards; see the README file.

-- 
Peter Stephenson <pws@csr.com>                  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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 4.3.1 released
  2006-02-28 13:06 4.3.1 released Peter Stephenson
@ 2006-02-28 14:04 ` Vincent Lefevre
  2006-02-28 14:18   ` Vincent Lefevre
  2006-03-01  1:36   ` djh
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Lefevre @ 2006-02-28 14:04 UTC (permalink / raw)
  To: Zsh users list

I get a strange configure error:

[...]
checking if the system adequately supports multibyte chars... no
./configure: line 15889: test: =: unary operator expected
checking if your system uses ELF binaries... no
[...]

The configure script contains:

# Check whether --enable-dynamic-nss or --disable-dynamic-nss was given.
if test "${enable_dynamic_nss+set}" = set; then
  enableval="$enable_dynamic_nss"
  zsh_cv_c_dynamic_nss=$enableval
fi;

Line 15889 is zsh_cv_c_dynamic_nss=$enableval.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 4.3.1 released
  2006-02-28 14:04 ` Vincent Lefevre
@ 2006-02-28 14:18   ` Vincent Lefevre
  2006-03-01  1:36   ` djh
  1 sibling, 0 replies; 4+ messages in thread
From: Vincent Lefevre @ 2006-02-28 14:18 UTC (permalink / raw)
  To: Zsh users list

On 2006-02-28 15:04:11 +0100, Vincent Lefevre wrote:
> I get a strange configure error:
> 
> [...]
> checking if the system adequately supports multibyte chars... no
> ./configure: line 15889: test: =: unary operator expected
> checking if your system uses ELF binaries... no
> [...]

The line number is incorrect. IMHO, the problem is that some
variables are not quoted in lines containing something like:

  test $var = yes

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 4.3.1 released
  2006-02-28 14:04 ` Vincent Lefevre
  2006-02-28 14:18   ` Vincent Lefevre
@ 2006-03-01  1:36   ` djh
  1 sibling, 0 replies; 4+ messages in thread
From: djh @ 2006-03-01  1:36 UTC (permalink / raw)
  To: Zsh users list

4.3.1 configured and built successfully on my cygwin system.

Next is actually use it....

Regards,
   Darel Henman

----------------------

Configure info:
#zsh configuration
#-----------------
#zsh version               : 4.3.1
#host operating system     : i686-pc-cygwin
#source code location      : .
#compiler                  : gcc
#preprocessor flags        :
#executable compiler flags :  -Wall -Wmissing-prototypes -O2
#module compiler flags     :  -Wall -Wmissing-prototypes -O2
#executable linker flags   :   -s
#module linker flags       :   -s -shared -Wl,--export-all-symbols
#library flags             : -liconv -lcurses -ltermcap -lm  -lc
#installation basename     : zsh
#binary install path       : /bin
#man page install path     : /usr/share/man
#info install path         : /usr/share/info
#functions install path    : /usr/share/zsh/4.3.1/functions
#See config.modules for installed modules and functions.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-01  1:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-28 13:06 4.3.1 released Peter Stephenson
2006-02-28 14:04 ` Vincent Lefevre
2006-02-28 14:18   ` Vincent Lefevre
2006-03-01  1:36   ` djh

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).