[D-runtime] [D-Programming-Language/druntime] a5a1aa: Added dirent to D modules.
GitHub
noreply at github.com
Tue Aug 14 12:59:18 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: a5a1aa533c90f0b4df3fbbf6b3c541bbd19c33ae
https://github.com/D-Programming-Language/druntime/commit/a5a1aa533c90f0b4df3fbbf6b3c541bbd19c33ae
Author: Robert Klotzner <robert.klotzner at gmx.at>
Date: 2012-08-14 (Tue, 14 Aug 2012)
Changed paths:
M posix.mak
Log Message:
-----------
Added dirent to D modules.
Needed because of array in struct dirent causes compiler to emit an init method, which is missing when linking with object file is not included.
Commit: b86a5b776ee67358e6b0f468ae0f3d8a7df2f5c9
https://github.com/D-Programming-Language/druntime/commit/b86a5b776ee67358e6b0f468ae0f3d8a7df2f5c9
Author: Sean Kelly <sean at invisibleduck.org>
Date: 2012-08-14 (Tue, 14 Aug 2012)
Changed paths:
M posix.mak
Log Message:
-----------
Merge pull request #288 from eskimor/fix_missing_dirent_object
Added dirent to D modules.
Compare: https://github.com/D-Programming-Language/druntime/compare/79341d9b116b...b86a5b776ee6
More information about the D-runtime
mailing list