- 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.
-
- Jun 12, 1998
-
-
sof authored
install rule: check to see if SCRIPT_LINK already exists as symlink; if so, delete and create new
-
- Jun 11, 1998
-
-
sof authored
Added ZIP_OPTS
-
- Jun 08, 1998
-
-
Simon Marlow authored
update GHC version to 3.03.
-
- May 29, 1998
-
-
sof authored
New rule, dist-package-zip: package src dists up using zip
-
- May 27, 1998
-
-
Simon Marlow authored
oops, committed proto GhcProjectVersion by mistake.
-
- May 22, 1998
-
-
Simon Marlow authored
nuke $(WithGhcHcType)
-
- May 15, 1998
-
-
Simon Marlow authored
Profiling w/ splitting appears to produce reasonably sizes libraries now: turn splitting back on by default.
-
Simon Marlow authored
only strip libraries if $(StripLibraries) eq "YES"
-
- May 12, 1998
-
-
Simon Marlow authored
- remove *.hc from MOSTLY_CLEAN_FILES.
-
Simon Marlow authored
Update this file to the version generated by 'autoheader'. It shouldn't really be in the repository anyway.
-
- May 08, 1998
-
-
Simon Marlow authored
fix to StripLibraries support.
-
- May 07, 1998
-
-
Simon Marlow authored
- New option $(StripLibraries) removes local symbols from library objects. Turned off by default, as it only works with linkers that support the '-x' (remove local symbols) option.
-
- Apr 29, 1998
-
-
Simon Marlow authored
- NoFibHcOpts = -O by default.
-