[OpenSmalltalk/opensmalltalk-vm] d89b4a: Win32 file access: Make WIN32_FILE_SUPPORT the imp...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] d89b4a: Win32 file access: Make WIN32_FILE_SUPPORT the imp...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: d89b4a6d8c8c26dc712d5ec325417bd78d2458e2
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d89b4a6d8c8c26dc712d5ec325417bd78d2458e2
  Author: Eliot Miranda <[hidden email]>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M build.win32x86/common/Makefile.msvc.flags
    M build.win32x86/common/Makefile.msvc.tools
    M build.win32x86/common/Makefile.plugin
    M build.win32x86/common/Makefile.tools
    M build.win64x64/common/Makefile.msvc.tools
    M build.win64x64/common/Makefile.plugin
    M build.win64x64/common/Makefile.tools
    M platforms/minheadless/windows/sqPlatformSpecific-Win32.h
    M platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c
    M platforms/win32/vm/sqImageFileAccess.h
    M platforms/win32/vm/sqPlatformSpecific.h
    M platforms/win32/vm/sqWin32.h
    A scripts/bothmodified
    A scripts/cpmodified
    M scripts/gitrevert
    M scripts/modified
    A scripts/new
    M scripts/untracked

  Log Message:
  -----------
  Win32 file access: Make WIN32_FILE_SUPPORT the implicit default.  Move the
define of NO_STD_FILE_SUPPORT into platforms/win32/vm/sqPlatformSpecific.h.
Define PATH_MAX so the file plugin can compile.

Fix a few scripts so that e.g. scripts/modified works after modified files are
staged.  Add some of the scripts I've had laying sbout for a while.