- 26 Feb, 1998 1 commit
-
-
sof authored
Renamed SRC_HC_{PRE,POST} to HC_{POST,PRE}_OPTS
-
- 25 Feb, 1998 14 commits
-
-
sof authored
Clarified various cygwin32 install gotchas
-
sof authored
Interface file version checking support. Added a compiler version field to the interface file header. The format is now _interface_ <IfaceName> <ModuleVersion> <CompilerVersion> where the compiler version follow the value of $(ProjectVersionInt). Any mismatch in version numbers causes the renamer to give up. A compiler version number of 0 means turn off version checking (used by PrelGHC.hi to avoid having to update every time we release.) .hi-boot files are treated specially, the absence of a compiler version number in the header is taken to mean that there was a `0'. Need to do this since hsc's .hi-boot files have to also be useable by versions of the compiler that don't grok version info in interface files (e.g., ghc-2.10.)
-
sof authored
Dictionaries are now named as follows: $d<class><tycon><n> where "n" is a positive int, "tycon" is the name of the tyvar/tycon of the first argument to the "class" that the dict represent an instance of. The change should improve the behaviour of the recompilation checker, preventing the recompilation of all the dependents of a module whenever a data type of instance is added to it. (The common behaviour should be no recompilations, but there are cases where the naming scheme fails to prevent a recompile.)
-
sof authored
Magic constant removal (id.h now has #defines for the `special-syntax' identifiers.)
-
sof authored
Removed old and unused #defines
-
simonm authored
remove references to hslibs, and update the story w/ respect to the literate tools.
-
simonm authored
remove hslibs reference, add \$Id\$.
-
simonm authored
remove references to hslibs, and add \$Id\$
-
simonm authored
InstHsLibDir isn't used: nuke.
-
simonm authored
remove references to hslibs.
-
simonm authored
Don't use lazy unboxed bindings in strictToLazyST. Write out what we want explicity using case expressions.
-
sof authored
cygwin32: if no -o given, tell linker to create main.exe
-
sof authored
HPUX fix to allow non-empty consistency chunks pass through OK
-
sof authored
Prefix output with a newline to cope with Makefiles not having a newline at the end
-
- 24 Feb, 1998 3 commits
- 23 Feb, 1998 7 commits
-
-
simonpj authored
A bit more specialise code
-
simonm authored
add missing 'True' case to instance Outputable Bool.
-
simonm authored
Hugs type-checker bug.
-
simonm authored
bump GHC version to 3.02.
-
simonm authored
Fix CharLike and IntLike support: - rename maybeCharLikeTyCon to maybeCharLikeCon - rename maybeIntLikeTyCon to maybeIntLikeCon and make them return Bool instead of (Maybe TyCon).
-
simonm authored
src/Readline.lhs --> Readline.lhs
-
simonm authored
add multi-dimensional array test.
-
- 22 Feb, 1998 2 commits
- 20 Feb, 1998 12 commits
-
-
simonpj authored
Partially-written new specialiser
-
simonm authored
97 --> 98
-
simonm authored
- InstLibDir --> InstLibDirGhc - ${INSTALLING} --> $INSTALLING
-
simonm authored
- mk-version-symlinks not needed any more: the links are installed by the relevant Makefiles. - install the link from $(package) to $(package-version) in the installation directory.
-
simonm authored
include the release notes in the introduction section.
-
simonm authored
add missing entries.
-
simonm authored
version 3.01.
-
simonm authored
3.01 updates.
-
simonm authored
update for 3.01
-
simonm authored
cut-n-paste-o.
-
simonm authored
cut-and-paste-o.
-
simonm authored
remove spurious reference to GHC.hi (probably a cut-and-paste-o).
-
- 19 Feb, 1998 1 commit
-
-
sof authored
- Handle \begin{code} ... \end{code} + <code> ... </code>
-