[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 88c4c5: Compute fIsConsole correctly on Win32/64. Alter a...

GitHub noreply at github.com
Fri Jul 14 00:02:35 UTC 2017


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 88c4c56245f3308e711b38467bb7636864886d16
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/88c4c56245f3308e711b38467bb7636864886d16
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
    M platforms/win32/vm/sqWin32.h
    M platforms/win32/vm/sqWin32Backtrace.c
    M platforms/win32/vm/sqWin32Main.c
    M platforms/win32/vm/sqWin32Utils.c
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Compute fIsConsole correctly on Win32/64.  Alter abortMessage and warnMessage
to print to stdout if fIsConsole.  Now phrao.exe --help outputs to console if
run in a console.  This may indeed mean that the fooConsole.exe VMs are not
needed.  I hope that people using teh VM in console mode on Wndows will test.
If the standard (not linked with -mconsole) VM works properly we can nuke the
fooConsole.exe VMs and simplify the makefiles.




More information about the Vm-dev mailing list