Releases: Interlisp/maiko
Releases · Interlisp/maiko
maiko-230607-d1f4653b
Merge pull request #470 from Interlisp/fgh_darwin_cross-compile_redux Workflow updates for Darwin: add SDL to release builds; enable cross-compile in makefiles; add cross-compile & universal executables to release builds ...
maiko-220929-f5b17b0e
Merge pull request #443 from Interlisp/cast-align Replace Addr68k and stack offset related macros with NativeAligned inline functions
maiko-220603-b5f51d58
What's Changed
- Cosmetic fix: Use DOCKER_NAMESPACE instead of DOCKER_OWNER in workflows by @fghalasz in #419
- Implement DELFILE for (empty) directories on the {unix} device by @nbriggs in #409
- Correct usage of stat.st_mode result for testing S_IFREG and S_IFDIR by @nbriggs in #421
- Create missing directories when opening directory/file on {UNIX} device for output by @nbriggs in #422
- If SHELL is not set, fall back to /bin/sh so CHAT("SHELL") should work. by @nbriggs in #424
Full Changelog: maiko-220212-20046b26...maiko-220603-b5f51d58
maiko-220212-20046b26
What's Changed
- Fix for maiko buildReleaseInclDocker workflow failures. Dockerfile out of sync. by @fghalasz in #416
- Fgh008: Taking source builds out of buildReleaseInclDocker workflow by @fghalasz in #418
Full Changelog: maiko-220117-5eba2c3a...maiko-220212-20046b26
maiko-220117-5eba2c3a
What's Changed
- Remove support for GET-NATIVE-ADDR-FROM-LISP-PTR and GET-LISP-PTR-FROM-NATIVE-ADDR by @nbriggs in #414
- Fgh004: Adding new workflow that builds maiko releases and docker images by @fghalasz in #415
New Contributors
Full Changelog: maiko-220109...maiko-220117-5eba2c3a
maiko-220109
maiko-211222
See release notes in medley repo
maiko-211203
Made this release bc Medley build failed with error 400(!) when downloading maiko (twice)
No significant changes
maiko-211107
See release notes in medley repo
What's Changed
- Rework make_atom() to allow removal of parse_number() by @nbriggs in #404
- Drop setuid privilege correctly. by @nbriggs in #401
- Correct integer type warnings by @nbriggs in #405
- Fix "warning: incompatible pointer types" in EVAL implementation by @nbriggs in #406
- Correct error for missing byteswap macros in tosfns.h EVAL implementation by @nbriggs in #407
Full Changelog: maiko-211010...maiko-211107
maiko-211010
See release notes in medley repo
What's Changed
- Use SHELL rather than /bin/csh when forking shells. by @nbriggs in #400
- The pointers Atomspace, Spospspace, Snegspace, Arrayspace can be removed by @nbriggs in #402
Full Changelog: maiko-211003...maiko-211010