Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] repair conds where - within cond name
- X-seq: zsh-workers 41532
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] repair conds where - within cond name
- Date: Fri, 11 Aug 2017 18:45:41 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=YuhSyG iteTTf8NMhQU52SQVrDBHoAVFGgOMcv/M2Ixk=; b=KdckEoiJscvMGhkQ36GKsx Bo+1FTmgyCUo6wPQwl9i2qRonezaxrkO22OE/gLcLstdp5BtaChPZKaJsv3oIbXn 4DokQpg9S/LP0z3napJ/ijaiwUUsiaoNd2H71XcqiXHr5Efq8T2WorrnhEcU/KLo Y9o+OkBY7IYUKEn1C+YIUD95gFWXJkdeGXhrX1GrlxZbCkGhNM7yogPW5j5kqwjs WtHkNU+TCptAmmsURu5HBRW4FeyhRF29r0FBLW5PCcZI8OZC5oe/GvZcfCPDCAFJ s8y7c9BltSuy7DGci9NukTpO/2eK1r9cIMW+Tu+ywpSE8EIG4P5f/qn3BmaswjgQ ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=YuhSyG iteTTf8NMhQU52SQVrDBHoAVFGgOMcv/M2Ixk=; b=EIdyWaPHfnc8CNlFd+lp9X hXb1u5vkwuiH2XPDGk8kV2nzQKBlFHM2PxcWrka/xcwic8IVBY+ACoyxNo9hmCpI Rtrze6g1WLjd88Eet5i/CDxfMBpSfuJkDs5RBJ8gv0as4Lpme/cQBFTa0RixVNmD HyFet1T3umjphjCfWnXKoGCEQAsAesfllQEZ4/oAKHwVG7Uud2W6aDKY1Y99j6GS ui6lalK3JH3kfIRUCgLarj9W+1RJvgMvnSWgdM+Eq8OKBZIhaRzQPSbtZqnKgtM5 +LDYpuy362KXlo1GIHGjOFNoE7QEQB6rkukYepH02Vu206vax6C2E2XuhczQT3gQ ==
- In-reply-to: <20170811171827.GA62807@tower.spodhuis.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <86221c7e-aa71-28a7-21c2-8ed800090edd@bureaucracy.de> <20170811010701.GA94571@tower.spodhuis.org> <20170811013649.GA95238@tower.spodhuis.org> <CAH+w=7bQYtBo1PbNYpyU9ToWndB7BvMkSoGd2M=XrmqQ1toWiA@mail.gmail.com> <CGME20170811020423epcas5p3947a6b85ef200acae8401a830a4b92e0@epcas5p3.samsung.com> <20170811020246.GA718@breadbox.private.spodhuis.org> <20170811093133.2ff7c1b0@pwslap01u.europe.root.pri> <20170811171827.GA62807@tower.spodhuis.org>
Phil Pennock wrote on Fri, 11 Aug 2017 13:18 -0400:
> On 2017-08-11 at 09:31 +0100, Peter Stephenson wrote:
> > On Thu, 10 Aug 2017 22:02:46 -0400
> > Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx> wrote:
> > > + lookup = ztrdup(name);
> >
> > I'd be inclined just to put this on the heap. I can do that myself if
> > that's OK.
>
> I'm guessing you meant stack, or some short-lived pool. I couldn't
> remember the means to do that in zsh and brief looking didn't help, so I
> went with what worked.
The "heap" in this context is pools, yes. See comment at the top
of Src/mem.c
Messages sorted by:
Reverse Date,
Date,
Thread,
Author