Skip to content

Releases: Interlisp/maiko

maiko-230607-d1f4653b

08 Jun 05:19
d1f4653
Compare
Choose a tag to compare
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

04 Oct 20:41
f5b17b0
Compare
Choose a tag to compare
Merge pull request #443 from Interlisp/cast-align

Replace Addr68k and stack offset related macros with NativeAligned inline functions

maiko-220603-b5f51d58

14 Jun 23:38
Compare
Choose a tag to compare

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

13 Feb 00:55
20046b2
Compare
Choose a tag to compare

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

12 Feb 06:41
8ea2c76
Compare
Choose a tag to compare

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

10 Jan 01:06
Compare
Choose a tag to compare

See release notes in medley repo

What's Changed

  • Clean up issues in Unix_handlecomm preventing clean process exit by @nbriggs in #413

Full Changelog: maiko-211222...maiko-220109

maiko-211222

23 Dec 05:25
Compare
Choose a tag to compare

See release notes in medley repo

maiko-211203

04 Dec 04:38
65bbcb7
Compare
Choose a tag to compare

Made this release bc Medley build failed with error 400(!) when downloading maiko (twice)

No significant changes

maiko-211107

07 Nov 16:46
987cf4c
Compare
Choose a tag to compare

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

11 Oct 03:52
75c668f
Compare
Choose a tag to compare

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