[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 02a0a9: FileAttributesPlugin as per FileAttributesPlugin.o...

GitHub noreply at github.com
Thu Jan 11 07:41:44 UTC 2018


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 02a0a9417768f2906d2dd4f33473e572642b9e1b
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/02a0a9417768f2906d2dd4f33473e572642b9e1b
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2018-01-10 (Wed, 10 Jan 2018)

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

  Log Message:
  -----------
  FileAttributesPlugin as per FileAttributesPlugin.oscog-AlistairGrant.26

Version 1.2.4:

- Adjust for #cppIf:ifTrue:[ifFalse:] and inlining behaviour
-- Smalltalk #ifTrue:#ifFalse: messages appear to be translated to C ternary operator instead of a if[else] statement.
- Remove call to sqFileInit() (accidentally copied across from FilePlugin).
- Fix stat() time zone adjustments on WIN32




More information about the Vm-dev mailing list