[OpenSmalltalk/opensmalltalk-vm] 768987: added a flag pointer parameter to sqFileOpenNew() ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 768987: added a flag pointer parameter to sqFileOpenNew() ...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 768987b363c724184752a939b306b7195a0b36aa
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/768987b363c724184752a939b306b7195a0b36aa
  Author: monty <[hidden email]>
  Date:   2017-06-05 (Mon, 05 Jun 2017)

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

  Log Message:
  -----------
  added a flag pointer parameter to sqFileOpenNew() for failure being caused by the file already existing


  Commit: 1a3827782176bed9cffe511277116360b22844da
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1a3827782176bed9cffe511277116360b22844da
  Author: Nicolas Cellier <[hidden email]>
  Date:   2017-06-05 (Mon, 05 Jun 2017)

  Changed paths:
    M src/plugins/FilePlugin/FilePlugin.c

  Log Message:
  -----------
  Fail primitiveFileOpenNew with PrimErrInappropriate if file already exists

Fixed on behalf of monty.


  Commit: 66133d2224585cff9a1342b1e36962a9adf12ab8
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/66133d2224585cff9a1342b1e36962a9adf12ab8
  Author: Nicolas Cellier <[hidden email]>
  Date:   2017-06-05 (Mon, 05 Jun 2017)

  Changed paths:
    M platforms/unix/plugins/FilePlugin/sqUnixFile.c

  Log Message:
  -----------
  cosmetic: fix weird alignment


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/a6771d753121...66133d222458