Thread overview
[D-runtime] [D-Programming-Language/druntime] 59c65b: Isolated fixing of stat.d.
Jul 26, 2012
GitHub
Jul 26, 2012
Jonathan M Davis
Jul 26, 2012
Martin Nowak
July 25, 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@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@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@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@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@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@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@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


July 25, 2012
On Wednesday, July 25, 2012 20:45:55 GitHub wrote:
> - fix Issue 5206

We're in the middle of a beta. You're not supposed to be merging any code in unless it fixes a regression, and this bug is not a regression. Please stop merging stuff in until after the release.

- Jonathan M Davis
_______________________________________________
D-runtime mailing list
D-runtime@puremagic.com
http://lists.puremagic.com/mailman/listinfo/d-runtime

July 26, 2012
On Thu, 26 Jul 2012 05:50:26 +0200, Jonathan M Davis <jmdavisProg@gmx.com> wrote:

> On Wednesday, July 25, 2012 20:45:55 GitHub wrote:
>> - fix Issue 5206
>
> We're in the middle of a beta. You're not supposed to be merging any code in
> unless it fixes a regression, and this bug is not a regression. Please stop
> merging stuff in until after the release.
>
Sorry, I didn't read the announcement in time.
_______________________________________________
D-runtime mailing list
D-runtime@puremagic.com
http://lists.puremagic.com/mailman/listinfo/d-runtime