- 16 Jul, 2000 1 commit
-
-
panne authored
* Fixed handling of filename arguments without extension * Added new -fstrictfp flag * Some cosmetic changes (unless/when instead of if)
-
- 15 Jul, 2000 1 commit
-
-
panne authored
Merged Marcin's patches for unboxed thingies
-
- 14 Jul, 2000 14 commits
-
-
lewie authored
Functional Dependencies were not getting simplified away when the dictionary that generated them was simplified by instance resolution. Fixed.
-
simonpj authored
Add mutually recursive kind inference test
-
simonpj authored
Fix typeKind
-
simonpj authored
Arrange that type signatures work right. Consider: module A import M( f ) f :: Int -> Int f x = x Here, the 'f' in the signature isn't ambiguous; it refers to the locally defined f. (This isn't clear in the Haskell 98 report, but it will be.)
-
simonpj authored
Wibbles in the new kind-checking stuff
-
simonpj authored
Add a type signature
-
simonpj authored
Tidy up newMutTyVar/newSigTyVar
-
simonmar authored
remove unused #include "gmp.h"
-
simonmar authored
Add a section describing GHC's version numbering policy.
-
simonmar authored
wibble
-
simonmar authored
- add a new section on "keeping intermediate files" - document the new -keep-tmp-files and -keep-raw-s-file options.
-
simonmar authored
Add -keep-tmp-files flag, to tell the driver not to delete tmp files. Useful mainly for debugging the driver, and obsoletes the GHC folklore of using ^Z for this purpose.
-
simonpj authored
This commit completely re-does the kind-inference mechanism. Previously it was inter-wound with type inference, but that was always hard to understand, and it finally broke when we started checking for ambiguity when type-checking a type signature (details irrelevant). So now kind inference is more clearly separated, so that it never takes place at the same time as type inference. The biggest change is in TcTyClsDecls, which does the kind inference for a group of type and class declarations. It now contains comments to explain how it all works. There are also comments in TypeRep which describes the slightly tricky way in which we deal with the fact that kind 'type' (written '*') actually has 'boxed type' and 'unboxed type' as sub-kinds. The whole thing is a bit of a hack, because we don't really have sub-kinding, but it's less of a hack than before. A lot of general tidying up happened at the same time. In particular, I removed some dead code here and there
-
simonpj authored
Remove dead code
-
- 13 Jul, 2000 7 commits
-
-
simonmar authored
Take the README for a binary dist from the project directory, not fptools.
-
simonmar authored
update, and make less GHC-specific
-
simonmar authored
update to match reality; try to be a bit more helpful
-
sewardj authored
Zap yet another bogon in x86 floating args to ccalls.
-
michaelw authored
more changes to FPTOOLS_GHC_VERSION: * fixed bug in too-many-args case * reworked regexp for versions
-
sewardj authored
sparc NCG is now enabled by default for non-opt compilation.
-
sewardj authored
Reg needs to be imported non-abstractly for sparc.
-
- 12 Jul, 2000 2 commits
- 11 Jul, 2000 15 commits
-
-
michaelw authored
added Debian location to DocBook catalog test
-
michaelw authored
typo
-
michaelw authored
updated comments
-
panne authored
Hash MachLabel, too
-
panne authored
Replace RcFloating with RcFloat/RcDouble. I'm not exactly sure what I'm doing here, so somebody else should better have a look.
-
panne authored
* linux_TARGET_ARCH => i386_TARGET_ARCH * move callClobberedRegs into safety in front of the register #define-orgy (what the ... is this cpp-ery for? %-]
-
simonmar authored
reinstate used import
-
simonmar authored
remove unused imports
-
simonmar authored
remove unused imports
-
simonmar authored
remove unused imports
-
simonmar authored
remove unused imports; misc cleanup
-
simonmar authored
remove unused imports; misc cleanup
-
simonmar authored
remove unused imports
-
simonmar authored
use MachLabel rather than MachLitLit for compiling foreign label and foreign export dynamic.
-
simonmar authored
fix typo
-