[D-runtime] [D-Programming-Language/druntime] 59c65b: Isolated fixing of stat.d.

GitHub noreply at github.com
Wed Jul 25 20:45:55 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 59c65b840d10d47d70405a7c2af9ad9d604368f3
      https://github.com/D-Programming-Language/druntime/commit/59c65b840d10d47d70405a7c2af9ad9d604368f3
  Author: Robert Klotzner <robert.klotzner at gmx.at>
  Date:   2012-07-24 (Tue, 24 Jul 2012)

  Changed paths:
    M src/core/sys/posix/config.d
    M src/core/sys/posix/sys/stat.d

  Log Message:
  -----------
  Isolated fixing of stat.d.

Avoided unrelated whitspace changes.
Removed unit tests, as they are being replaced by a more general suite,
according to Martin Nowak.

Work in progress. Not yet tested.


  Commit: e4384b5198d88139e53789fd6b6e6106a9036154
      https://github.com/D-Programming-Language/druntime/commit/e4384b5198d88139e53789fd6b6e6106a9036154
  Author: Robert Klotzner <robert.klotzner at gmx.at>
  Date:   2012-07-24 (Tue, 24 Jul 2012)

  Changed paths:
    M src/core/sys/posix/config.d

  Log Message:
  -----------
  Using D_LP64 for __WORDSIZE.

Added version(posix) section in config, currently not used.
Fixed whitespace in config.


  Commit: e62b8d8aff0d6175fa1357e2218ee614c8b2e22a
      https://github.com/D-Programming-Language/druntime/commit/e62b8d8aff0d6175fa1357e2218ee614c8b2e22a
  Author: Robert Klotzner <robert.klotzner at gmx.at>
  Date:   2012-07-24 (Tue, 24 Jul 2012)

  Changed paths:
    M src/core/sys/posix/sys/stat.d

  Log Message:
  -----------
  Removed _pad_t indirection.

As suggested by Martin Nowak.


  Commit: 2c63bfc5a73474d8d32ca6d8c5b6a6e76433896b
      https://github.com/D-Programming-Language/druntime/commit/2c63bfc5a73474d8d32ca6d8c5b6a6e76433896b
  Author: Martin Nowak <dawg at dawgfoto.de>
  Date:   2012-07-25 (Wed, 25 Jul 2012)

  Changed paths:
    M src/core/sys/posix/config.d

  Log Message:
  -----------
  set config to _XOPEN_SOURCE=600

- was based on _GNU_SOURCE
- add deduced platform specific defines
- fixed typo 'version( posix )'


  Commit: 03d92fe33c5bfb6ad98fca79915daa105248de20
      https://github.com/D-Programming-Language/druntime/commit/03d92fe33c5bfb6ad98fca79915daa105248de20
  Author: Martin Nowak <dawg at dawgfoto.de>
  Date:   2012-07-25 (Wed, 25 Jul 2012)

  Changed paths:
    M src/core/sys/posix/sys/stat.d

  Log Message:
  -----------
  minor stat fix

- use ref property
- add __USE_XOPEN2K8 condition


  Commit: bbdca3b594a9703654dbfc08f09d810ac523ab8a
      https://github.com/D-Programming-Language/druntime/commit/bbdca3b594a9703654dbfc08f09d810ac523ab8a
  Author: Martin Nowak <dawg at dawgfoto.de>
  Date:   2012-07-25 (Wed, 25 Jul 2012)

  Changed paths:
    M src/core/sys/posix/sys/stat.d

  Log Message:
  -----------
  code style


  Commit: ccaa0ef2cc6a42f6d03d8072de3721fdf0252fd6
      https://github.com/D-Programming-Language/druntime/commit/ccaa0ef2cc6a42f6d03d8072de3721fdf0252fd6
  Author: Martin Nowak <dawg at dawgfoto.de>
  Date:   2012-07-25 (Wed, 25 Jul 2012)

  Changed paths:
    M changelog.dd
    M src/core/sys/posix/config.d
    M src/core/sys/posix/sys/stat.d

  Log Message:
  -----------
  Merge branch 'mergeStat'

- fix Issue 5206


Compare: https://github.com/D-Programming-Language/druntime/compare/0f0239289590...ccaa0ef2cc6a


More information about the D-runtime mailing list