[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] a4d9d2: Nuke WIN CE support in minheadless variant

Nicolas Cellier noreply at github.com
Tue Jan 12 00:04:33 UTC 2021


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: a4d9d2d2088b8ac1ad41cc684bcdabf318b7f3ab
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a4d9d2d2088b8ac1ad41cc684bcdabf318b7f3ab
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M platforms/minheadless/windows/sqWin32Directory.c
    M platforms/minheadless/windows/sqWin32Heartbeat.c
    M platforms/minheadless/windows/sqWin32Time.c

  Log Message:
  -----------
  Nuke WIN CE support in minheadless variant


  Commit: 8e0a93ec932cf7cf339ea145bf562165639f1f3e
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/8e0a93ec932cf7cf339ea145bf562165639f1f3e
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M platforms/minheadless/windows/sqPlatformSpecific-Win32.h

  Log Message:
  -----------
  Avoid PATH_MAX redefinition in Win32 minheadless


  Commit: eb4aa2e695c328c4650c86340eed506ccedda877
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/eb4aa2e695c328c4650c86340eed506ccedda877
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M platforms/minheadless/common/sqPlatformSpecificCommon.h

  Log Message:
  -----------
  Don't let error be too generic, give an arg to the macro


  Commit: af72d3a03e5e6b51bf9f527a876a793ac1bcb437
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/af72d3a03e5e6b51bf9f527a876a793ac1bcb437
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M platforms/win32/vm/sqPlatformSpecific.h

  Log Message:
  -----------
  Replace obscure <corecrt.h> with  standard <stddef.h> in win32 for size_t

See https://en.cppreference.com/w/c/types/size_t
Hence, this may later become a generic solution rather than a platform specific one...


  Commit: 78af62071b8c65706c495db858cc217eed2c576c
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/78af62071b8c65706c495db858cc217eed2c576c
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M platforms/minheadless/common/sqPlatformSpecificCommon.h

  Log Message:
  -----------
  Revert "Don't let error be too generic, give an arg to the macro"

This reverts commit eb4aa2e695c328c4650c86340eed506ccedda877.


  Commit: c73cbe922f71211d6a0468bc96b0fcee2c5baf7d
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/c73cbe922f71211d6a0468bc96b0fcee2c5baf7d
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M platforms/minheadless/common/sqWindow-Dispatch.c
    M platforms/minheadless/common/sqWindow-Null.c
    M platforms/minheadless/common/sqWindow.h

  Log Message:
  -----------
  Provide a NULL dropRequestURI to minheadless


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/bbdb3d41a7b3...c73cbe922f71


More information about the Vm-dev mailing list