Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: mawk - the one bug that does need to be fixed...

76 views
Skip to first unread message

Kenny McCormack

unread,
Aug 2, 2016, 5:23:42 PM8/2/16
to
In an earlier posting of mine in the "mawk" thread, I referred to some
bug/problem that existed in the final Mike B. version (1.3.3) but that I
knew had been fixed in the 1.3.4 branch. I now remember what it was.

It is the ability to have NULL bytes in strings.

GAWK, TAWK, and the Dickey version of Mawk all support this.

--
To my knowledge, Jacob Navia is not a Christian.

- Rick C Hodgin -

Aharon Robbins

unread,
Aug 2, 2016, 11:25:49 PM8/2/16
to
In article <nnr30t$mng$1...@news.xmission.com>,
Kenny McCormack <gaz...@shell.xmission.com> wrote:
>In an earlier posting of mine in the "mawk" thread, I referred to some
>bug/problem that existed in the final Mike B. version (1.3.3) but that I
>knew had been fixed in the 1.3.4 branch. I now remember what it was.
>
>It is the ability to have NULL bytes in strings.
>
>GAWK, TAWK, and the Dickey version of Mawk all support this.

If you had read the notes he distributed, you'd have seen that this
is indeed fixed.
--
Aharon (Arnold) Robbins arnold AT skeeve DOT com

Kenny McCormack

unread,
Aug 3, 2016, 2:08:24 AM8/3/16
to
In article <nnro7r$jkd$1...@dont-email.me>,
As I noted earlier, the "google drive" thing is broken and the second page
is unreadable.

Anyway, glad to hear that it will be fixed.

--
Alice was something of a handful to her father, Theodore Roosevelt. He was once
asked by a visiting dignitary about parenting his spitfire of a daughter and he
replied, "I can be President of the United States, or I can control Alice. I
cannot possibly do both."

Marc de Bourget

unread,
Aug 3, 2016, 3:33:51 AM8/3/16
to
Le mercredi 3 août 2016 08:08:24 UTC+2, Kenny McCormack a écrit :
> >Kenny McCormack wrote:
> >>In an earlier posting of mine in the "mawk" thread, I referred to some
> >>bug/problem that existed in the final Mike B. version (1.3.3) but that I
> >>knew had been fixed in the 1.3.4 branch. I now remember what it was.
> >>
> >>It is the ability to have NULL bytes in strings.
> >>
> >>GAWK, TAWK, and the Dickey version of Mawk all support this.
> >
> >If you had read the notes he distributed, you'd have seen that this
> >is indeed fixed.
>
> As I noted earlier, the "google drive" thing is broken and the second page
> is unreadable.
>

Hi Kenny, I've tried to send you the downloaded PDF file as a personal mail but it seems your mail address isn't valid :-)

Aharon Robbins

unread,
Aug 3, 2016, 9:40:03 AM8/3/16
to
In article <nns1oo$bn6$1...@news.xmission.com>,
>>If you had read the notes he distributed, you'd have seen that this
>>is indeed fixed.
>
>As I noted earlier, the "google drive" thing is broken and the second page
>is unreadable.

The PDF can be downloaded directly. It was also noted in the README
in the tarball.

Kenny McCormack

unread,
Aug 3, 2016, 9:45:06 AM8/3/16
to
In article <nnss7i$3p1$1...@dont-email.me>,
Aharon Robbins <arn...@skeeve.com> wrote:
>In article <nns1oo$bn6$1...@news.xmission.com>,
>>>If you had read the notes he distributed, you'd have seen that this
>>>is indeed fixed.
>>
>>As I noted earlier, the "google drive" thing is broken and the second page
>>is unreadable.
>
>The PDF can be downloaded directly. It was also noted in the README
>in the tarball.

Nobody is doubting that with a suitable amount of finagling and fru-fru it
could be gotten and read. The point is that most people won't bother
(again, we're talking about policy here, not about time) and it explains,
in particular, why *I* hadn't read it.

Since you started your post with "If you had read...", it seemed incumbent
upon me to note why I hadn't read it.

--
It's possible that leasing office space to a Starbucks is a greater liability
in today's GOP than is hitting your mother on the head with a hammer.

Marc de Bourget

unread,
Aug 3, 2016, 9:58:29 AM8/3/16
to
Le mercredi 3 août 2016 15:45:06 UTC+2, Kenny McCormack a écrit :
> >>>If you had read the notes he distributed, you'd have seen that this
> >>>is indeed fixed.
> >>
> >>As I noted earlier, the "google drive" thing is broken and the second page
> >>is unreadable.
> >
> >The PDF can be downloaded directly. It was also noted in the README
> >in the tarball.
>
> Nobody is doubting that with a suitable amount of finagling and fru-fru it
> could be gotten and read. The point is that most people won't bother
> (again, we're talking about policy here, not about time) and it explains,
> in particular, why *I* hadn't read it.
>

Hi Kenny, not sure if I understand you correctly, but there was no "finagling and fru-fru" needed :-)
I could download the file simply by clicking the download button on the top in the middle of my Internet Browser.

mawk...@gmail.com

unread,
Aug 7, 2016, 5:16:22 PM8/7/16
to
On Tuesday, August 2, 2016 at 2:23:42 PM UTC-7, Kenny McCormack wrote:
> In an earlier posting of mine in the "mawk" thread, I referred to some
> bug/problem that existed in the final Mike B. version (1.3.3) but that I
> knew had been fixed in the 1.3.4 branch. I now remember what it was.
>
> It is the ability to have NULL bytes in strings.
>
> GAWK, TAWK, and the Dickey version of Mawk all support this.
>
> --


Dickey version of Mawk has x% support. I don't know what x is, but it is not 100.

$ tdmawk 'BEGIN{ print "ab" ~ "^ab\0c"}'
1

This is mawk-1.3.4-20160615
0 new messages