X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.200.2.175 with SMTP id p47mr23218533qtg.23.1517440806781; Wed, 31 Jan 2018 15:20:06 -0800 (PST) X-Received: by 10.31.160.5 with SMTP id j5mr3394101vke.6.1517440806208; Wed, 31 Jan 2018 15:20:06 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Wed, 31 Jan 2018 15:20:05 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=104.55.20.34; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 104.55.20.34 References: <201710221615 DOT v9MGFXwU030968 AT delorie DOT com> <588dc9f5-6ab8-4c5f-bc3b-92145d963da5 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANNOUNCE: DJGPP port of GNU Gawk 4.2.0 uploaded. From: "rugxulo AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Wed, 31 Jan 2018 23:20:06 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 2396 Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Monday, January 15, 2018 at 4:28:58 PM UTC-6, Juan Manuel Guerrero wrote: > > OFYI, the next gawk test tarball is available as: > http://www.skeeve.com/gawk/gawk-4.2.0c.tar.gz > If you want you can try out if the crash has been fixed. Well, I don't have any NTVDMs anymore, so I did weakly try under DOSEMU. But it kept choking on mbrtowc, even though I did --disable-nls. Yes, I was running './configure' under Bash, which is apparently wrong here. I didn't want to report back to you just for that, but now I see that even trying to rebuild old 4.1.4 has the same problem. I see that your CONFIG.BAT moves a few files, and doing that manually seems to build it and work okay. That's probably mentioned in the docs somewhere, dunno! My bad. As an aside, A86 is not the preferred assembler, but I targeted it because it was easy. Better would be NASM or FASM, obviously, but I left those as sed scripts, for now. The only new improvement in the AWK script is hardcoded line numbers for short jumps. Not crucial, but at least it's instruction-identical (not byte-identical) to the TASM multi-pass output.