- Oct 12, 2000
-
-
Reuben Thomas authored
#warning is not ANSI.
-
Simon Peyton Jones authored
Work on initialisation of persistent compiler state
-
Julian Seward authored
mkSysModuleFS -> mkSysModuleNameFS
-
Reuben Thomas authored
Simple fix for install of HTML: mimic recursive install with chmod and cp.
-
Simon Marlow authored
isUnboundName moved
-
Simon Marlow authored
mkWiredInName fixes
-
Julian Seward authored
FastInt fixes
-
Simon Marlow authored
FastInt fixes; remove unused imports
-
Simon Marlow authored
FastInt fixes
-
Simon Marlow authored
RdrName->Name fix
-
Simon Peyton Jones authored
More of Simon
-
Reuben Thomas authored
Removed out-of-date Windows gumph. It's all in the installation notes, ad naus.
-
Simon Marlow authored
Remove wired-in names. Partially propogated.
-
Simon Marlow authored
update FAST_INT names
-
Simon Peyton Jones authored
Simons work, mainly on the type checker
-
Simon Marlow authored
Move FAST_INT and FAST_BOOL into their own module FastTypes, replacing the macro definitions in HsVersions.h with real definitions. Change most of the names in the process. Now we don't get bogus imports of GlaExts all over the place, and -fwarn-unused-imports is less noisy.
-
Simon Peyton Jones authored
Simons work, mainly on the type checker
-
Simon Marlow authored
Most _RDR names are now proper Names. The knownKeyRdrNames mapping from RdrNames to Uniques is now just a list of knownKeyNames. This change hasn't been propogated yet.
-
Julian Seward authored
Julians progress
-
Julian Seward authored
mkSrc* -> mk* (forgotten in last commit)
-
Julian Seward authored
Rename a bunch of mkSrc* things into mk*'s.
-
Julian Seward authored
Propagate recent changes in module/Module.lhs.
-
Julian Seward authored
Add ModuleEnv stuff.
-
Julian Seward authored
Changes to do with making Module and ModuleName into Uniquables.
-
Julian Seward authored
Rationalise Module/PackageInfo/ModLocation mess. Now we just have Module and ModuleKind.
-
Julian Seward authored
TLA renaming.
-
Julian Seward authored
DynFlag plumbing.
-
Simon Marlow authored
we're now at version 4.11, at Manuel's request. The next release will be version 5.00 (yay!), and version 4.10 will never exist.
-
- Oct 11, 2000
-
-
Julian Seward authored
Do most of the DynFlags plumbing. Also remove stuff pertaining to search paths since the finder does all that now.
-
Simon Peyton Jones authored
Beginnings of renamer and typechecker stuff
-
Simon Marlow authored
more progress; initial stab at calling hscMain from the driver Summary: * in normal mode, the driver calls hscMain directly. The compilation manager is not involved at all. This bit is almost there, just waiting for hscMain to catch up. * in `ghc --make' mode, the driver will hand off control to the compilation manager, and provide the `compile' interface. This bit isn't there yet. * in `ghc --interactive' mode, the driver will hand off control to the user interface (which doesn't exist yet), which will in turn invoke the compilation manager, which in turn invokes the driver again through the `compile' interface. None of this is there yet.
-
Julian Seward authored
Reinstate emptyPCS.
-
Simon Marlow authored
dead code removal
-
Simon Marlow authored
MkDependHS stuff separated into its own file.
-
Julian Seward authored
Move @compile@-related types to HscTypes.
-
Simon Marlow authored
all compiles now; not quite hooked up to hscMain yet though.
-
Simon Peyton Jones authored
Moving on
-
Julian Seward authored
Renaming of various previously-TLA'd types.
-
Simon Marlow authored
getting there...
-
Simon Marlow authored
nuke all the search path cruft in this file
-