- 11 Dec, 2000 1 commit
-
-
simonmar authored
gc unused imports
-
- 30 Jun, 2000 1 commit
-
-
simonmar authored
- fix copyrights - remove some unused imports - comment formatting fixes
-
- 29 Oct, 1999 1 commit
-
-
andy authored
Adding in the modified versions of the Standard Haskell 98 libraries. These should compile under both Hugs and GHC. use the flags -D__HUGS__ -DUSE_REPORT_PRELUDE to extract the Hugs src.
-
- 18 May, 1999 1 commit
-
-
simonpj authored
../compiler/msg_prel
-
- 13 May, 1999 1 commit
-
-
sof authored
Fised & improved lexing of escaped numeric character literals + a regression test.
-
- 14 Jan, 1999 1 commit
-
-
sof authored
Changes to make the Prelude comply with Haskell 98. I claim that this completes GHC's implementation of Haskell 98 (at least feature-wise, but there's bound to be some bugs lurking..)
-
- 02 Dec, 1998 1 commit
-
-
simonm authored
Move 4.01 onto the main trunk.
-
- 02 Feb, 1998 1 commit
-
-
simonm authored
Library re-organisation: All libraries now live under ghc/lib, which has the following structure: ghc/lib/std -- all prelude files (libHS.a) ghc/lib/std/cbits ghc/lib/exts -- standard Hugs/GHC extensions (libHSexts.a) -- available with '-fglasgow-exts' ghc/lib/posix -- POSIX library (libHSposix.a) ghc/lib/posix/cbits -- available with '-syslib posix' ghc/lib/misc -- used to be hslibs/ghc (libHSmisc.a) ghc/lib/misc/cbits -- available with '-syslib misc' ghc/lib/concurrent -- Concurrent libraries (libHSconc.a) -- available with '-concurrent' Also, several non-standard prelude modules had their names changed to begin with 'Prel' to reduce namespace pollution. Addr ==> PrelAddr (Addr interface available in 'exts') ArrBase ==> PrelArr CCall ==> PrelCCall (CCall interface available in 'exts') ConcBase ==> PrelConc GHCerr ==> PrelErr Foreign ==> PrelForeign (Foreign interface available in 'exts') GHC ==> PrelGHC IOHandle ==> PrelHandle IOBase ==> PrelIOBase GHCmain ==> PrelMain STBase ==> PrelST Unsafe ==> PrelUnsafe UnsafeST ==> PrelUnsafeST
-
- 22 Jan, 1998 1 commit
-
-
sof authored
* removed ghc/Error.{lhs,hi-boot} * moved contents of Error to GHCerr + adjusted import lists of files that use old Error functionality. * moved seqError from Prelude to GHCerr.
-
- 11 Nov, 1997 1 commit
-
-
simonm authored
Library changes to: * remove PrimIO * change type of _ccall_ to IO * incorporate Alastair Reid's new library interfaces for compatibility with Hugs.
-
- 18 May, 1997 1 commit
-
-
sof authored
Moved intToDigit to PrelBase
-
- 14 Mar, 1997 1 commit
-
-
sof authored
OGI changes through 130397
-
- 06 Jan, 1997 1 commit
-
-
simonpj authored
Pragmas in interface files added
-
- 19 Dec, 1996 1 commit
-
-
simonpj authored
Adding and removing files
-