- 25 Feb, 2005 3 commits
- 24 Feb, 2005 2 commits
- 23 Feb, 2005 13 commits
-
-
simonmar authored
Make :info behave like :type, and show foralls when -fglasgow-exts is on.
-
simonmar authored
Fix the use of -package flags (I hope). GHC 6.4 should build with itself, now.
-
simonmar authored
Sanity check for $hardtop containing space characters, suggested by Malcolm Wallace.
-
simonpj authored
--------------------------------------------- Make type synonyms uniform with data types so far as infix operators are concerned --------------------------------------------- Merge to STABLE This allows type (a :+: b) c d = ... which was prevented before by accident. I've also documented the fact that classes can be infix; and arranged that class constraints in types can be in infix form. f :: (a :=: b) => ....
-
simonmar authored
Add final newline
-
simonmar authored
In -e mode, if there is an error loading the modules on the command line, stop immediately rather than going on to evaluate the expression.
-
simonmar authored
fix for findPackageModule: if we find the module in the cache, check that it actually is a package module before returning it.
-
simonmar authored
rearrange includes
-
simonmar authored
Move include <stdlib.h> later
-
simonmar authored
Move include of <string.h> later
-
simonmar authored
more include of <stdio.h> later: ghcautoconf.h must come before any system includes, because it might define _FILE_OFFSET_BITS.
-
simonmar authored
Add AdjustorAsm.S to EXCLUDED_SRCS unless we're building for powerpc/powerpc64. Apparently Solaris ld chokes on the empty object file otherwise.
-
simonpj authored
--------------------------------------------- Another fix to data2tag evaluated-ness (sigh) --------------------------------------------- Merge to STABLE
-
- 22 Feb, 2005 3 commits
-
-
simonpj authored
------------------------------------------------------- Change -include-prelude to -include-pkg-deps for ghc -M ------------------------------------------------------- Merge to STABLE This commit just renames the flag for ghc -M to something more sensible.
-
simonpj authored
Commentary stuff
-
simonmar authored
emitSwitch: if we're compiling via C, then always generate a switch rather than an if-tree. This should work around brokenness in older versions of GCC.
-
- 21 Feb, 2005 4 commits
-
-
simonmar authored
add mk/fix_install_names.sh to source dist
-
simonmar authored
Fix a recompilation bug caused by the fact that typecheckIface wasn't going via loadDecl to create the binders properly. The fix actually results in slightly cleaner code.
-
simonmar authored
Clean and install ghcplatform.h
-
simonmar authored
For some reason rev. 1.71 undid rev. 1.70. Restore it.
-
- 20 Feb, 2005 3 commits
-
-
ross authored
more tracking of field name changes (cc-options, hugs-options & frameworks)
-
desrt authored
package.conf.in: more Cabal changes tracking - change 'extra-ld-opts' to 'ld-options' - change 'extra-libs' to 'extra-libraries' stage2 once again builds successfully.
-
ross authored
more InstalledPackageInfo tracking: extraFrameworks -> frameworks
-
- 19 Feb, 2005 2 commits
-
-
desrt authored
Linker.lhs: s/extraLdOpts/ldOptions/ to fix a build breakage caused by recent updates to main/ParsePkgConf.y (version 1.20)
-
desrt authored
Linker.c: ELF: Added two utility functions findElfSectionIndexByName and findElfSectionByName that are used by the PPC64 linker currently being worked on. These functions should be used in other (generic) ELF code too.
-
- 18 Feb, 2005 5 commits
-
-
simonmar authored
Track InstalledPackageInfo updates
-
simonmar authored
Rename fields in InstalledPackageInfo for consistency with PackageDescription & buildInfo: extra-libs (extraLibraries) --> extra-libraries (extraLibraries) extra-cc-opts (extraCcOpts) --> cc-options (ccOptions) extra-ld-opts (extraLdOpts) --> ld-options (ldOptions) extra-hugs-opts (extraHugsOpts) --> hugs-options (hugsOptions) extra-frameworks (extraFrameworks) --> frameworks (frameworks)
-
simonmar authored
use $(strip ..) in various places to eliminate spurious whitespace
-
simonmar authored
Detect and substitue $(GccVersion) properly
-
simonmar authored
Mac OS X: fixes to the splitter (rev. 1.24.6.1 on the branch)
-
- 17 Feb, 2005 3 commits
-
-
desrt authored
LinkerInternals.h: all platforms: changed 'image' pointer in ObjectCode from (void *) to (char *). Linker.c: linux/ppc: added mremap() support to unbreak the build when USE_MMAP is defined on linux/ppc (as it now is.)
-
simonmar authored
Mention GHC's relaxation of the layout rule
-
ross authored
* set off examples (e.g. as used in the Cabal doc) from the text. * make minor headers blue too. * make the green in screens a bit darker for contrast.
-
- 16 Feb, 2005 2 commits