Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Completion: Don't prepend SIG to numeric signals in _signals
- X-seq: zsh-workers 43135
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] Completion: Don't prepend SIG to numeric signals in _signals
- Date: Mon, 2 Jul 2018 17:38:17 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20180702163822euoutp02ed3b51e2fb5f0da60732936c1332ffc0~9mqnNIKeu1654216542euoutp02t
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1530549502; bh=Uqp+zITfcU2pYT3Ehv9fGypYXStgRg/reUMJpjYdOdE=; h=Date:From:To:Subject:In-Reply-To:References:From; b=pxjsZfUrR0eeQTYz3li5Mm6nOeVN/C+OW4TxmjUlROZmzxNJNMUV88Ck0YMAayoKD vNCx6xuzjUxboYela35IRmYCT4wpnkMAzY/FUlsICpOSRqxeaH8U7nbLjekqVho7zm 61FxxLGZjegTVB+fl9h2MXiKLyGHT625C9n3YOzk=
- In-reply-to: <F4153EE4-EB54-405B-9D2B-A8C9F5F1ED2C@dana.is>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: SCSC
- References: <CGME20180702155313epcas2p161b67990a718b040929bef8556974a47@epcas2p1.samsung.com> <F4153EE4-EB54-405B-9D2B-A8C9F5F1ED2C@dana.is>
On Mon, 2 Jul 2018 10:52:38 -0500
dana <dana@xxxxxxx> wrote:
> * Ubuntu's zsh 5.4 is missing symbolic names for SIGSTKFLT and
> SIGPWR. If i build from source, they're there, and the scripts that
> generate the signals basically haven't changed in 20 years... so i'm
> not sure what's up with that. Maybe the system that Ubuntu used to
> build zsh had weird headers.
Signal generation changed between 5.5 and 5.5.1 to accommodate this
(42618, commit 66f0e5c1ac). It seems that glibc 2.25 needs multiple
include files, which wasn't previously handled. However, this wasn't
always showing up, so there are obviously other ingredients.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author