[D-runtime] [D-Programming-Language/druntime] 18ae8b: FreeBSD9 got a new semaphore implementation
    GitHub 
    noreply at github.com
       
    Sun Sep  2 08:43:58 PDT 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 18ae8bfd6d3fdd77102a1f9636fafe38a788e078
      https://github.com/D-Programming-Language/druntime/commit/18ae8bfd6d3fdd77102a1f9636fafe38a788e078
  Author: Martin Nowak <dawg at dawgfoto.de>
  Date:   2012-08-07 (Tue, 07 Aug 2012)
  Changed paths:
    M src/core/sys/posix/semaphore.d
  Log Message:
  -----------
  FreeBSD9 got a new semaphore implementation
- the new sem_t struct is backwards compatible
  because it's size is bigger, though the fields
  won't match
  Commit: 9bd2e23b7ffa698f9d0a6efd03fecbe942c34fe7
      https://github.com/D-Programming-Language/druntime/commit/9bd2e23b7ffa698f9d0a6efd03fecbe942c34fe7
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-09-02 (Sun, 02 Sep 2012)
  Changed paths:
    M src/core/sys/posix/semaphore.d
  Log Message:
  -----------
  Merge pull request #281 from dawgfoto/FBSD9-semaphore
FreeBSD9 got a new semaphore implementation
Compare: https://github.com/D-Programming-Language/druntime/compare/0f452c4c2d1a...9bd2e23b7ffa
    
    
More information about the D-runtime
mailing list