| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most of the other users of the fptools build system have migrated to
Cabal, and with the move to darcs we can now flatten the source tree
without losing history, so here goes.
The main change is that the ghc/ subdir is gone, and most of what it
contained is now at the top level. The build system now makes no
pretense at being multi-project, it is just the GHC build system.
No doubt this will break many things, and there will be a period of
instability while we fix the dependencies. A straightforward build
should work, but I haven't yet fixed binary/source distributions.
Changes to the Building Guide will follow, too.
|
|
|
|
| |
Add casts to silence warnings when using Solaris' simple-minded isupper() macro.
|
|
|
|
| |
rearrange includes
|
|
|
|
| |
Merge backend-hacking-branch onto HEAD. Yay!
|
|
|
|
| |
ANSIfication (from Ralf Wildenhues)
|
|
|
|
|
|
|
| |
Fix integer truncation
Subimitted by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, via
Nicholas Nethercote <njn25@cam.ac.uk>
|
|
|
|
|
|
| |
Fix problem with MARK.
Patch submitted by Nicholas Nethercote <njn25@cam.ac.uk>.
|
|
|
|
| |
Fix bug caused by non-use of function prototypes (grrr!).
|
|
|
|
| |
Warning police: Removed "possibly uninitialized variable" warning.
|
|
|
|
|
|
|
|
|
|
|
| |
Increase the size of many of the int variables used in hp2ps to 64
bits on a 32 bit machine, since they can easily overflow if the
program runs for a few seconds.
Fortunately there was a useful typedef to change - I couldn't be
bothered figuring out exactly which variables to make wider, and the
performance of hp2ps isn't really critical anyhow (this change makes
it about 30% slower, but who cares).
|
|
|
|
| |
Extraneous -O
|
|
|
|
| |
Make LIBM be detected by autoconf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
don't set $(WAYS) in ghc/mk/paths.mk, set it explicitly in the
Makefiles where it is required (compiler/Makefile, lib/Makefile and
runtime/Makefile).
Remove the overriding of $(WAYS) from utils/*/Makefile.
No need to eliminate warnings for overlapped patterns in
Happy-generated parsers any more.
Don't compile OccurAnal with -O if we're using a pre-version-2 GHC,
since it seems there's an optimiser bug.
|
|
|
|
| |
Added -O to SRC_CC_OPTS
|
|
|
|
| |
Made WAYS immune
|
|
|
|
| |
Makefile following new setup
|
|
|
|
| |
New Build System!
|
|
|
|
| |
Documented width restriction when generating eps files
|
|
|
|
| |
Bulk of final changes for 2.01
|
|
|
|
| |
partain changes through 960629
|
|
|
|
| |
partain 1.3 changes to 960626
|
|
Initial revision
|