Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: e36f650636dc3e8d6986689a072e74ccbc78b39a
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e36f650636dc3e8d6986689a072e74ccbc78b39a Author: Eliot Miranda <
[hidden email]>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M build.win32x86/common/SETPATH.BAT
M build.win64x64/common/SETPATH.BAT
M platforms/Cross/plugins/IA32ABI/arm32abicc.c
M platforms/Cross/plugins/IA32ABI/arm64abicc.c
M platforms/Cross/plugins/IA32ABI/ia32abi.h
M platforms/Cross/plugins/IA32ABI/ia32abicc.c
M platforms/Cross/plugins/IA32ABI/ppc32abicc.c
M platforms/Cross/plugins/IA32ABI/x64sysvabicc.c
M platforms/Cross/plugins/IA32ABI/x64win64abicc.c
M platforms/Cross/vm/sqVirtualMachine.c
M platforms/Cross/vm/sqVirtualMachine.h
M platforms/win32/vm/sqWin32Alloc.c
M platforms/win32/vm/sqWin32Backtrace.c
M platforms/win32/vm/sqWin32DirectInput.c
M platforms/win32/vm/sqWin32Directory.c
M platforms/win32/vm/sqWin32DnsInfo.c
M platforms/win32/vm/sqWin32ExternalPrims.c
M platforms/win32/vm/sqWin32GUID.c
M platforms/win32/vm/sqWin32Heartbeat.c
M platforms/win32/vm/sqWin32Main.c
M platforms/win32/vm/sqWin32PluginSupport.c
M platforms/win32/vm/sqWin32Prefs.c
M platforms/win32/vm/sqWin32Service.c
M platforms/win32/vm/sqWin32SpurAlloc.c
M platforms/win32/vm/sqWin32Threads.c
M platforms/win32/vm/sqWin32Time.c
M platforms/win32/vm/sqWin32Utils.c
M platforms/win32/vm/sqWin32VMProfile.c
M platforms/win32/vm/sqWin32Window.c
M src/plugins/B2DPlugin/B2DPlugin.c
Log Message:
-----------
CogVM source as per VMMaker.oscog-eem.2748
Plugins: Add error to the VM proxy API, deleting obsoleteDontUseThisFetchWord:
ofObject:. obsoleteDontUseThisFetchWord:ofObject: has never been used by a
Cog/Stack VM plugin, and no plugin has sent erro up until now, so this is a
safe repurpose of an unused slot.
Have BalloonEngineBase>>errorWrongIndex use the VM proxy API's error.
Fix the path to cygwin in SETPATH.BAT to contain a drive letter; needed if
making e.g. on a network drive.
Fix the type of allocateExecutablePage's argument to agree with
primAllocateExecutablePage's byteSize var.
Placate Clang-cl somewhat by changing files in platforms/win32/vm to include
Windows.h rather than windows.h.