Anthony C Howe
Anthony C Howe
On 2020-12-27 16:29, kt97679 wrote: > Hi folks, > > I was curious how many low level words do you need to build forth. So I took > sod32 by...
So far 0.76.0.11p appears to resolve the double/triple click issue with tmux sessions. Actually 0.76.0.10 seemed to fix it unknowingly. So far so good.
Given that when I posted the issue I needed an answer, 12+ months later get some reply. Business moved on, canned / boxed project. So ya. Close it. Code not...
Frack no. Sick of any talk about ChatGPT or related guff. We create. We imagine.
Welcome. If you are looking for some more reading material ... * [Starting Forth](https://www.forth.com/starting-forth/) * [Thinking Forth](https://thinking-forth.sourceforge.net/) * [Threaded Interpretive Languages](https://archive.org/details/R.G.LoeligerThreadedInterpretiveLanguagesTheirDesignAndImplementationByteBooks1981) All are available as PDFs. There are some others...
In `get_executable_path_raw()` both `buffer1` and `buffer2` are local variables, so impossible to free via `path`. See patch. ``` diff --git a/dependencies/miniz/miniz.c b/dependencies/miniz/miniz.c index e6501010..a60ca1af 100644 --- a/dependencies/miniz/miniz.c +++ b/dependencies/miniz/miniz.c @@...
After pulling and rebuilding on NetBSD, part 1 of the OP... ``` diff --git a/dependencies/miniz/miniz.c b/dependencies/miniz/miniz.c index e6501010..a60ca1af 100644 --- a/dependencies/miniz/miniz.c +++ b/dependencies/miniz/miniz.c @@ -3165,7 +3165,7 @@ static int mz_stat64(const...
The suggested test example: ``` ./c3c compile-run ../resources/testfragments/helloworld.c3 ``` Continues to generate errors.
> What's necessary is to create a netbsd.c3 file next to these: https://github.com/c3lang/c3c/blob/master/lib/std/libc/os/freebsd.c3 https://github.com/c3lang/c3c/blob/master/lib/std/libc/os/openbsd.c3 > > With the correct sizes. It ought to compile then. Are you able to check...
I started on it, but was distracted before I could verify I had it correct. I'll build/test over the weekend and answer.