- Oct 10, 2000
-
-
chak@cse.unsw.edu.au. authored
Just for fun, perl v5.6.0 version info has a different syntax.
-
- Oct 09, 2000
-
-
Reuben Thomas authored
Added a tip about using <Para> inside <ListItem>s.
-
Reuben Thomas authored
Many fixes to make it DocBook friendly.
-
Simon Marlow authored
Fill in some gaps; add Float# and Double# reps
-
Simon Marlow authored
fix heap check bogons in mci_make_constr*
-
Daan Leijen authored
Lots of changes for Xmlambda. all changes are between #ifdef XMLAMBDA blocks. - new bytecodes for Inj constructors and witnesses - new primops for rows - code for calling foreign functions. This only works with 'dynamic.c' but that is not checked in yet.
-
Simon Marlow authored
import Linker ( linkPrelude )
-
Daan Leijen authored
removed references to 'splim' in code for the INTERPRETER.
-
Simon Marlow authored
Re-add -fwarn-hi-shadowing now that we mostly remove duplicates from the import path.
-
- Oct 06, 2000
-
-
Simon Marlow authored
Link the compiled prelude in, for testing the interpreter.
-
Simon Marlow authored
Hack about in a major way, and get this thing linking interpreted code to a compiled prelude.
-
Simon Marlow authored
- Add Linker.lhs, an interface to the underlying RTS object linker - Split off the interpreter's abstract syntax into InterpSyn.lhs - Some minor updates to the compilation manager stuff.
-
Simon Marlow authored
The GC needs to be cleverer about which address ranges are in text/data space if we're dynamically loading modules. (BTW, this linking stuff is mostly ported from code written by Julian Seward for STG Hugs).
-
Simon Marlow authored
Initialise the object linker if we're in GHCi.
-
Simon Marlow authored
Add a debug flag for the object linker.
-
Simon Marlow authored
Extend the hash table implementation to support string-indexed dynamic hash tables.
-
Simon Marlow authored
Object file linker for GHCi.
-
Julian Seward authored
Implement a few more dull bits of code for the Compilation Manager.
-
Julian Seward authored
Commit half-implemented CM, and supporting changes.
-
Reuben Thomas authored
Mucho fixes for Windows MM timers.
-
Simon Peyton Jones authored
Allow finite number of (!) fields in constructors :-)
-
AndyGill authored
Adding depend info
-
- Oct 05, 2000
-
-
AndyGill authored
Fixing the order that labeled fields appear in datatypes. Currently they are reversed, which breaks the prelude badly. [From Haskell report: The arguments to the positional constructor occur in the same order as the labeled fields. For example, the declaration data C = F { f1,f2 :: Int, f3 :: Bool} defines a type and constructor identical to the one produced by data C = F Int Int Bool ]
-
Simon Peyton Jones authored
wibble
-
Simon Peyton Jones authored
Add test for generics
-
Simon Peyton Jones authored
Add a test to reject things like: instance Ord a => Ord (forall s. T s a) g :: T s (forall b.b) The for-alls are illegal in type arguments!
-
Simon Peyton Jones authored
Add test for for-all types in arguments
-
Simon Peyton Jones authored
Parser changes to support type constructor operators; part of the generics stuff
-
Simon Peyton Jones authored
Add a bit more documentation of generics
-
Simon Marlow authored
let's touch the *right* .o file, shall we?
-
Simon Marlow authored
oops, need to touch the .o file if compilation was NOT required
-
Simon Marlow authored
test -fgenerics before generating the generic datatype.
-
Simon Marlow authored
add -fgenerics
-
Julian Seward authored
Add finder, summariser, part of CM, to repo.
-
- Oct 04, 2000
-
-
Simon Marlow authored
Turn off generics for the nightly build; I'll add a flag to disable it selectively tomorrow.
-
Julian Seward authored
Update packages stuff to track yesterday's changes to @data Package = ...@.
-
- Oct 03, 2000
-
-
AndyGill authored
Addding the Galois Connections ray tracer as an example for GHC.
-
Julian Seward authored
Change representation of Package so it contains the package's name. (This makes GHCI a bit more convenient).
-
Marcin 'Qrczak' Kowalczyk authored
Added eqString_RDR to implicitFVs.
-
Keith Wansbrough authored
Correct some minor typos and a forward reference or two.
-