| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
GHC bits for new library organisation.
|
|
|
|
|
|
|
| |
- fix bug in setSocketOption__ which meant that trying to set
SO_REUSEADDR on Linux (and possibly other OS's) didn't work.
- add rudimentary non-blocking connect support.
|
|
|
|
| |
stubs for starting & stopping Winsock
|
|
|
|
| |
Move 4.01 onto the main trunk.
|
|
|
|
| |
back out last commit on trunk (should have gone to new-rts branch).
|
|
|
|
| |
merged from HEAD
|
|
Added stubs for getsockopt() and setsockopt(),
removed redundant ghc_errno switches, use stdErrno()
instead.
|