- Jul 28, 1999
-
-
Simon Marlow authored
- Use explicit file modes when installing binaries & scripts (not essential, but someone complained about it). - Use $(INSTALL_SCRIPT) for scripts
-
- Jul 26, 1999
-
-
Simon Marlow authored
Remove some unused things.
-
- Jul 15, 1999
-
-
Simon Marlow authored
oops, forgot to commit this yesterday. RAWCPP is now '$(CPP) -undef -traditional'.
-
- Jun 18, 1999
-
-
Simon Marlow authored
Typo from Wolfram.
-
- Jun 16, 1999
-
-
Simon Marlow authored
Make use of the $(GhcWithRegisterised) build flag from config.mk. You can now get an unregisterised build by *either* - setting GhcWithRegisterised to NO in build.mk, or - adding 'u' to GhcLibWays. The former will make all compilations unregisterised, whereas the latter will require a '-unreg' flag to be passed to the compiler to get the unregisterised build.
-
- Jun 08, 1999
-
-
Simon Marlow authored
Pass -unreg for unregisterized builds.
-
- Jun 03, 1999
-
-
sof authored
DLL install support
-
- May 04, 1999
- Mar 22, 1999
-
-
Simon Marlow authored
Update from autoheader.
-
- Feb 08, 1999
-
-
sof authored
Added `timezone' config test.
-
- Feb 02, 1999
-
-
sof authored
- define and use *_OPTS for the various sgmltools. - acknowledge the existence of INSTALL_LIB_SCRIPTS.
-
- Jan 24, 1999
-
-
sof authored
GhcReportCompiles: default is NO
-
- Jan 15, 1999
-
-
Simon Marlow authored
Compile the RTS with -O2 and -fomit-frame-pointer.
-
- Jan 14, 1999
-
-
Simon Marlow authored
- compile Happy with -O by default.
-
- Jan 10, 1999
-
-
sof authored
Added definition of WithGhcHcVersion (but left commented out, as it's currently unused.)
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- Nov 23, 1998
-
-
sof authored
Default GhcReportCompiles to NO
-
- Nov 22, 1998
-
-
sof authored
Added f-checks for symlink() and readlink()
-
- Nov 21, 1998
-
-
sof authored
Distinguish between defn and use of etext and end syms; they're not the same on platforms where we have to resort to asm labels.
-
- Oct 07, 1998
-
-
Simon Marlow authored
AT_GLASGOW went away.
-
- Sep 29, 1998
-
-
sof authored
Added CODE_BEFORE_DATA, DATA_SECTION_END_MARKER, TEXT_SECTION_END_MARKER
-
- Sep 14, 1998
-
-
Simon Marlow authored
quick fix for multi-file sgml docs.
-
- Aug 19, 1998
-
-
sof authored
WithGhcHc: let configure script fill in default
-
- Aug 18, 1998
-
-
sof authored
Disregard whatever AC_PROG_LEX comes up with for LEXLIB (e.g., -lfl or not), since all fptools/ flex scripts define their own yywrap() anyway
-
- Aug 17, 1998
-
-
Simon Marlow authored
add HAVE_NETINET_TCP_H
-
- Aug 16, 1998
-
-
sof authored
Add feature test for O_BINARY
-
- Aug 15, 1998
-
-
sof authored
Add entry for HAVE_ST_BLKSIZE
-
- Aug 14, 1998
- Aug 10, 1998
-
-
Simon Marlow authored
add LibGmp.
-
- Jul 24, 1998
-
-
sof authored
Added long long feature test; macro namespace cleanup
-
- Jul 10, 1998
-
-
sof authored
Added .gc -> .lhs suffix rule
-
- Jun 21, 1998
-
-
sof authored
Missing =
-
- Jun 19, 1998
-
-
Simon Marlow authored
oops, update acconfig.h too.
-
Simon Marlow authored
update w/ respect to latest configure.in.
-