From: panne Date: Sat, 9 Oct 2004 13:21:15 +0000 (+0000) Subject: [project @ 2004-10-09 13:21:15 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1513 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c73f13cf006a7d6fce23e3adaa9a3c787ee1cfda [project @ 2004-10-09 13:21:15 by panne] Fixed some links --- diff --git a/ghc/docs/users_guide/6.0-notes.xml b/ghc/docs/users_guide/6.0-notes.xml index 341d32f..e07bc89 100644 --- a/ghc/docs/users_guide/6.0-notes.xml +++ b/ghc/docs/users_guide/6.0-notes.xml @@ -31,7 +31,7 @@ Non-blocking I/O is now supported on Windows. - The Typeable class can now be + The Typeable class can now be derived, and the implementation of Typeable is now more efficient. @@ -73,7 +73,7 @@ System.Posix, and has some additions aimed at supporting the latest revision of the POSIX standard (IEEE Std 1003.1-2001). See the unix + url="../libraries/unix/index.html">unix package for details. The old posix package is still @@ -82,29 +82,29 @@ - Data.IORef: Added atomicModifyIORef. + Data.IORef: Added atomicModifyIORef. - System.Cmd: Added rawSystem. + System.Cmd: Added rawSystem. System.Environment: + url="../libraries/base/System.Environment.html">System.Environment: Added withArgs and withProgName. Network.Socket: + url="../libraries/network/Network.Socket.html">Network.Socket: Added sendFd and recvFd. The Readline library has moved to System.Console.Readline, + url="../libraries/readline/System.Console.Readline.html">System.Console.Readline, and is in a package of its own (readline). @@ -119,7 +119,7 @@ Network.BSD: + url="../libraries/network/Network.BSD.html">Network.BSD: symlink and readline are now deprecated; use System.Posix.createSymbolicLink and @@ -129,13 +129,13 @@ Control.Exception: + url="../libraries/base/Control.Exception.html">Control.Exception: Added mapException. Data.Dynamic: + url="../libraries/base/Data.Dynamic.html">Data.Dynamic: various changes to make the implementation of Typeable more efficient. This entails some changes to the interface, and affects how instances of @@ -144,19 +144,19 @@ Data.Tree + url="../libraries/base/Data.Tree.html">Data.Tree is a new library for trees. Data.Graph + url="../libraries/base/Data.Graph.html">Data.Graph is a new library for graphs. System.IO: + url="../libraries/base/System.IO.html">System.IO: Removed bracket and bracket_ (use the versions from Control.Exception instead). @@ -164,7 +164,7 @@ System.IO: + url="../libraries/base/System.IO.html">System.IO: The IOError type is now a synonym for IOException, whereas previously it was a synonym for Exception. This has various @@ -176,47 +176,47 @@ System.IO.Error: + url="../libraries/base/System.IO.Error.html">System.IO.Error: added annotateIOError, modifyIOError, and ioeSet{ErrorType,ErrorString,Handle,FileName}. Text.ParserCombinators.ReadP: + url="../libraries/base/Text.ParserCombinators.ReadP.html">Text.ParserCombinators.ReadP: lots of updates. - Control.Monad.Monoid is now Data.Monoid. + Control.Monad.Monoid is now Data.Monoid. Data.PackedString: + url="../libraries/base/Data.PackedString.html">Data.PackedString: added joinPS, unwordsPS and unlinesPS. Data.HashTable + url="../libraries/base/Data.HashTable.html">Data.HashTable is a new dynamic hash-table implementation. Added System.Sendfile. + url="../libraries/unix/System.Sendfile.html">System.Sendfile. Added Foreign.Marshal.Pool. + url="../libraries/base/Foreign.Marshal.Pool.html">Foreign.Marshal.Pool. Data.Bits: + url="../libraries/base/Data.Bits.html">Data.Bits: shiftL, shiftR, rotateL, and rotateR are now methods of the Bite class. @@ -228,7 +228,7 @@ Added Foreign.ForeignPtr.mallocForeignPtr + url="../libraries/base/Foreign.ForeignPtr.html#mallocForeignPtr">Foreign.ForeignPtr.mallocForeignPtr and friends. @@ -240,7 +240,7 @@ Foreign.C.TypesISO has been merged into Foreign.C.Types. + url="../libraries/base/Foreign.C.Types.html">Foreign.C.Types. @@ -253,7 +253,7 @@ The Data class provides for generic data traversals and folds; see Data.Generics. + url="../libraries/base/Data.Generics.html">Data.Generics. Data can be derived for arbitrary datatypes. The Data class is still experimental, so its contents may change in the future.