Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: a717c667aac0c019bbf2cc076c8b2933cea16a7c
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a717c667aac0c019bbf2cc076c8b2933cea16a7c Author: Eliot Miranda <
[hidden email]>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M build.macos32x86/common/Makefile.plugin
M build.macos32x86/common/Makefile.vm
M build.macos64ARMv8/common/Makefile.plugin
M build.macos64ARMv8/common/Makefile.vm
M build.macos64x64/common/Makefile.plugin
M build.macos64x64/common/Makefile.vm
M platforms/iOS/plugins/SqueakSSL/sqMacSSL.c
M platforms/iOS/vm/OSX/sqSqueakOSXApplication.m
M platforms/unix/vm/aio.c
M platforms/unix/vm/sqUnixMain.c
M platforms/unix/vm/sqaio.h
Log Message:
-----------
Enable AIO_DEBUG by default on the Mac debug VMs. Add a -aiolog switch to mac
& unix VMs when AIO_DEBUG is defined. If -DAIO_DEBUG=1 turn on logging by
default (otherwise use the -aiolog switch). Fix a glitch in SSL debug printing
which will crash the VM if SSL is not yet intialized (e.g. state left over from
a snapshot). [ci skip]