ghc-base.git
21 years ago[project @ 2003-05-30 09:19:39 by simonpj]
simonpj [Fri, 30 May 2003 09:19:40 +0000 (09:19 +0000)]
[project @ 2003-05-30 09:19:39 by simonpj]
Stop omitting Data.Generics from Haddockising,
now that suitable #ifdefs make it go through.

The #ifdefs mean that the documentation won't show
the exports (:+:) etc, until Haddock learns about them.

Merge to stable (but only this patch... not the earlier
post-fork changes to Data.Generics)

21 years ago[project @ 2003-05-29 17:37:17 by malcolm]
malcolm [Thu, 29 May 2003 17:37:19 +0000 (17:37 +0000)]
[project @ 2003-05-29 17:37:17 by malcolm]
For nhc98 only, export the basic C types non-abstractly.
This is due to a deficiency in the way newtypes are handled in
interface files - the compiler needs full information about the
newtype in order to pass values across the FFI.

21 years ago[project @ 2003-05-29 14:39:31 by sof]
sof [Thu, 29 May 2003 14:39:31 +0000 (14:39 +0000)]
[project @ 2003-05-29 14:39:31 by sof]
Support for interop'ing with .NET via FFI declarations along the
lines of what Hugs98.NET offers, see

 http://haskell.org/pipermail/cvs-hugs/2003-March/001723.html

for FFI decl details.

To enable, configure with --enable-dotnet + have a look
in ghc/rts/dotnet/Makefile for details of what tools are needed to
build the .NET interop layer (tools from VS.NET / Framework SDK.)

The commit doesn't include some library additions + wider-scale
testing is required before this extension can be regarded as available
for general use. 'foreign import dotnet' is currently only supported
by the C backend.

21 years ago[project @ 2003-05-27 16:57:09 by malcolm]
malcolm [Tue, 27 May 2003 16:57:12 +0000 (16:57 +0000)]
[project @ 2003-05-27 16:57:09 by malcolm]
Unbreak for nhc98, after the addition of FinalizerPtr as a type synonym,
and the change of Foreign.C.Types to export all newtypes abstract.

21 years ago[project @ 2003-05-27 09:48:13 by ralf]
ralf [Tue, 27 May 2003 09:48:13 +0000 (09:48 +0000)]
[project @ 2003-05-27 09:48:13 by ralf]
Simplified type of gunfold (removed last arg.)
And cosmetics.

21 years ago[project @ 2003-05-27 08:46:38 by malcolm]
malcolm [Tue, 27 May 2003 08:46:38 +0000 (08:46 +0000)]
[project @ 2003-05-27 08:46:38 by malcolm]
For nhc98, like hugs, re-export sum and product from the Prelude.

21 years ago[project @ 2003-05-27 08:03:46 by stolz]
stolz [Tue, 27 May 2003 08:03:47 +0000 (08:03 +0000)]
[project @ 2003-05-27 08:03:46 by stolz]
GCC 3.3 cpp wibbles

21 years ago[project @ 2003-05-23 10:48:55 by ross]
ross [Fri, 23 May 2003 10:48:55 +0000 (10:48 +0000)]
[project @ 2003-05-23 10:48:55 by ross]
replace deriving Eq with explicit instance (twice) because Haddock's
limited understanding of derived instances can't figure out these two.

21 years ago[project @ 2003-05-23 10:21:27 by simonmar]
simonmar [Fri, 23 May 2003 10:21:27 +0000 (10:21 +0000)]
[project @ 2003-05-23 10:21:27 by simonmar]
Hide this module in the Haddock docs.

21 years ago[project @ 2003-05-23 10:13:33 by ross]
ross [Fri, 23 May 2003 10:13:33 +0000 (10:13 +0000)]
[project @ 2003-05-23 10:13:33 by ross]
fix header comment

21 years ago[project @ 2003-05-23 10:12:28 by ross]
ross [Fri, 23 May 2003 10:12:28 +0000 (10:12 +0000)]
[project @ 2003-05-23 10:12:28 by ross]
hide GHC.PrimopWrappers from Haddock.

21 years ago[project @ 2003-05-23 08:59:46 by simonmar]
simonmar [Fri, 23 May 2003 08:59:46 +0000 (08:59 +0000)]
[project @ 2003-05-23 08:59:46 by simonmar]
Remove the words "A cool hack..." from the documentation of this
module, since they refer to the implementation, not the API :-)

21 years ago[project @ 2003-05-22 10:59:47 by ross]
ross [Thu, 22 May 2003 10:59:47 +0000 (10:59 +0000)]
[project @ 2003-05-22 10:59:47 by ross]
unbreak for Hugs

21 years ago[project @ 2003-05-22 09:55:56 by simonmar]
simonmar [Thu, 22 May 2003 09:55:56 +0000 (09:55 +0000)]
[project @ 2003-05-22 09:55:56 by simonmar]
Commit an off-by-one fix that I forgot about.

Fixes SF bug #741600.

21 years ago[project @ 2003-05-22 09:40:04 by ross]
ross [Thu, 22 May 2003 09:40:04 +0000 (09:40 +0000)]
[project @ 2003-05-22 09:40:04 by ross]
export architecture-dependent types opaquely.

21 years ago[project @ 2003-05-22 08:24:32 by chak]
chak [Thu, 22 May 2003 08:24:33 +0000 (08:24 +0000)]
[project @ 2003-05-22 08:24:32 by chak]
Added a `FinalizerPtr' synonym as in the FFI Addendum (RC 10).

** ATTENTION **

This will break the "#ifdef __NHC__" and "#ifdef __HUGS__" variants of
`ForeignPtr'.  See `GHC/ForeignPtr.hs' for the definitions.

21 years ago[project @ 2003-05-22 08:21:49 by ross]
ross [Thu, 22 May 2003 08:21:49 +0000 (08:21 +0000)]
[project @ 2003-05-22 08:21:49 by ross]
add Eq instance (explicit, so Haddock won't be confused)

21 years ago[project @ 2003-05-22 08:20:38 by ross]
ross [Thu, 22 May 2003 08:20:38 +0000 (08:20 +0000)]
[project @ 2003-05-22 08:20:38 by ross]
trim import

21 years ago[project @ 2003-05-22 06:37:08 by chak]
chak [Thu, 22 May 2003 06:37:08 +0000 (06:37 +0000)]
[project @ 2003-05-22 06:37:08 by chak]
The FFI Addendum requires `Foreign' to re-export `Data.Bits'.

21 years ago[project @ 2003-05-21 16:31:59 by ross]
ross [Wed, 21 May 2003 16:31:59 +0000 (16:31 +0000)]
[project @ 2003-05-21 16:31:59 by ross]
add finalizerFree :: FunPtr (Ptr a -> IO ())

21 years ago[project @ 2003-05-20 09:44:08 by stolz]
stolz [Tue, 20 May 2003 09:44:08 +0000 (09:44 +0000)]
[project @ 2003-05-20 09:44:08 by stolz]
Add missing 'Constr' for conOf/consOf in examples

21 years ago[project @ 2003-05-19 16:48:18 by ross]
ross [Mon, 19 May 2003 16:48:20 +0000 (16:48 +0000)]
[project @ 2003-05-19 16:48:18 by ross]
non-GHC (and non-NHC): simplistic implementation of byte array I/O.

21 years ago[project @ 2003-05-17 00:11:29 by ross]
ross [Sat, 17 May 2003 00:11:29 +0000 (00:11 +0000)]
[project @ 2003-05-17 00:11:29 by ross]
Rename per-package configuration files from $(PACKAGE).conf.* to
package.conf.*, making them easier to find (since each package is
in a separate directory anyway).

21 years ago[project @ 2003-05-16 10:14:22 by simonmar]
simonmar [Fri, 16 May 2003 10:14:22 +0000 (10:14 +0000)]
[project @ 2003-05-16 10:14:22 by simonmar]
Now that we have auto packages, it makes sense to keep all the
interfaces for hierarchical libraries in the same directory tree.  So
now, instead of putting interfaces for package P in $libdir/imports/P,
we put them all in $libdir/imports.

Interfaces for old non-auto non-hierarchical packages now go in
$libdir/hslibs-imports/P for package P.

21 years ago[project @ 2003-05-14 17:31:47 by ross]
ross [Wed, 14 May 2003 17:31:48 +0000 (17:31 +0000)]
[project @ 2003-05-14 17:31:47 by ross]
doc tweaks

21 years ago[project @ 2003-05-14 09:12:27 by ross]
ross [Wed, 14 May 2003 09:12:29 +0000 (09:12 +0000)]
[project @ 2003-05-14 09:12:27 by ross]
comments

21 years ago[project @ 2003-05-14 09:11:43 by ross]
ross [Wed, 14 May 2003 09:11:43 +0000 (09:11 +0000)]
[project @ 2003-05-14 09:11:43 by ross]
hide Foreign.Concurrent from Hugs

21 years ago[project @ 2003-05-13 11:42:47 by simonpj]
simonpj [Tue, 13 May 2003 11:42:47 +0000 (11:42 +0000)]
[project @ 2003-05-13 11:42:47 by simonpj]
Generalise the type of listens slightly; a suggestion from Tom Pledger

21 years ago[project @ 2003-05-12 10:16:22 by ross]
ross [Mon, 12 May 2003 10:16:28 +0000 (10:16 +0000)]
[project @ 2003-05-12 10:16:22 by ross]
documentation only: tag some things as "GHC only".

21 years ago[project @ 2003-05-12 10:15:00 by ross]
ross [Mon, 12 May 2003 10:15:00 +0000 (10:15 +0000)]
[project @ 2003-05-12 10:15:00 by ross]
mark Text.Read as non-portable, and make a bit more available in Hugs.

21 years ago[project @ 2003-05-12 10:12:52 by ross]
ross [Mon, 12 May 2003 10:12:55 +0000 (10:12 +0000)]
[project @ 2003-05-12 10:12:52 by ross]
Hugs only (I hope): add unboxed arrays to Hugs

21 years ago[project @ 2003-05-12 08:57:55 by ross]
ross [Mon, 12 May 2003 08:57:55 +0000 (08:57 +0000)]
[project @ 2003-05-12 08:57:55 by ross]
cosmetic change

21 years ago[project @ 2003-05-12 08:55:53 by ross]
ross [Mon, 12 May 2003 08:55:53 +0000 (08:55 +0000)]
[project @ 2003-05-12 08:55:53 by ross]
remove #ifndef __HUGS__

21 years ago[project @ 2003-05-12 08:54:21 by ross]
ross [Mon, 12 May 2003 08:54:21 +0000 (08:54 +0000)]
[project @ 2003-05-12 08:54:21 by ross]
add Haddock markers

21 years ago[project @ 2003-05-12 08:48:09 by ross]
ross [Mon, 12 May 2003 08:48:09 +0000 (08:48 +0000)]
[project @ 2003-05-12 08:48:09 by ross]
some re-arrangement for the benefit of Hugs.

21 years ago[project @ 2003-05-08 16:06:41 by ross]
ross [Thu, 8 May 2003 16:06:41 +0000 (16:06 +0000)]
[project @ 2003-05-08 16:06:41 by ross]
avoid a C compiler warning about arithmetic with void *

21 years ago[project @ 2003-05-05 19:44:28 by ross]
ross [Mon, 5 May 2003 19:44:28 +0000 (19:44 +0000)]
[project @ 2003-05-05 19:44:28 by ross]
non-GHC: fill out the Bits instances for Int and Integer, and make them
work with Hugs.

21 years ago[project @ 2003-04-30 08:36:21 by simonmar]
simonmar [Wed, 30 Apr 2003 08:36:21 +0000 (08:36 +0000)]
[project @ 2003-04-30 08:36:21 by simonmar]
When doing hGetChar on a block-buffered handle, don't wait for the
buffer to be completely full before returning a character.  This
behaviour seems more useful, and matches what hGetLine and
hGetContents do.

Without this, to do an unbuffered read you have to set the buffering
on the Handle to NoBuffering, which adversely affects the performance
of writes.  With this change, there is now no difference between line
buffering and block buffering for read operations.

Possibly fillReadBuffer can now be simplified, since the is_line
parameter is always True.  However, this is a delicate part of the IO
library, and I don't want to remove the possiblity of forcing a
complete buffer-fill in the future.

21 years ago[project @ 2003-04-28 09:18:29 by ross]
ross [Mon, 28 Apr 2003 09:18:29 +0000 (09:18 +0000)]
[project @ 2003-04-28 09:18:29 by ross]
add Text.ParserCombinators.ReadP, Text.ParserCombinators.ReadPrec and
Text.Read.Lex to Hugs.  (But they're not used by Read, because that
would make the Prelude non-H98).

21 years ago[project @ 2003-04-28 09:16:47 by ross]
ross [Mon, 28 Apr 2003 09:16:48 +0000 (09:16 +0000)]
[project @ 2003-04-28 09:16:47 by ross]
portability fixes, plus marking these as non-portable (uses forall).

21 years ago[project @ 2003-04-25 17:43:06 by ross]
ross [Fri, 25 Apr 2003 17:43:06 +0000 (17:43 +0000)]
[project @ 2003-04-25 17:43:06 by ross]
tiny haddock fix

21 years ago[project @ 2003-04-25 17:42:26 by ross]
ross [Fri, 25 Apr 2003 17:42:26 +0000 (17:42 +0000)]
[project @ 2003-04-25 17:42:26 by ross]
add System.Info to Hugs

21 years ago[project @ 2003-04-25 10:24:58 by ross]
ross [Fri, 25 Apr 2003 10:24:58 +0000 (10:24 +0000)]
[project @ 2003-04-25 10:24:58 by ross]
add Data.Array.Diff to Hugs

21 years ago[project @ 2003-04-25 10:24:20 by ross]
ross [Fri, 25 Apr 2003 10:24:20 +0000 (10:24 +0000)]
[project @ 2003-04-25 10:24:20 by ross]
non-GHC: remove instances for Word

21 years ago[project @ 2003-04-25 10:23:29 by simonmar]
simonmar [Fri, 25 Apr 2003 10:23:29 +0000 (10:23 +0000)]
[project @ 2003-04-25 10:23:29 by simonmar]
doc fixes

21 years ago[project @ 2003-04-24 12:25:26 by malcolm]
malcolm [Thu, 24 Apr 2003 12:25:28 +0000 (12:25 +0000)]
[project @ 2003-04-24 12:25:26 by malcolm]
Add instances of Data.Bits.Bits for Int/Word[8,16,32,64] in a different
way.  The module Data.Bits is only available from the base package,
which is normally added to the link line *before* the standard libraries,
hence if the instances are in the latter, you get link errors.  So move
the instances into the base package where they belong, in NHC.SizedTypes.

21 years ago[project @ 2003-04-23 14:36:26 by malcolm]
malcolm [Wed, 23 Apr 2003 14:36:26 +0000 (14:36 +0000)]
[project @ 2003-04-23 14:36:26 by malcolm]
Add Data.HashTable, Data.Monoid, and Data.Tree to the nhc98 build, and
re-instate Data.Dynamic, which now uses Data.HashTable.

21 years ago[project @ 2003-04-23 14:29:51 by malcolm]
malcolm [Wed, 23 Apr 2003 14:29:51 +0000 (14:29 +0000)]
[project @ 2003-04-23 14:29:51 by malcolm]
Tweak #ifdefs to make it compile with nhc98.

21 years ago[project @ 2003-04-23 13:22:16 by simonmar]
simonmar [Wed, 23 Apr 2003 13:22:16 +0000 (13:22 +0000)]
[project @ 2003-04-23 13:22:16 by simonmar]
Doc wibble.

21 years ago[project @ 2003-04-23 10:27:53 by simonmar]
simonmar [Wed, 23 Apr 2003 10:27:53 +0000 (10:27 +0000)]
[project @ 2003-04-23 10:27:53 by simonmar]
hGetArray/hPutArray with a count argument of zero now just return
doing nothing.  This brings them into line with hGetBuf/hPutBuf and
fixes a bug in Data.PackedString.hPutPS which fails on an empty string.

21 years ago[project @ 2003-04-22 10:20:30 by malcolm]
malcolm [Tue, 22 Apr 2003 10:20:30 +0000 (10:20 +0000)]
[project @ 2003-04-22 10:20:30 by malcolm]
Exclude Data.Dynamic from the nhc98 build now that it no longer
compiles.  (Need to investigate getting Data.HashTable to work.)

21 years ago[project @ 2003-04-22 09:21:34 by ross]
ross [Tue, 22 Apr 2003 09:21:34 +0000 (09:21 +0000)]
[project @ 2003-04-22 09:21:34 by ross]
Hugs only: minor re-arrangement of ifdefs.

21 years ago[project @ 2003-04-22 09:19:24 by ross]
ross [Tue, 22 Apr 2003 09:19:24 +0000 (09:19 +0000)]
[project @ 2003-04-22 09:19:24 by ross]
remove an ifdef'd out commented out import.

21 years ago[project @ 2003-04-21 16:32:39 by ross]
ross [Mon, 21 Apr 2003 16:32:39 +0000 (16:32 +0000)]
[project @ 2003-04-21 16:32:39 by ross]
adjust imports for Hugs's benefit.

21 years ago[project @ 2003-04-21 16:32:05 by ross]
ross [Mon, 21 Apr 2003 16:32:05 +0000 (16:32 +0000)]
[project @ 2003-04-21 16:32:05 by ross]
Hugs only: Key is defined in Hugs.Prelude (because it needs Dynamic)

21 years ago[project @ 2003-04-17 16:51:43 by simonpj]
simonpj [Thu, 17 Apr 2003 16:51:43 +0000 (16:51 +0000)]
[project @ 2003-04-17 16:51:43 by simonpj]
Add lots of new generics stuff

21 years ago[project @ 2003-04-17 15:23:37 by simonpj]
simonpj [Thu, 17 Apr 2003 15:23:37 +0000 (15:23 +0000)]
[project @ 2003-04-17 15:23:37 by simonpj]
----------------------------------
Implement Typeable properly
----------------------------------

1.  Add 'deriving' for Typeable class. So you can say

data T a b = .... deriving( Typeable )

    At the moment you only get this if you ask for it. If you say
    nothing you get nothing.

2.  Implement Typeable better, with proper O(1) comparison of
    type representations

3.  Add the 'cast' operation described in 'Scrap your boilerplate'
    and use it.

4.  Consequence: need to move the definition of IOArray from
    Data.Array.IO.Internals to GHC.IOBase, where it joins IORef.
    This is necssary so that HashTable can be low down in the compilation
    hierarchy, and hence so can Dynamic.

WARNING: I'm not certain the imports in HashTable and Dynamic
 will all be right for Hugs and NHC. I hope you can
    fix them up.

21 years ago[project @ 2003-04-17 15:17:07 by simonpj]
simonpj [Thu, 17 Apr 2003 15:17:12 +0000 (15:17 +0000)]
[project @ 2003-04-17 15:17:07 by simonpj]
Comments and imports

21 years ago[project @ 2003-04-17 13:26:59 by simonmar]
simonmar [Thu, 17 Apr 2003 13:26:59 +0000 (13:26 +0000)]
[project @ 2003-04-17 13:26:59 by simonmar]
Doc wibbles

21 years ago[project @ 2003-04-17 12:58:14 by mthomas]
mthomas [Thu, 17 Apr 2003 12:58:14 +0000 (12:58 +0000)]
[project @ 2003-04-17 12:58:14 by mthomas]
Fix "System/Posix/Internals.hs:273: Malformed entity string".

21 years ago[project @ 2003-04-17 10:44:59 by simonmar]
simonmar [Thu, 17 Apr 2003 10:44:59 +0000 (10:44 +0000)]
[project @ 2003-04-17 10:44:59 by simonmar]
Add a hash table implementation.  This is an implementation of Dynamic
Hash Tables, transliterated from the code in GHC's RTS into Haskell.
I'd like to say it looks nicer, and well, maybe it does a little.

Comments on the interface are welcome.

This hash table implementation will be used by the new Typeable
framework to do hash-consing and fast comparison of TypeRep values.

21 years ago[project @ 2003-04-17 07:26:12 by simonpj]
simonpj [Thu, 17 Apr 2003 07:26:12 +0000 (07:26 +0000)]
[project @ 2003-04-17 07:26:12 by simonpj]
Better Haddock documentation

21 years ago[project @ 2003-04-17 07:01:27 by simonpj]
simonpj [Thu, 17 Apr 2003 07:01:27 +0000 (07:01 +0000)]
[project @ 2003-04-17 07:01:27 by simonpj]
Start on better Typeable

21 years ago[project @ 2003-04-16 15:12:02 by sof]
sof [Wed, 16 Apr 2003 15:12:02 +0000 (15:12 +0000)]
[project @ 2003-04-16 15:12:02 by sof]
hGetArray: wrong result length returned.

Merge to STABLE (if that's still on.)

21 years ago[project @ 2003-04-15 12:42:13 by malcolm]
malcolm [Tue, 15 Apr 2003 12:42:13 +0000 (12:42 +0000)]
[project @ 2003-04-15 12:42:13 by malcolm]
Add unlinesPS, unwordsPS, joinPS, and splitWithPS, to the nhc98 version
of the code.

21 years ago[project @ 2003-04-15 10:41:14 by simonmar]
simonmar [Tue, 15 Apr 2003 10:41:14 +0000 (10:41 +0000)]
[project @ 2003-04-15 10:41:14 by simonmar]
Re-instate joinPS which appears to have been accidentally left out of
this revised version of PackedString, and add unlinesPS and unwordsPS
which are the analogs of Data.List.unlines and Data.List.unwords
respectively.

Fix bug: linesPS doesn't work the same way as Data.List.lines, because
it strips out empty lines, and it therefore isn't the inverse of
unlinesPS.  This is because linesPS is defined in terms of splitPS,
which omits empty substrings.  However, the comments next to
splitPS/splitWithPS state that the following should hold:

  joinPS (packString [x]) (splitPS x ls) = ls

which implies that splitPS should *not* omit empty substrings.  So the
definition of splitPS is inconsistent.  I therefore opted to fix
splitPS to make the above property hold, and modify wordsPS to work
with the new definition (it previously relied on the old behaviour).

21 years ago[project @ 2003-04-11 23:39:43 by ross]
ross [Fri, 11 Apr 2003 23:39:44 +0000 (23:39 +0000)]
[project @ 2003-04-11 23:39:43 by ross]
Hugs only: add a CBITS "pragma" to tell the Hugs conversion script which
files from <package>/cbits should be linked with the module by ffihugs,
e.g. {-# CBITS HsNet.c initWinSock.c ancilData.c #-}

21 years ago[project @ 2003-04-11 14:24:07 by simonmar]
simonmar [Fri, 11 Apr 2003 14:24:07 +0000 (14:24 +0000)]
[project @ 2003-04-11 14:24:07 by simonmar]
Plug a file descriptor leak: when finalizing a handle, we should
ignore errors in the flushing operation and go ahead and close the
handle anyway.

Spotted by: Keean [k.schupke@ic.ac.uk]

21 years ago[project @ 2003-04-11 11:43:09 by ross]
ross [Fri, 11 Apr 2003 11:43:09 +0000 (11:43 +0000)]
[project @ 2003-04-11 11:43:09 by ross]
Hugs only: use the whole thing now

21 years ago[project @ 2003-04-11 11:10:57 by ross]
ross [Fri, 11 Apr 2003 11:10:59 +0000 (11:10 +0000)]
[project @ 2003-04-11 11:10:57 by ross]
rename Control.Monad.Monoid as Data.Monoid

21 years ago[project @ 2003-04-11 10:41:23 by ross]
ross [Fri, 11 Apr 2003 10:41:23 +0000 (10:41 +0000)]
[project @ 2003-04-11 10:41:23 by ross]
move #hide to where it works

21 years ago[project @ 2003-04-11 10:11:24 by ross]
ross [Fri, 11 Apr 2003 10:11:25 +0000 (10:11 +0000)]
[project @ 2003-04-11 10:11:24 by ross]
rename GHC.Posix as System.Posix.Internals

21 years ago[project @ 2003-04-09 10:21:09 by simonpj]
simonpj [Wed, 9 Apr 2003 10:21:09 +0000 (10:21 +0000)]
[project @ 2003-04-09 10:21:09 by simonpj]
Typo

21 years ago[project @ 2003-04-09 08:18:13 by simonpj]
simonpj [Wed, 9 Apr 2003 08:18:13 +0000 (08:18 +0000)]
[project @ 2003-04-09 08:18:13 by simonpj]
-------------------------------------
      Fix the lexer so that it does the right thing
for floating point and hexadecimal numbers
-------------------------------------

This fix requires the new (<++) combinator that Koen has
added to the ReadP library.

NB: we lex "0x9fw" as [("0x9f", "w")]; that is, we stop as soon
as we get a legal thing (maximally munching) even if white space
does not follow.  I'm not totally certain this is the right thing,
but it's much better than it was before.

21 years ago[project @ 2003-04-09 08:17:39 by simonpj]
simonpj [Wed, 9 Apr 2003 08:17:39 +0000 (08:17 +0000)]
[project @ 2003-04-09 08:17:39 by simonpj]
Remove redundant Prelude import

21 years ago[project @ 2003-04-08 16:14:29 by simonpj]
simonpj [Tue, 8 Apr 2003 16:14:29 +0000 (16:14 +0000)]
[project @ 2003-04-08 16:14:29 by simonpj]
add fixity for +++, <++

21 years ago[project @ 2003-04-08 16:02:05 by simonpj]
simonpj [Tue, 8 Apr 2003 16:02:05 +0000 (16:02 +0000)]
[project @ 2003-04-08 16:02:05 by simonpj]
New ReadP module from Koen, featuring <++ combinator

21 years ago[project @ 2003-04-08 14:52:26 by ross]
ross [Tue, 8 Apr 2003 14:52:26 +0000 (14:52 +0000)]
[project @ 2003-04-08 14:52:26 by ross]
import tweak

21 years ago[project @ 2003-04-04 16:12:01 by ross]
ross [Fri, 4 Apr 2003 16:12:01 +0000 (16:12 +0000)]
[project @ 2003-04-04 16:12:01 by ross]
Added a list of the modules in the package that don't work with Hugs.
Such modules are skipped by the conversion script.  Packages in which
everything works with Hugs don't need such a file.

21 years ago[project @ 2003-04-04 14:36:31 by simonpj]
simonpj [Fri, 4 Apr 2003 14:36:31 +0000 (14:36 +0000)]
[project @ 2003-04-04 14:36:31 by simonpj]
lexChar wibblifications

21 years ago[project @ 2003-04-03 16:46:59 by ross]
ross [Thu, 3 Apr 2003 16:47:00 +0000 (16:47 +0000)]
[project @ 2003-04-03 16:46:59 by ross]
Graph and Tree modules, from GHC's Digraph (actually the Haddock version,
which looks more recent).

21 years ago[project @ 2003-04-01 16:32:04 by simonpj]
simonpj [Tue, 1 Apr 2003 16:32:04 +0000 (16:32 +0000)]
[project @ 2003-04-01 16:32:04 by simonpj]
Fix bogus implementation of readLitChar, lexLitChar

21 years ago[project @ 2003-04-01 16:30:37 by simonpj]
simonpj [Tue, 1 Apr 2003 16:30:37 +0000 (16:30 +0000)]
[project @ 2003-04-01 16:30:37 by simonpj]
Use INLINE rather than SPECIALISE for ceiling, floor, truncate

21 years ago[project @ 2003-03-31 15:36:24 by ross]
ross [Mon, 31 Mar 2003 15:36:24 +0000 (15:36 +0000)]
[project @ 2003-03-31 15:36:24 by ross]
remove a GHC-ism

21 years ago[project @ 2003-03-31 13:58:43 by simonmar]
simonmar [Mon, 31 Mar 2003 13:58:43 +0000 (13:58 +0000)]
[project @ 2003-03-31 13:58:43 by simonmar]
Get the filename right in IOErrors generated by several functions in
here.

21 years ago[project @ 2003-03-31 13:58:03 by simonmar]
simonmar [Mon, 31 Mar 2003 13:58:03 +0000 (13:58 +0000)]
[project @ 2003-03-31 13:58:03 by simonmar]
- Add ioeSet{ErrorType,ErrorString,Handle,FileName} to match the
  existing ioeGet* functions.

- Add modifyIOError :: (IOError -> IOError) -> IO a -> IO a

21 years ago[project @ 2003-03-30 12:20:16 by ross]
ross [Sun, 30 Mar 2003 12:20:17 +0000 (12:20 +0000)]
[project @ 2003-03-30 12:20:16 by ross]
withForeignPtr is portable.  So is some other stuff, though only Hugs
uses the portable versions at present.

21 years ago[project @ 2003-03-27 10:24:43 by simonmar]
simonmar [Thu, 27 Mar 2003 10:24:43 +0000 (10:24 +0000)]
[project @ 2003-03-27 10:24:43 by simonmar]
[ oops, forgot to commit this with the rest of the changes yesterday... ]

Change our ForeignPtr implementation to match the spec: finalizers
must now be foreign functions.

Move the old Haskell-finalizer versions of newForeignPtr and
addForeignPtrFinalizer into Foreign.Concurrent, to make it clear that
the implementations of these functions require concurrency.

While I'm here: move the GHC-specific parts of the ForeignPtr
implementation into GHC.ForeignPtr.

21 years ago[project @ 2003-03-26 15:25:46 by simonmar]
simonmar [Wed, 26 Mar 2003 15:25:46 +0000 (15:25 +0000)]
[project @ 2003-03-26 15:25:46 by simonmar]
Change our ForeignPtr implementation to match the spec: finalizers
must now be foreign functions.

Move the old Haskell-finalizer versions of newForeignPtr and
addForeignPtrFinalizer into Foreign.Concurrent, to make it clear that
the implementations of these functions require concurrency.

While I'm here: move the GHC-specific parts of the ForeignPtr
implementation into GHC.ForeignPtr.

21 years ago[project @ 2003-03-26 12:35:34 by simonmar]
simonmar [Wed, 26 Mar 2003 12:35:34 +0000 (12:35 +0000)]
[project @ 2003-03-26 12:35:34 by simonmar]
Add getrlimit()/setrlimit() suppport

21 years ago[project @ 2003-03-14 13:08:04 by simonmar]
simonmar [Fri, 14 Mar 2003 13:08:04 +0000 (13:08 +0000)]
[project @ 2003-03-14 13:08:04 by simonmar]
Attach the finalizer to the write side of a duplex handle, where it
should have been.  Otherwise finalization of duplex handles doesn't
work properly.

MERGE TO STABLE

21 years ago[project @ 2003-03-12 16:42:27 by ijones]
ijones [Wed, 12 Mar 2003 16:42:27 +0000 (16:42 +0000)]
[project @ 2003-03-12 16:42:27 by ijones]
* Added more Haddock documentation to functions / classes / types
* Added section headings for classes / types
* Added an Examples section

21 years ago[project @ 2003-03-11 18:41:43 by panne]
panne [Tue, 11 Mar 2003 18:41:43 +0000 (18:41 +0000)]
[project @ 2003-03-11 18:41:43 by panne]
Fixed link to getArgs

21 years ago[project @ 2003-03-09 20:19:27 by panne]
panne [Sun, 9 Mar 2003 20:19:27 +0000 (20:19 +0000)]
[project @ 2003-03-09 20:19:27 by panne]
Fixed markup confusion ("" vs. '')

21 years ago[project @ 2003-03-08 23:03:47 by panne]
panne [Sat, 8 Mar 2003 23:03:49 +0000 (23:03 +0000)]
[project @ 2003-03-08 23:03:47 by panne]
More markup fixes...

21 years ago[project @ 2003-03-08 19:02:39 by panne]
panne [Sat, 8 Mar 2003 19:02:39 +0000 (19:02 +0000)]
[project @ 2003-03-08 19:02:39 by panne]
Fixed some broken/redirected/canonicalized links found by a very picky
link checker.

21 years ago[project @ 2003-03-06 09:51:03 by simonmar]
simonmar [Thu, 6 Mar 2003 09:51:03 +0000 (09:51 +0000)]
[project @ 2003-03-06 09:51:03 by simonmar]
Add Data/Array/IO to list of directories

21 years ago[project @ 2003-03-05 15:54:59 by malcolm]
malcolm [Wed, 5 Mar 2003 15:54:59 +0000 (15:54 +0000)]
[project @ 2003-03-05 15:54:59 by malcolm]
For nhc98, use nullPtr rather than 0 as the argument to time().

21 years ago[project @ 2003-03-05 15:53:10 by malcolm]
malcolm [Wed, 5 Mar 2003 15:53:10 +0000 (15:53 +0000)]
[project @ 2003-03-05 15:53:10 by malcolm]
Build the hierarchical libraries from .hc files when building nhc98 from .hc's.

21 years ago[project @ 2003-03-04 13:36:39 by ross]
ross [Tue, 4 Mar 2003 13:36:39 +0000 (13:36 +0000)]
[project @ 2003-03-04 13:36:39 by ross]
add an #ifdef __GLASGOW_HASKELL__