Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] [[:blank:]] only matches on SPC and TAB
- X-seq: zsh-workers 42795
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] [[:blank:]] only matches on SPC and TAB
- Date: Thu, 17 May 2018 12:10:28 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=rlNAFrM39JY4zsk+k9EPF+pMe8TOo6zWvi5fwT4eFmU=; b=dFJo4A5Ufa/08+j6Cae6vp1pixobrHAMV9xLPML69Ju044Z1+02bTwH/ynyXdt+/7s cU4D+Uy/M5vi+a9SGG/9a7BAtvfPJOsOvPVdgS6U4O41xJgz4t7yIriCSDtd5mIi3zxK H59F/psV+GH/PIf8jjD7PjnBa7ZN7Xfz/OqQ4Scm3+NBKjP7ssInmhzCO4G8Fd1WT+Za v+WpzXVGTi0E8voEHQOU4+4roSHyKFofFRf9SXi+DGf7IlbQCwoGWYMpiEizFrjqx8VY dKgf8BNDriiBWfVBNo33cE5FTimN+Pv0hcD1t5/CzMWT5EV19sdovoqaGK0dfUSaCH73 1gIQ==
- In-reply-to: <CAKc7PVAKMBjWF+Bs9bOprH6VCAbxTzaZf4mffJm=eJvdJbRm+Q@mail.gmail.com>
- 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
- References: <20180513212553.GA29028@chaz.gmail.com> <CAKc7PVDyrTMsmBSEDcMC=CNVCjOnEDVtywRYA0=UnNCBpF=7JQ@mail.gmail.com> <20180514063611.GA7263@chaz.gmail.com> <CGME20180514064505epcas3p1b2f178c595fc9bb962e4094e296ba699@epcas3p1.samsung.com> <20180514064431.GB7263@chaz.gmail.com> <20180514094733.308bff1a@camnpupstephen.cam.scsc.local> <20180514123425.GA19631@chaz.gmail.com> <CAKc7PVAKMBjWF+Bs9bOprH6VCAbxTzaZf4mffJm=eJvdJbRm+Q@mail.gmail.com>
On 17 May 2018 at 11:03, Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx> wrote:
> This is a very interesting point. Think bank-systems. I think no one
> ever predicted that control code of deployed programs will be
> influenced from outside. The [[:alpha:]] case should find its way to
> books on computer science as an example of something unbelievable.
Just one more thing. This situation is like Windows NT vs. Linux.
Windows engineers have put a large effort to implement the
micro-kernel paradigm, focusing on i.a. driver - kernel API. While
Linus, as kernel evolved, was changing the APIs because he could patch
source tree. Thus, he could fix past mistakes. So we now have a better
C with those new unicode glyphs, I've used them explicitly in my
project giturl and I can tell that C ecosystem will last longer thanks
to those upgrades. But that are bungee jumps hehe.
--
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author