[phobos] [D-Programming-Language/phobos] eba2b9: Fixed the constructors for std.socket's exceptions...
GitHub
noreply at github.com
Mon Nov 5 09:08:05 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: eba2b94fb4a2907424359a0557189d6d6cbdc186
https://github.com/D-Programming-Language/phobos/commit/eba2b94fb4a2907424359a0557189d6d6cbdc186
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-11-05 (Mon, 05 Nov 2012)
Changed paths:
M std/socket.d
Log Message:
-----------
Fixed the constructors for std.socket's exceptions.
They didn't even include the file and line number. Now they follow the
standard pattern for exception constructors with the exception-specific
parameters included in the appropriate places.
Commit: be799c48f5a4c8835761b45e630a69f9d8664d43
https://github.com/D-Programming-Language/phobos/commit/be799c48f5a4c8835761b45e630a69f9d8664d43
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2012-11-05 (Mon, 05 Nov 2012)
Changed paths:
M std/socket.d
Log Message:
-----------
Merge pull request #927 from jmdavis/socket
Fixed the constructors for std.socket's exceptions.
Compare: https://github.com/D-Programming-Language/phobos/compare/e6bf242d0a29...be799c48f5a4
More information about the phobos
mailing list