[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 41bf62: Merge pull request #657 from LinqLover/docs/HowToB...

Eliot Miranda noreply at github.com
Tue Mar 21 21:27:21 UTC 2023


  Branch: refs/heads/virtend
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 41bf62f9aadce6b3c808e573938349609a639236
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/41bf62f9aadce6b3c808e573938349609a639236
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M building/win32x86/HowToBuild
    M building/win64x64/HowToBuild

  Log Message:
  -----------
  Merge pull request #657 from LinqLover/docs/HowToBuild/win-cygwin-path

Revise docs on HowToBuild on Windows: cygwin tools must be in PATH [ci skip]


  Commit: ce219e01621a9a31c293bd802bf77bfc8538bca3
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ce219e01621a9a31c293bd802bf77bfc8538bca3
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M platforms/iOS/plugins/ClipboardExtendedPlugin/sqMacExtendedClipboard.m
    M platforms/win32/plugins/ClipboardExtendedPlugin/sqWin32ExtendedClipboard.c

  Log Message:
  -----------
  ClipboardExtendedPlugin:

Make sure the ioAddClipboardData fails on macos if setData:forType: fails
and/or raises an exception.  Avoid crashing the VM if setData:forType:
raises an exception.

Fix a bug in the scanline width calculation for importing bitmaps on
Windows for depths below 8.


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/b73339e14e17...ce219e01621a


More information about the Vm-dev mailing list