From 8c9d47e5285053237f373dcd49b669ab032fb43d Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 1 May 2001 11:51:50 +0000 Subject: [PATCH] [project @ 2001-05-01 11:51:50 by simonmar] Add an item about the networking library rewrite. --- ghc/docs/users_guide/5-02-notes.sgml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ghc/docs/users_guide/5-02-notes.sgml b/ghc/docs/users_guide/5-02-notes.sgml index 81e7fb6..144f79f 100644 --- a/ghc/docs/users_guide/5-02-notes.sgml +++ b/ghc/docs/users_guide/5-02-notes.sgml @@ -13,9 +13,22 @@ User-visible library changes + The SocketPrim and + BSD modules in the net + package have been re-written to use the FFI, be more portable, + and be more thread-safe. There are minor user-visible + changes: the functions writeSocket, + readSocket and + readSocketAll have been removed (use + socketToHandle and + Handle operations instead). + + + New function: Exception.throwDynTo. See . + -- 1.7.10.4