[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 4122e5: Fix minor slip in register printing (crash.dmp)

GitHub noreply at github.com
Wed Aug 17 22:10:57 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 4122e5904c40b59d977cd8947859625d9b4c6fbe
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/4122e5904c40b59d977cd8947859625d9b4c6fbe
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  Fix minor slip in register printing (crash.dmp)


  Commit: c48471433388082da052a607e539583aedf65717
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/c48471433388082da052a607e539583aedf65717
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M build.win64x64/makeall
    M build.win64x64/makeallinstall
    M build.win64x64/makeproduct
    M build.win64x64/makeproductinstall

  Log Message:
  -----------
  Add the -e flags to build.win64x64 bash files


  Commit: 9efdcb734d06caba1a2de31f98869eb7887e14b3
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9efdcb734d06caba1a2de31f98869eb7887e14b3
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M platforms/Cross/plugins/IA32ABI/arm32ia32abicc.c
    M platforms/Cross/plugins/IA32ABI/x64ia32abicc.c

  Log Message:
  -----------
  Authorize usage of Squeak types in vmCallback

For example, vmCallback might rely on sqIntptr_t for LLP64 compatibility.
The order of include files must be revised in order to do so
This change has been applied to ia32abicc.c cf. https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/336c3d5ba394eb2812db7cee5320ce8c03f6112c (336c3d5)
It must also be applied to other supported ABI (arm32, x64)
Note sure what is needed for ppc32abicc...


  Commit: cd8ac277e8a98a35348f7575ef2c4c778c59632c
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/cd8ac277e8a98a35348f7575ef2c4c778c59632c
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Cosmetic: remove some compiler warning


  Commit: 4c5dc3d051e976fea8c388e093d0561a6a832305
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/4c5dc3d051e976fea8c388e093d0561a6a832305
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c

  Log Message:
  -----------
  cosmetic: remove a few warnings


  Commit: 332e52a3cbdffad551532989e8afa1eaf5669560
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/332e52a3cbdffad551532989e8afa1eaf5669560
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M platforms/win32/plugins/FilePlugin/sqWin32File.h

  Log Message:
  -----------
  remove duplicated alloca definition


  Commit: ca215bc1fcd5c42fb76e0eee67cbaac199fe20e2
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ca215bc1fcd5c42fb76e0eee67cbaac199fe20e2
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  correct return type of findEmbeddedImage


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/2491466dc8ba...ca215bc1fcd5


More information about the Vm-dev mailing list