Skip to content

Releases: Interlisp/maiko

maiko-240513-4becc6ad

15 May 17:40
4becc6a
Compare
Choose a tag to compare
Not all systems define MAP_FAILED for the return value from failing m…

…map() (#502)

maiko-240510-fd16058c

10 May 21:34
fd16058
Compare
Choose a tag to compare
Merge pull request #504 from Interlisp/fgh_fix-cygwin-github-build

Fix Cygwin github builds:  Issue#1705

maiko-240506-6c6b01f9

06 May 23:43
6c6b01f
Compare
Choose a tag to compare
Merge pull request #499 from Interlisp/fgh_buildRelease_MacOS_fix

In buildRelease workflow, MacOS job - fix issue with uninstall of casks that have not actually been installed

maiko-240424-c3916416

06 May 20:57
Compare
Choose a tag to compare
Eliminate warnings for ignored fprintf() result when printing message…

…s to stderr

maiko-240211-ce20acca

12 Feb 00:02
ce20acc
Compare
Choose a tag to compare
Merge pull request #489 from Interlisp/fgh_em-build-01

Add Emscripten build to buildRelease workflow

maiko-231112-42477318

13 Nov 16:44
Compare
Choose a tag to compare
Assignments embedded in if-condition are not a good idea.

maiko-230809-7fce08f9

03 Sep 23:35
7fce08f
Compare
Choose a tag to compare
More Lisp variables to avoid in INIT mode - turn off X11 input handli…

…ng (#482)

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