[phobos] [D-Programming-Language/phobos] ddffb3: Add `pure`/`nothrow`/`@nogc` attributes to `std.so...
GitHub via phobos
phobos at puremagic.com
Fri Aug 15 02:48:59 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: ddffb3d651c6312d2d1af270cbde5b18aa00af45
https://github.com/D-Programming-Language/phobos/commit/ddffb3d651c6312d2d1af270cbde5b18aa00af45
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M std/c/windows/stat.d
M std/c/windows/winsock.d
M std/socket.d
Log Message:
-----------
Add `pure`/`nothrow`/`@nogc` attributes to `std.socket`.
Also add `in` parameter storage class to `validHostent` function.
Also add attributes to `std.c.windows.winsock`.
Commit: d451c969e5234ed4ee0893c0106d831fac8feb8b
https://github.com/D-Programming-Language/phobos/commit/d451c969e5234ed4ee0893c0106d831fac8feb8b
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M std/socket.d
Log Message:
-----------
Make `getnameinfo`, `getaddrinfo`, and `freeaddrinfo` pointers `immutable`.
Commit: 312d64dd73bef85447e4979b7e4243bd9aa20af7
https://github.com/D-Programming-Language/phobos/commit/312d64dd73bef85447e4979b7e4243bd9aa20af7
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)
Changed paths:
M std/socket.d
Log Message:
-----------
Add `@safe`/`@trusted`/`@system` attributes to `std.socket`.
Commit: e69098065d289d5195ed527895caf6fce61e43a5
https://github.com/D-Programming-Language/phobos/commit/e69098065d289d5195ed527895caf6fce61e43a5
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)
Changed paths:
M std/socket.d
Log Message:
-----------
[Fix][DDoc] Add missing third `/` to DDoc comment.
Commit: 7c04398e5d4b2ff86f7a2996e86afc85a55bd0e4
https://github.com/D-Programming-Language/phobos/commit/7c04398e5d4b2ff86f7a2996e86afc85a55bd0e4
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)
Changed paths:
M std/socket.d
Log Message:
-----------
[Fix] Fix `SocketSet.count` return type.
Commit: 6ca87864ea47e48c850db87c0cde40c58e28012f
https://github.com/D-Programming-Language/phobos/commit/6ca87864ea47e48c850db87c0cde40c58e28012f
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)
Changed paths:
M std/c/windows/stat.d
M std/c/windows/winsock.d
M std/socket.d
Log Message:
-----------
Merge pull request #2316 from denis-sh/add-attributes-to-`std.socket`
Add attributes to `std.socket`
Compare: https://github.com/D-Programming-Language/phobos/compare/091f2eb4fcb2...6ca87864ea47
More information about the phobos
mailing list