- 17 Jan, 2001 1 commit
-
-
simonmar authored
remove the message that says "now do gmake boot followed by gmake..."
-
- 16 Jan, 2001 1 commit
-
-
simonmar authored
platform definitions for PPC/MacOSX
-
- 08 Jan, 2001 1 commit
-
-
chak authored
Revision of Marcin's QError module * I think, there was a rough consensus that Marcin's module provides the right kind of interface for handling "errno"s * Malcolm preferred an enumeration, but Marcin made a convincing argument that this doesn't go well with architecture-dependent variations of "errno" * Recoded the hsc magic into autoconf magic * In hsc files, errno constants can be accessed directly; to provide access for ordinary Haskell programmer, constants for a range of common symbols are provided (their values are determined by configure) * Introduced an `Errno' newtype to increase type safety * renamed the throwIfXXX functions to throwErrnoIfXXX to have the original names available in the language independent MarshalError * FIXME: We need a thread local getErrno in the RTS! (It all compiles, but is still to be tested.)
-
- 13 Nov, 2000 1 commit
-
-
simonmar authored
Test for inttypes.h: Solaris' version of stdint.h
-
- 07 Nov, 2000 1 commit
-
-
simonmar authored
Merge before-ghci -> before-ghci-branch-merged in the non-ghc parts of the tree.
-
- 02 Nov, 2000 1 commit
-
-
simonmar authored
Cleaning up the configuration/build process. - New build.mk option: GhcWithInterpreter. It has reasonable defaults, and shouldn't need to be overriden (you get the interpreter if you're bootstrapping with ghc 4.09+ on an ELF architecture, at the moment). - compilation manager now lives in compiler/compMan. compiler/ghci contains only interpreter-related files. - WithGhcHc has gone, it now defaults to $(GHC). This is so that we can reliably determine the version of $(GHC) using the stuff that configure tells us. configure gets a new --with-ghc option so you can specify which ghc to use.
-
- 11 Sep, 2000 1 commit
-
-
rrt authored
Make sure windows.h is always checked for, not just when HOpenGL is present.
-
- 10 Sep, 2000 1 commit
-
-
panne authored
First (awkward) steps towards an HOpenGL integration
-
- 05 Sep, 2000 1 commit
-
-
simonmar authored
comment update
-
- 21 Aug, 2000 1 commit
-
-
simonmar authored
look for GMP 3, not GMP 2.
-
- 04 Aug, 2000 1 commit
-
-
lewie authored
Port to OpenBSD from Thomas Nordin. Please merge with 4.08 (you'll also need the new config.guess and config.sub from the previous commit).
-
- 11 Jul, 2000 2 commits
- 30 Jun, 2000 1 commit
-
-
simonmar authored
Check the version of the installed ghc, and set GhcVersion, GhcMajVersion, GhcMinVersion and GhcPatchLevel make variables.
-
- 29 Jun, 2000 1 commit
-
-
simonmar authored
Add test for GNU regex in libc, which we'll use to decide whether to compile our own copy of the library in package text.
-
- 15 Jun, 2000 1 commit
-
-
panne authored
Quick workaround for Reuben's M$ configuration problems
-
- 08 Jun, 2000 1 commit
-
-
panne authored
autoconf hackery for CTypes{,ISO}
-
- 01 Jun, 2000 1 commit
-
-
panne authored
The DocBook saga continues: Look for already installed catalog first.
-
- 31 May, 2000 1 commit
-
-
chak authored
Autoconf magic to determine a working DocBook CATALOG file (if any). Makes the makefile variable DOCBOOK_CATALOG refer to this CATALOG file (absolute path).
-
- 12 May, 2000 1 commit
-
-
rrt authored
Add JadeCmd to find path of jade.
-
- 09 May, 2000 1 commit
-
-
rrt authored
Changed Perl test so that it simply allows vv5 & 6 and disallows any other; also hardwire path to perl to /bin/perl under Windows, to avoid clashing with other weird Perls that may be on the path.
-
- 21 Apr, 2000 1 commit
-
-
panne authored
/tmp/msg
-
- 06 Apr, 2000 1 commit
-
-
panne authored
added autoconf magic for integral limits
-
- 04 Apr, 2000 1 commit
-
-
rrt authored
Added FIND as a symbol so that it can be changed on OSes which have different ideas as to what "find" should do.
-
- 13 Mar, 2000 1 commit
-
-
simonmar authored
remove duplicate signal type test.
-
- 25 Feb, 2000 1 commit
-
-
simonmar authored
add -ltermcap when looking for -lreadline. From: Michael Weber.
-
- 26 Jan, 2000 1 commit
-
-
panne authored
Sven's first autoheader commandment: Don't change config.h.in manually...! (Why is mk/config.h.in in the repository? configure is not, either.)
-
- 25 Jan, 2000 2 commits
- 24 Jan, 2000 1 commit
-
-
panne authored
Added autoconf magic for size/alignment of some more C types
-
- 22 Jan, 2000 1 commit
-
-
simonmar authored
- FreeBSD 3+ is now known as i386-unknown-freebsd (to accomodate forthcoming FreeBSD 4.X - add alpha-unknown-{linux,freebsd}
-
- 07 Dec, 1999 2 commits
-
-
simonmar authored
Automatically detect installed copies of ghc, nhc and hbc and plug them into the Makefile variables $(GHC), $(NHC) and $(HBC) respectively. $(HC) is now supposed to be a generic installed haskell compiler, which defaults to $(GHC) and can be changed via ./configure --with-hc=<blah>. Reorganise and tidy up a few things in config.mk.in.
-
chak authored
Package local configuration scripts allow to modularise the configuration (we start by having one for ghc): * Modularised configuration avoids unnecessary dependencies for individual packages. * Furthermore, package local configuration (such as entering version information into rpm .spec files) is possible.
-
- 01 Dec, 1999 1 commit
-
-
sewardj authored
Make <readline/history.h> a requirement for use of libreadline.
-
- 25 Nov, 1999 1 commit
-
-
sewardj authored
Pass flag -ltermcap as link option for test -lreadline.
-
- 12 Nov, 1999 2 commits
- 05 Oct, 1999 1 commit
-
-
simonmar authored
--with-ghc-hc is now --with-hc (to be used as the "locally installed Haskell compiler" for all projects).
-
- 14 Jul, 1999 1 commit
-
-
simonmar authored
Don't attempt to discover the exact location of cpp, instead use 'gcc -E'. With the right combination of flags, it seems we can get the same behaviour as calling cpp directly.
-
- 04 May, 1999 1 commit
-
-
sof authored
Check for presence of winsock.h
-