- Oct 30, 2000
-
-
Simon Peyton Jones authored
wibble
-
Simon Peyton Jones authored
Fix Name
-
Simon Peyton Jones authored
First steps to making it work
-
- Oct 27, 2000
-
-
Simon Peyton Jones authored
Wibble
-
Simon Marlow authored
build as ghc-$(ProjectVersion), link to ghc (as per driver)
-
Simon Marlow authored
don't need GHC_HSC_DIR and GHC_HSC any more.
-
Simon Marlow authored
hsc ==> ghc
-
Simon Marlow authored
remove interfaceFileVersion, this comes in through Config.hs now.
-
Simon Peyton Jones authored
Win32 hacks.
-
Simon Marlow authored
fix location of .hi file for packages
-
Julian Seward authored
Fix various platform-dependent bogons.
-
Julian Seward authored
Avoid circularity between these two on Win32.
-
Simon Marlow authored
don't fake the processID
-
Simon Marlow authored
remove traces
-
Simon Marlow authored
fix some obvious bogons
-
Simon Marlow authored
create ghc-inplace
-
Simon Marlow authored
wibbles
-
Simon Marlow authored
s/allocMemory__/malloc
-
Simon Marlow authored
fix imports
-
Julian Seward authored
Final mods to make it compile with 4.08.1. You don't get an interpreter like that, tho.
-
Simon Marlow authored
typo
-
Julian Seward authored
Half-way through versioning so it will compile, sans interpreter, with 4.08.1
-
Simon Marlow authored
remove unneeded exports
-
Julian Seward authored
Track changes to the finder (now is a global variable and not passed around). Also some fixes to flag handling.
-
Simon Marlow authored
Don't pass the finder around any more. Instead, its state lives in the I/O monad. module Finder ( newFinder, -- :: PackageConfigInfo -> IO (), findModule, -- :: ModuleName -> IO (Maybe (Module, ModuleLocation)) ModuleLocation(..), mkHomeModuleLocn, ) where
-
Julian Seward authored
baseRegOffset: handle long-regs correctly.
-
Simon Marlow authored
fill in the package cache on the first lookup too.
-
Simon Marlow authored
Change the finder so that it doesn't fill in the home cache until it is first used.
-
Julian Seward authored
Remove some redundant -fvia-Cs, wot offend mine eye.
-
Julian Seward authored
No longer needed. Bye bye Argv!
-
Julian Seward authored
Don't link happy-generated objects twice.
-
- Oct 26, 2000
-
-
Julian Seward authored
Final changes to get it to compile.
-
Julian Seward authored
Compile everything up to Main. The Really Entertaining News (tm) is that there are still modules beyond Main to fix up :-)
-
Simon Marlow authored
Simon's stuff
-
Julian Seward authored
Make HscMain compile. Hurrah!
-
Simon Marlow authored
Fix up
-
Julian Seward authored
So Simon can proceed with driver hacks.
-
Simon Peyton Jones authored
wibbles
-
- Oct 25, 2000
-
-
Julian Seward authored
Wibbles from Julian
-
Simon Peyton Jones authored
writeIface stuff
-