Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Never make anything simple and efficient when a way can be found to make it complex and wonderful.


devel / comp.os.cpm / Re: Update to la36

SubjectAuthor
* Re: Update to la36fred_...@hotmail.com
`- Re: Update to la36Hector Peraza

1
Re: Update to la36

<c04dfe7c-e76e-41c1-b3d7-3de9d7c83966n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=2613&group=comp.os.cpm#2613

  copy link   Newsgroups: comp.os.cpm
X-Received: by 2002:a37:6084:: with SMTP id u126mr3749576qkb.294.1623417120193;
Fri, 11 Jun 2021 06:12:00 -0700 (PDT)
X-Received: by 2002:a9d:62ce:: with SMTP id z14mr3085910otk.255.1623417119966;
Fri, 11 Jun 2021 06:11:59 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.cpm
Date: Fri, 11 Jun 2021 06:11:59 -0700 (PDT)
In-Reply-To: <4f050a22-4845-45c6-8f34-47e8ce04a336n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2607:f2c0:956b:6a00:ec5e:c05b:3cc1:fa0a;
posting-account=KOfC_woAAAC0YBGf-3r2aV5g2Aifd9jO
NNTP-Posting-Host: 2607:f2c0:956b:6a00:ec5e:c05b:3cc1:fa0a
References: <4f050a22-4845-45c6-8f34-47e8ce04a336n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c04dfe7c-e76e-41c1-b3d7-3de9d7c83966n@googlegroups.com>
Subject: Re: Update to la36
From: fred_wei...@hotmail.com (fred_...@hotmail.com)
Injection-Date: Fri, 11 Jun 2021 13:12:00 +0000
Content-Type: text/plain; charset="UTF-8"
 by: fred_...@hotmail.com - Fri, 11 Jun 2021 13:11 UTC

On Thursday, June 10, 2021 at 3:18:17 PM UTC-4, fred_...@hotmail.com wrote:
> I have updated la36
>
> https://github.com/ratboy666/la36
>
> and added an update to Mike Douglas' PUNMSG (can now send to SIO at 0/1
> as well). and readtape.c.
>
> If the output is captured (in la36, use ^ARfilename then punch then ^AR to
> stop the capture), readtape <filename will display the readable punched
> header. Added as an example of the ^AR function.
>
> Yes... it should probably use CP/M RDR:/PUN:, but this was an easy change
> to PUNMSG.
>
> la36 itself is not changed in this updae.
> FredW

Just updated LA36 to 0.85

Mike Douglas PUNMSG (added SIO 0/1 output) added.
readtape.c to read the "PUNMSG" headers added.
File send/receive including ASR support.
Audio files to /usr/share/local/la36
la36.txt added with some more information

"-i file" now takes input from file or fifo. "-d device" still takes input/output
as a terminal with keyboard.

https://github.com/ratboy666/la36

FredW

As a fun aside - I received the nickname "ratboy" at SUN Microsystems in the late 90s.
I had nominated "Ben" as the worst pop-song ever. I added the 666 when "ratboy" conflicted with someone else. Just feeling... devilish. I like it.

Re: Update to la36

<a2c6aec9-7559-4b82-bf20-6a3428d55bdan@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=2614&group=comp.os.cpm#2614

  copy link   Newsgroups: comp.os.cpm
X-Received: by 2002:a0c:ba0c:: with SMTP id w12mr11324172qvf.41.1623530802633;
Sat, 12 Jun 2021 13:46:42 -0700 (PDT)
X-Received: by 2002:a4a:9fc1:: with SMTP id b1mr4342763oom.51.1623530802348;
Sat, 12 Jun 2021 13:46:42 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.cpm
Date: Sat, 12 Jun 2021 13:46:42 -0700 (PDT)
In-Reply-To: <c04dfe7c-e76e-41c1-b3d7-3de9d7c83966n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=81.82.53.10; posting-account=7UAaIQoAAACUm4-IP9G1k1Kzjsn_2m2B
NNTP-Posting-Host: 81.82.53.10
References: <4f050a22-4845-45c6-8f34-47e8ce04a336n@googlegroups.com> <c04dfe7c-e76e-41c1-b3d7-3de9d7c83966n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a2c6aec9-7559-4b82-bf20-6a3428d55bdan@googlegroups.com>
Subject: Re: Update to la36
From: hperaz...@gmail.com (Hector Peraza)
Injection-Date: Sat, 12 Jun 2021 20:46:42 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Hector Peraza - Sat, 12 Jun 2021 20:46 UTC

Tab handling is broken. The problem lies in the tab() routine, which updates the variable col and calls p() which changes col again. The fix is to remove the "col += i" statement, or better yet, replace the whole function body by a "do p(' '); while (col & 7);":

void tab(void) {
do p(' '); while (col & 7);
}

Hector.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor