[project @ 1998-02-02 11:54:22 by simonm]
authorsimonm <unknown>
Mon, 2 Feb 1998 11:54:22 +0000 (11:54 +0000)
committersimonm <unknown>
Mon, 2 Feb 1998 11:54:22 +0000 (11:54 +0000)
HBC's QSort algorithm moved into List.

ghc/docs/users_guide/3-01-notes.vsgml

index bd94803..ebb3bb2 100644 (file)
@@ -6,10 +6,14 @@ Changes made since 3.00:
 
 <itemize>
 
-<item>  Fix interaction of "hiding" on import with "module M" on export.
+<item> Fix interaction of "hiding" on import with "module M" on export.
 
-<item>  Fix some floating point conversion problems in @floatExtreme.lc@.
+<item> Fix some floating point conversion problems in @floatExtreme.lc@.
 
-<item>  New Hugs/GHC interface <tt/NumExts/ added and documented.
+<item> New Hugs/GHC interface <tt/NumExts/ added and documented.
+
+<item> moved @showOct@ and @showHex@ from @Numeric@ to @NumExts@.
+
+<item> imported HBC's quick-sort algorithm from @QSort@ into @List@.
 
 </itemize>