[phobos] [D-Programming-Language/phobos] 375e9d: Fixed x86_64 issue in Socket timeout code.
noreply at github.com
noreply at github.com
Wed Jun 15 12:59:44 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 375e9d1212402dcbe5458a9d26017071edb4938e
https://github.com/D-Programming-Language/phobos/commit/375e9d1212402dcbe5458a9d26017071edb4938e
Author: David Nadlinger <code at klickverbot.at>
Date: 2011-06-15 (Wed, 15 Jun 2011)
Changed paths:
M std/socket.d
Log Message:
-----------
Fixed x86_64 issue in Socket timeout code.
Commit: 364bcc872ba392bc6e101bf963d2ef5c3af9656b
https://github.com/D-Programming-Language/phobos/commit/364bcc872ba392bc6e101bf963d2ef5c3af9656b
Author: David Nadlinger <code at klickverbot.at>
Date: 2011-06-15 (Wed, 15 Jun 2011)
Changed paths:
M std/socket.d
Log Message:
-----------
Fixed c_long->int issue in std.socket – the code was probably written back when D on x86_64 was a faint dream.
Actually, the timeval struct could be removed altogether as it isn't used anywhere in std.socket (I didn't realize that I wasn't using the C standard library one), but this would be still a breaking API change, so I refrained from it.
Commit: bde95cfec738dd3aafbfc13891dd6fe633fa9cea
https://github.com/D-Programming-Language/phobos/commit/bde95cfec738dd3aafbfc13891dd6fe633fa9cea
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2011-06-15 (Wed, 15 Jun 2011)
Changed paths:
M std/socket.d
Log Message:
-----------
Merge pull request #107 from klickverbot/socket-additions
Fixed x86_64 issues in Socket timeout code.
Compare: https://github.com/D-Programming-Language/phobos/compare/b4a5f33...bde95cf
More information about the phobos
mailing list