Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/3] Build fixes
- X-seq: zsh-workers 47783
- From: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 0/3] Build fixes
- Date: Wed, 30 Dec 2020 23:41:28 -0600
- Archived-at: <https://zsh.org/workers/47783>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-12/20201231054131.682544-1-felipe.contreras%40gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-ot1-f49.google.com) smtp.remote-ip=209.85.210.49; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none
- Cc: Felipe Contreras <felipe.contreras@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=l4JI7KHNlR/x3NmLMw5LULeTzEsS+3YBA3pbbWpb5Vk=; b=T7vup8sUZ1q+g7+qBkCY3ueRCdLHbs2grCw9HsVrpEc5zx5DZD9bH9Y6cwaURYm3sQ xIgBA+9GrvsO2d1QtfLYF4GXtQdMHaypjEeIIkv4HcIhZMG/1WAHoorPb0/Nn0BSaCSN AeAo9AptoUO3bc9byAB2agQaFisMt47Vvc+caGFqEsjI6kZez7FkYSbQaMnzI6jAlWXZ gWE6Pz/7OeynCpGevoL3tEdcavk+lUd7/bulCz8ms2xPrUjyYNQEoE1T4wSR1nihOxPl TgRCzAmi/Lu+QQ23g+68o971II9/Esr+hf1Yp6QMbhOof0i/RvlOAL6dkjm8pLjb/aya 3jKQ==
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- Sender: zsh-workers-request@xxxxxxx
There's a couple of warnings I get all the time that I've fixed.
And recently Arch Linux updated autoconf to 2.70, which throws a bunch of errors.
Everything seems to be fixed now, and it works fine on autoconf 2.69 as well.
Felipe Contreras (3):
src: fix build warnings
autoconf: remove deprecated functions
autoconf: prepare for 2.70
Src/Modules/files.c | 6 ---
Src/mem.c | 16 ++-----
Src/pattern.c | 2 +-
Src/utils.c | 3 +-
Src/zsh_system.h | 21 +--------
aclocal.m4 | 8 ++--
aczsh.m4 | 104 ++++++++++++++++++++++----------------------
configure.ac | 4 +-
8 files changed, 66 insertions(+), 98 deletions(-)
--
2.30.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author