[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] ff403b: Provide a PATH_MAX for MSVC

GitHub noreply at github.com
Sat Jul 23 00:16:48 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: ff403bc03e2f6974e1ee555126e549b1b5e68f59
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/ff403bc03e2f6974e1ee555126e549b1b5e68f59
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c

  Log Message:
  -----------
  Provide a PATH_MAX for MSVC


  Commit: bb9c84043db52938241c3f81642069d54d77f6aa
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/bb9c84043db52938241c3f81642069d54d77f6aa
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

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

  Log Message:
  -----------
  Correct 64bits register dump for MSVC


  Commit: 15777fe36858c363aab22fcb536c7d40a6ac00a9
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/15777fe36858c363aab22fcb536c7d40a6ac00a9
  Author: nicolas-cellier-aka-nice <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-07-23 (Sat, 23 Jul 2016)

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

  Log Message:
  -----------
  Fix code to get frame pointer on MSVC x64

I did an incorrect copy/paste of code for getting TIB...
Fortunately, there is an intrinsic for the frame pointer


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/b97f9b8f2d67...15777fe36858


More information about the Vm-dev mailing list