- Apr 17, 1998
-
-
sof authored
Don't feed mkdependC -D__GNUC__ + fix-fix to mkdependC
-
sof authored
Workaround to prevent local build tree symlink from making it into a source dist
-
sof authored
Turn off GhcLibWays when booting from .hc files
-
sof authored
Delete temp files when through with it
-
Simon Marlow authored
- support the .p2align directive on x86 a.out architectures. This might be required for others, too.
-
sof authored
$(SCRIPT_LINK): use perl to test for symlinks rather than relying /bin/sh 'test'
-
- Apr 16, 1998
-
-
sof authored
Documented slight change to how .hc booting is done
-
sof authored
syslibs: generate dependencies on Prelude modules
-
sof authored
typo prevented --include-prelude from really working
-
sof authored
Don't bother with misc/, concurrent/ and posix/ when booting
-
sof authored
When booting from .hc files, turn off %.hc: %.l?hs suffix rules too
-
sof authored
Added --enable-hc-boot flag for setting up a .hc build tree
-
sof authored
Handle the case where $(SCRIPT_LINK) already exists (as a file)
-
sof authored
Handle the case where already exists (as a file)
-
Simon Marlow authored
- automatically-generated verbatim.c shouldn't be in the repository - CLEAN_FILES += verbatim.c
-
sof authored
happy setup: move -g from suffix rule into Makefiles
-
Simon Marlow authored
embarrasing braino in yesterday's commit.
-
- Apr 15, 1998
-
-
sof authored
- Moved `dist' rule that sets up SRC_DIST_FILES symlinks past the recursive `dist' rule that creates the shadow dist tree. - Experimental support for aliases in SRC_DIST_FILES lists, i.e., foo~bar will create a symlink from `bar' in the dist tree to `foo' in the build tree (useful for the cases where you're shipping Makefiles that differ from the fptools/ ones.) - New target `dist-manifest': create MANIFEST files for a (source) distribution.
-
Simon Marlow authored
- remove StgCoerceBinding (unused).
-
Simon Marlow authored
- comment out specialize pragmas for the time being. They seem to be somewhat out of date.
-
- Apr 14, 1998
-
-
Simon Peyton Jones authored
Finally replace Specialise.dictRhsFVs with a proper free-variable finder, FreeVars.exprFreeVars
-
Simon Peyton Jones authored
Fix error in Specialise.dictRhsFVs
-
Simon Marlow authored
don't include PRIVATE in NoFibSubDirs by default.
-
Simon Marlow authored
death to GHC_ONLY.
-
Simon Marlow authored
remove obsolete ToDo.
-
Simon Marlow authored
add comment about why NON_POSIX_SOURCE is required.
-
- Apr 10, 1998
-
-
Simon Peyton Jones authored
Another obscure -prof bug in SimplVar
-
Simon Peyton Jones authored
Fix TcExpr loop; and -prof fail on specialisation
-
Simon Marlow authored
get the right answer for this test :-)
-
Simon Marlow authored
'erf' isn't POSIX, so add {-# OPTIONS -optc-DNON_POSIX_SOURCE #-} to make sure we get the proper prototype from <math.h>.
-
Simon Marlow authored
add LEADING_UNDERSCORE.
-
Simon Marlow authored
define LEADING_UNDERSCORE in config.h.
-
Simon Marlow authored
clean up the mess.
-
Simon Marlow authored
re-add this file.
-
Simon Marlow authored
New Run-Time System Support, includes: - New code generator - Modifications to the mangler - Unboxed Tuple support - Various other minor changes.
-
Simon Marlow authored
New Run-Time System Support, includes: - New code generator - Modifications to the mangler - Unboxed Tuple support - Various other minor changes.
-
- Apr 09, 1998
-
-
Simon Marlow authored
back out last commit - it had some unboxed tuple stuff in it, not ready for committing yet.
-
Simon Marlow authored
use symbols instead of names for some terminals. eg. DCOLON --> '::' VBAR --> '|' etc.
-
sof authored
new primops: sizeof*ByteArray# plus index,read&write *ByteArray Word ops.
-
sof authored
Adjusted GENERATE_SPECS pragmas to work with new specialiser
-