[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] e565f9: Change all uses of fseek/ftell into uses either of...

Eliot Miranda noreply at github.com
Tue Oct 27 18:04:45 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: e565f947da5151d9dc5898f8064f4296d895b1fa
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e565f947da5151d9dc5898f8064f4296d895b1fa
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c
    M platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3io.c
    M platforms/Cross/vm/sqVirtualMachine.c
    M platforms/Mac OS/vm/config.h
    M platforms/Mac OS/vm/sqPlatformSpecific.h
    M platforms/RiscOS/vm/sqArgument.c
    M platforms/iOS/vm/OSX/config.h
    M platforms/iOS/vm/iPhone/config.h
    M platforms/iOS/vm/iPhone/sqPlatformSpecific.h
    M platforms/minheadless/config.h.in
    M platforms/minheadless/unix/sqPlatformSpecific-Unix.h
    M platforms/minheadless/windows/sqWin32Backtrace.c
    R platforms/unix/vm/glibc.h
    M platforms/unix/vm/sqPlatformSpecific.h
    R platforms/unix/vm/sunos.h
    M platforms/win32/plugins/FT2Plugin/freetype/config/ftstdlib.h
    M platforms/win32/vm/sqPlatformSpecific.h
    M platforms/win32/vm/sqWin32Backtrace.c
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  Change all uses of fseek/ftell into uses either of fseeko/ftello, or, if it is
known that the code is being compiled for mingw/MSVC, to _fseeki64/_ftelli64.
Nuke the useless and inappropriate platforms/unix/vm/{glibc.h,sunos.h}




More information about the Vm-dev mailing list