Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: 68a156fbe33a0792cd18ceffddb63baf01933c4a
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/68a156fbe33a0792cd18ceffddb63baf01933c4a Author: Eliot Miranda <
[hidden email]>
Date: 2020-10-18 (Sun, 18 Oct 2020)
Changed paths:
M platforms/Cross/vm/sq.h
A platforms/Cross/vm/sqImageFileAccessViaStdio.h
A platforms/iOS/vm/OSX/sqImageFileAccess.h
M platforms/iOS/vm/OSX/sqPlatformSpecific.h
A platforms/unix/vm/sqImageFileAccess.h
A platforms/win32/vm/sqImageFileAccess.h
M platforms/win32/vm/sqPlatformSpecific.h
Log Message:
-----------
Image read/write. Refactor the implementation, eliminating the default macros
in sq.h, and taking definitions out to various sqImageFileAccess.h files,
leaving sqImageFileAccessViaStdio.h as a fall back. On unix/macos, implement
the API above the open/read/write/lseek/close system calls.