Your message dated Sun, 10 Sep 2006 14:32:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#386730: fixed in zsh 4.3.2-15
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: zsh
Version: 4.3.2-14
Severity: normal
zsh's builtin printf fails to interpret two-digit octal escape, such as '\1'
or '\33'. For example:
zsh% printf '\33abc' | hd
00000000 5c 33 33 61 62 63 |\33abc|
00000006
On the other hand, the printf from textutils handles them:
$ /usr/bin/printf '\33abc' | hd
00000000 1b 61 62 63 |.abc|
00000004
The zshbuiltins man page promises "formatting rules are the same as used in
C", and C explicitly supports single-digit and double-digit octal escapes in
string and character literals -- see section "6.4.4.4 Character constants"
of the C99 standard.
Furthermore, POSIX explicitly states that \d and \dd are supported by
printf(1) -- see http://tinyurl.com/gkdfr/, extended description, item 3.
The Solaris printf(1), the bash printf builtin, and the FreeBSD printf(1)
all support them.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (900, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages zsh depends on:
ii debconf [debconf-2.0] 1.5.3 Debian configuration management sy
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libncurses5 5.5-2 Shared libraries for terminal hand
Versions of packages zsh recommends:
ii libcap1 1:1.10-14 support for getting/setting POSIX.
ii libpcre3 6.4-2 Perl 5 Compatible Regular Expressi
-- debconf information excluded
--- End Message ---
--- Begin Message ---
Source: zsh
Source-Version: 4.3.2-15
We believe that the bug you reported is fixed in the latest version of
zsh, which is due to be installed in the Debian FTP archive:
zsh-dbg_4.3.2-15_sparc.deb
to pool/main/z/zsh/zsh-dbg_4.3.2-15_sparc.deb
zsh-dev_4.3.2-15_sparc.deb
to pool/main/z/zsh/zsh-dev_4.3.2-15_sparc.deb
zsh-doc_4.3.2-15_all.deb
to pool/main/z/zsh/zsh-doc_4.3.2-15_all.deb
zsh-static_4.3.2-15_sparc.deb
to pool/main/z/zsh/zsh-static_4.3.2-15_sparc.deb
zsh_4.3.2-15.diff.gz
to pool/main/z/zsh/zsh_4.3.2-15.diff.gz
zsh_4.3.2-15.dsc
to pool/main/z/zsh/zsh_4.3.2-15.dsc
zsh_4.3.2-15_sparc.deb
to pool/main/z/zsh/zsh_4.3.2-15_sparc.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Clint Adams <[EMAIL PROTECTED]> (supplier of updated zsh package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 15 Aug 2006 01:05:11 -0400
Source: zsh
Binary: zsh zsh-dev zsh-static zsh-dbg zsh-doc
Architecture: source sparc all
Version: 4.3.2-15
Distribution: unstable
Urgency: low
Maintainer: Clint Adams <[EMAIL PROTECTED]>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description:
zsh - A shell with lots of features
zsh-dbg - A shell with lots of features (debugging symbols)
zsh-dev - A shell with lots of features (development files)
zsh-doc - zsh documentation - info/HTML format
zsh-static - A shell with lots of features (static link)
Closes: 386730
Changes:
zsh (4.3.2-15) unstable; urgency=low
.
* Complete for 'baz switch'. cf. #383115.
* Handle single-digit and two-digit octal escapes in printf
builtin. closes: #386730.
Files:
7b78eb13da92f629a9d42ef3bfed1824 739 shells optional zsh_4.3.2-15.dsc
de58f2ba06cfeac9d4120f522e1ab728 378713 shells optional zsh_4.3.2-15.diff.gz
bd0e572bd06bd6699c274c1e12e1d627 700866 shells optional
zsh-doc_4.3.2-15_all.deb
bb58a8076b5b9bfdc7b1da163cc92001 2234524 shells optional zsh_4.3.2-15_sparc.deb
a91075d62dfabd667268531bc1205b41 754900 devel extra zsh-dbg_4.3.2-15_sparc.deb
247e457cd63c04cd341cd3c5e352f466 799396 shells optional
zsh-static_4.3.2-15_sparc.deb
f7115b3253342ea4cf04e798f8ba38a1 63302 libdevel optional
zsh-dev_4.3.2-15_sparc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Debian!
iD8DBQFFBIA75m0u66uWM3ARAha4AJ92PP9JT4UEE1fI4PJryradT/a/7gCfdFxT
iLKs0MYgA0V5yGuO/+95f2g=
=K+Ff
-----END PGP SIGNATURE-----
--- End Message ---