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

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

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

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 02a0a9417768f2906d2dd4f33473e572642b9e1b
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/02a0a9417768f2906d2dd4f33473e572642b9e1b
  Author: Eliot Miranda <[hidden email]>
  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


Reply | Threaded
Open this post in threaded view
|

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

alistairgrant
 
Thanks, Eliot!

On 11 January 2018 at 08:41, GitHub <[hidden email]> wrote:

>
>   Branch: refs/heads/Cog
>   Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
>   Commit: 02a0a9417768f2906d2dd4f33473e572642b9e1b
>       https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/02a0a9417768f2906d2dd4f33473e572642b9e1b
>   Author: Eliot Miranda <[hidden email]>
>   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
>
>
>