[phobos] [D-Programming-Language/phobos] 3400be: index.d: proper table rows
GitHub via phobos
phobos at puremagic.com
Thu Sep 3 08:22:58 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 3400bed6f68c2377ef4a79dfd3f930c40f01b6fd
https://github.com/D-Programming-Language/phobos/commit/3400bed6f68c2377ef4a79dfd3f930c40f01b6fd
Author: anonymous <aG0aep6G at users.noreply.github.com>
Date: 2015-08-31 (Mon, 31 Aug 2015)
Changed paths:
M index.d
Log Message:
-----------
index.d: proper table rows
Before, table rows were faked with $(BR). This has a couple issues:
* pseudo rows fall apart when one cell breaks but the other doesn't;
* copy/paste doesn't work properly;
* editing the table is more complicated and error-prone;
* it's just plain wrong.
Commit: dfd9e4cd3ab65c626d7c2c1b1939232b71ec4565
https://github.com/D-Programming-Language/phobos/commit/dfd9e4cd3ab65c626d7c2c1b1939232b71ec4565
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2015-09-03 (Thu, 03 Sep 2015)
Changed paths:
M index.d
Log Message:
-----------
fix issue 14695: std.uuid missing from index page.
Commit: 46f6f0bdb5b9ca0d5d132085c5ab1ce38bf8e4ee
https://github.com/D-Programming-Language/phobos/commit/46f6f0bdb5b9ca0d5d132085c5ab1ce38bf8e4ee
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2015-09-03 (Thu, 03 Sep 2015)
Changed paths:
M index.d
Log Message:
-----------
Merge pull request #3611 from aG0aep6G/index-table
index.d: proper table rows
Compare: https://github.com/D-Programming-Language/phobos/compare/1272c1a494db...46f6f0bdb5b9
More information about the phobos
mailing list