maiko icon indicating copy to clipboard operation
maiko copied to clipboard

Medley Interlisp virtual machine

Results 11 maiko issues
Sort by recently updated
recently updated
newest added

posix_memalign() does not guarantee initializing the allocated memory to zero, which Lisp expects, so the code must memset() the entire allocated region to zero. The effect of this is (generally)...

This is just a Merge Request to discuss, it is not ready to be merged in any way. UPDATE: read along, all of the following is not true any longer...

Just posting looking for ssome help. When I stepped through the code in values / simulate_unbind, there were some cases where "value" was a negative int instead of a LispPTR*....

This is the first cut at removing support for MS-DOS as I don't think we're ever going to build there again - remove (with "unifdef") all code depending on symbol...

We detect machinetype and build for the native CPU type as it is, so we don't need to repeat this here in each makefile.

Previously, this was implemented in very inconsistent ways and not yet implemented for most of the platforms that we're supporting today. The values for DOS are maintained as they were.

Some progress on Interlisp/medley#6: no full-color display yet, but this activates previously unused `fg` and `bg` options so that the kids can have their dark mode, or sci-fi hacker mode,...

Many APIs have changed between SDL2 and SDL3. This update adds preprocessor conditionals to adapt the Maiko SDL code to allow selection of the SDL major version (2 or 3)...

A port to [Haiku](www.haiku-os.org) on x86_64 with the SDL backend.

Adds support for netbsd