[phobos] [D-Programming-Language/phobos] ab5cdb: reorganize members
GitHub
noreply at github.com
Mon Dec 9 03:18:57 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: ab5cdb26f85acac2e65787aff11bc11d4bd32674
https://github.com/D-Programming-Language/phobos/commit/ab5cdb26f85acac2e65787aff11bc11d4bd32674
Author: Martin Nowak <code at dawg.eu>
Date: 2013-12-05 (Thu, 05 Dec 2013)
Changed paths:
M std/zip.d
Log Message:
-----------
reorganize members
- avoid padding holes (class size 144 byte -> 132 byte)
- move less important attribute members to the bottom
Commit: a700a2a57282f9185e3d70293f8725a63df3e7be
https://github.com/D-Programming-Language/phobos/commit/a700a2a57282f9185e3d70293f8725a63df3e7be
Author: Martin Nowak <code at dawg.eu>
Date: 2013-12-05 (Thu, 05 Dec 2013)
Changed paths:
M std/zip.d
Log Message:
-----------
remove trailing whitespace
Commit: 463e5d803bf01637487494c93d00e23e8cffbc64
https://github.com/D-Programming-Language/phobos/commit/463e5d803bf01637487494c93d00e23e8cffbc64
Author: Martin Nowak <code at dawg.eu>
Date: 2013-12-05 (Thu, 05 Dec 2013)
Changed paths:
M std/zip.d
Log Message:
-----------
fix Issue 11692 - can't set file attributes for std.zip.ArchiveMember
- Document fileAttributes and set the internal _madeVersion
according to the encode attribute type.
- deprecate direct access to the externalAttributes field
Commit: aae7c341d2ccfb60b2bdb93abc421e3558a70626
https://github.com/D-Programming-Language/phobos/commit/aae7c341d2ccfb60b2bdb93abc421e3558a70626
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-12-09 (Mon, 09 Dec 2013)
Changed paths:
M std/zip.d
Log Message:
-----------
Merge pull request #1751 from dawgfoto/std_zip
[install,regression] fix Issue 11692 - can't set file attributes for std.zip.ArchiveMember
Compare: https://github.com/D-Programming-Language/phobos/compare/b0182b75d576...aae7c341d2cc
More information about the phobos
mailing list