- 27 Oct, 2000 26 commits
-
-
simonmar authored
don't need GHC_HSC_DIR and GHC_HSC any more.
-
simonmar authored
hsc ==> ghc
-
simonmar authored
remove interfaceFileVersion, this comes in through Config.hs now.
-
simonpj authored
Win32 hacks.
-
simonmar authored
fix location of .hi file for packages
-
sewardj authored
Fix various platform-dependent bogons.
-
sewardj authored
Avoid circularity between these two on Win32.
-
simonmar authored
don't fake the processID
-
simonmar authored
remove traces
-
simonmar authored
fix some obvious bogons
-
simonmar authored
create ghc-inplace
-
simonmar authored
wibbles
-
simonmar authored
s/allocMemory__/malloc
-
simonmar authored
fix imports
-
sewardj authored
Final mods to make it compile with 4.08.1. You don't get an interpreter like that, tho.
-
simonmar authored
typo
-
sewardj authored
Half-way through versioning so it will compile, sans interpreter, with 4.08.1
-
simonmar authored
remove unneeded exports
-
sewardj authored
Track changes to the finder (now is a global variable and not passed around). Also some fixes to flag handling.
-
simonmar 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
-
sewardj authored
baseRegOffset: handle long-regs correctly.
-
simonmar authored
fill in the package cache on the first lookup too.
-
simonmar authored
Change the finder so that it doesn't fill in the home cache until it is first used.
-
sewardj authored
Remove some redundant -fvia-Cs, wot offend mine eye.
-
sewardj authored
No longer needed. Bye bye Argv!
-
sewardj authored
Don't link happy-generated objects twice.
-
- 26 Oct, 2000 7 commits
-
-
sewardj authored
Final changes to get it to compile.
-
sewardj authored
Compile everything up to Main. The Really Entertaining News (tm) is that there are still modules beyond Main to fix up :-)
-
simonmar authored
Simon's stuff
-
sewardj authored
Make HscMain compile. Hurrah!
-
simonmar authored
Fix up
-
sewardj authored
So Simon can proceed with driver hacks.
-
simonpj authored
wibbles
-
- 25 Oct, 2000 7 commits
-
-
sewardj authored
Wibbles from Julian
-
simonpj authored
writeIface stuff
-
sewardj authored
Compile up to HscMain. Again :)
-
simonpj authored
Wibbles
-
simonpj authored
Tons of stuff for the mornings work
-
sewardj authored
Sort out linking of interpreted code a bit.
-
sewardj authored
HscMain: more details on parsing and codegen, and handle parse/rename/tc failure correctly.
-