- 09 Jul, 2002 2 commits
- 08 Jul, 2002 2 commits
- 06 Jul, 2002 1 commit
-
-
chak authored
Reverted to check for `null srcs' (instead of `null real_srcs') to determine whether to throw "no input files". Otherwise, something like ghc -o foo ObjectGeneratedByGHC.o doesn't work anymore.
-
- 05 Jul, 2002 4 commits
-
-
sof authored
isSourceFile: widened to also return True for .hc files
-
sof authored
5.04
-
sof authored
When validating the number of source files on the command-line wrt other options, only consider source files. i.e., don't consider .a's and .o's that inadvertently, and idempotently, might be present.
-
mthomas authored
Allow module names up to 50 chars wide without misalignment of the profiling table. For example: "Graphics.UI.ObjectIO.Process.Toolbar" no longer messes up the output. The output is now well over 80 chars wide now.
-
- 04 Jul, 2002 3 commits
-
-
simonpj authored
Fix error message
-
simonmar authored
In hPutLitString, catch the empty string case before calling hPutBuf. Some older versions of hPutBufFull choke on a zero-length buffer. Fixes occasional problems with the Sparc native code generator, which uses SLIT("") in a couple of places.
-
mthomas authored
Mingw32 has problems with "long long" display so convert to float output.
-
- 03 Jul, 2002 12 commits
-
-
sof authored
comment out para mentioning old ghc-win32 page; doesn't contain all that much useful info any longer
-
sof authored
updated external core frontend info
-
sof authored
Remove -fcore option, a NOP. (The Core frontend is enabled by feeding GHC .hcr files.)
-
wolfgang authored
added a note about MacOS X support
-
simonmar authored
version 5.04
-
simonmar authored
Announce for 5.04
-
simonmar authored
Small fix to the documentation installation
-
simonmar authored
Remove old BIN_DIST specific stuff
-
simonmar authored
Remove the stuff on building the documentation to the building guide.
-
simonmar authored
Add documentation on building the documentation. (I've moved the section on building documentation from the User's Guide, it doesn't really seem appropriate there).
-
simonpj authored
Reorder sections of type-system extensions
-
simonmar authored
Direct the punter to GHC.Exts rather than GHC.Prim.
-
- 02 Jul, 2002 16 commits
-
-
simonmar authored
After loading a package, set the context to something sensible
-
simonmar authored
Note that literate Haskell is not supported by hsc2hs at the moment
-
simonmar authored
Updates, mainly to get the documentation installed
-
simonmar authored
Give the book an id so it gets a nice HTML filename
-
simonmar authored
make $(datadir)/html before attempting to install into it
-
simonmar authored
For a binary distribution, install docs using the standard install-docs target rather than hacky copying (needed now that we use Haddock for building some of the docs too).
-
simonmar authored
Don't omit docs when doing a binary dist
-
simonmar authored
Remove $(GhcBinDistDocs), this will be done differently
-
simonmar authored
Install SGML docs in the right places: $(datadir)/html for HTML docs $(datedir) for everything else (our main HTML documentation tree will live in $(datadir)/html now).
-
simonmar authored
Updates
-
simonmar authored
Don't install a SIGFPE handler: this causes us to go into an infinite loop on a divide by zero on some systems (BSD, but not Linux it seems). I don't think we really ought to be ignoring SIGFPE: for floating point exceptions, the system usually has a way to request that operations generate exceptional values rather than signals (this is the required IEEE behaviour), and for integral division we should really check beforehand for division by zero (we don't yet).
-
wolfgang authored
mkMarshalCode implemented for PowerPC
-
wolfgang authored
GHCi lib autogeneration for MacOS X
-
wolfgang authored
added a missing SymX(__eprintf) improved handling of local symbols
-
wolfgang authored
MacOS X: Make GHCi load frameworks specified in package.conf. Frameworks specified directly from the command line are still ignored.
-
simonmar authored
Allow Haddock docs to be turned off by setting $(NO_HADDOCK_DOCS) to "YES"
-