ghc-hetmet.git
26 years ago[project @ 1998-02-25 20:00:54 by sof]
sof [Wed, 25 Feb 1998 20:00:54 +0000 (20:00 +0000)]
[project @ 1998-02-25 20:00:54 by sof]
Clarified various cygwin32 install gotchas

26 years ago[project @ 1998-02-25 19:48:54 by sof]
sof [Wed, 25 Feb 1998 19:49:13 +0000 (19:49 +0000)]
[project @ 1998-02-25 19:48:54 by sof]
Interface file version checking support. Added a compiler version field
to the interface file header. The format is now

  _interface_ <IfaceName> <ModuleVersion> <CompilerVersion>

where the compiler version follow the value of $(ProjectVersionInt).
Any mismatch in version numbers causes the renamer to give up.

A compiler version number of 0 means turn off version checking (used
by PrelGHC.hi to avoid having to update every time we release.)

.hi-boot files are treated specially, the absence of a compiler
version number in the header is taken to mean that there was a `0'.
Need to do this since hsc's .hi-boot files have to also be useable
by versions of the compiler that don't grok version info in interface
files (e.g., ghc-2.10.)

26 years ago[project @ 1998-02-25 19:29:52 by sof]
sof [Wed, 25 Feb 1998 19:29:58 +0000 (19:29 +0000)]
[project @ 1998-02-25 19:29:52 by sof]
Dictionaries are now named as follows:

  $d<class><tycon><n>

where "n" is a positive int, "tycon" is the name of the tyvar/tycon
of the first argument to the "class" that the dict represent an
instance of.

The change should improve the behaviour of the recompilation
checker, preventing the recompilation of all the dependents
of a module whenever a data type of instance is added to it.
(The common behaviour should be no recompilations, but there
are cases where the naming scheme fails to prevent a recompile.)

26 years ago[project @ 1998-02-25 19:17:19 by sof]
sof [Wed, 25 Feb 1998 19:17:21 +0000 (19:17 +0000)]
[project @ 1998-02-25 19:17:19 by sof]
Magic constant removal (id.h now has #defines for the `special-syntax'
identifiers.)

26 years ago[project @ 1998-02-25 19:13:54 by sof]
sof [Wed, 25 Feb 1998 19:13:54 +0000 (19:13 +0000)]
[project @ 1998-02-25 19:13:54 by sof]
Removed old and unused #defines

26 years ago[project @ 1998-02-25 16:06:49 by simonm]
simonm [Wed, 25 Feb 1998 16:06:49 +0000 (16:06 +0000)]
[project @ 1998-02-25 16:06:49 by simonm]
remove references to hslibs, and update the story w/ respect to the
literate tools.

26 years ago[project @ 1998-02-25 16:03:04 by simonm]
simonm [Wed, 25 Feb 1998 16:03:04 +0000 (16:03 +0000)]
[project @ 1998-02-25 16:03:04 by simonm]
remove hslibs reference, add \$Id\$.

26 years ago[project @ 1998-02-25 16:02:11 by simonm]
simonm [Wed, 25 Feb 1998 16:02:20 +0000 (16:02 +0000)]
[project @ 1998-02-25 16:02:11 by simonm]
remove references to hslibs, and add \$Id\$

26 years ago[project @ 1998-02-25 16:00:29 by simonm]
simonm [Wed, 25 Feb 1998 16:00:29 +0000 (16:00 +0000)]
[project @ 1998-02-25 16:00:29 by simonm]
InstHsLibDir isn't used: nuke.

26 years ago[project @ 1998-02-25 15:59:43 by simonm]
simonm [Wed, 25 Feb 1998 15:59:43 +0000 (15:59 +0000)]
[project @ 1998-02-25 15:59:43 by simonm]
remove references to hslibs.

26 years ago[project @ 1998-02-25 14:35:37 by simonm]
simonm [Wed, 25 Feb 1998 14:35:37 +0000 (14:35 +0000)]
[project @ 1998-02-25 14:35:37 by simonm]
Don't use lazy unboxed bindings in strictToLazyST.  Write out what we
want explicity using case expressions.

26 years ago[project @ 1998-02-25 13:03:45 by sof]
sof [Wed, 25 Feb 1998 13:03:45 +0000 (13:03 +0000)]
[project @ 1998-02-25 13:03:45 by sof]
cygwin32: if no -o given, tell linker to create main.exe

26 years ago[project @ 1998-02-25 12:59:55 by sof]
sof [Wed, 25 Feb 1998 12:59:55 +0000 (12:59 +0000)]
[project @ 1998-02-25 12:59:55 by sof]
HPUX fix to allow non-empty consistency chunks pass through OK

26 years ago[project @ 1998-02-25 12:17:06 by sof]
sof [Wed, 25 Feb 1998 12:17:06 +0000 (12:17 +0000)]
[project @ 1998-02-25 12:17:06 by sof]
Prefix output with a newline to cope with Makefiles not having a newline at the end

26 years ago[project @ 1998-02-24 16:26:30 by simonm]
simonm [Tue, 24 Feb 1998 16:26:30 +0000 (16:26 +0000)]
[project @ 1998-02-24 16:26:30 by simonm]
release notes for 3.02.

26 years ago[project @ 1998-02-24 16:14:55 by sof]
sof [Tue, 24 Feb 1998 16:14:55 +0000 (16:14 +0000)]
[project @ 1998-02-24 16:14:55 by sof]
inserted missing semicolon

26 years ago[project @ 1998-02-24 15:51:44 by simonpj]
simonpj [Tue, 24 Feb 1998 15:51:44 +0000 (15:51 +0000)]
[project @ 1998-02-24 15:51:44 by simonpj]
Better pattern binding desugaring

26 years ago[project @ 1998-02-23 23:12:38 by simonpj]
simonpj [Mon, 23 Feb 1998 23:12:38 +0000 (23:12 +0000)]
[project @ 1998-02-23 23:12:38 by simonpj]
A bit more specialise code

26 years ago[project @ 1998-02-23 16:49:38 by simonm]
simonm [Mon, 23 Feb 1998 16:49:38 +0000 (16:49 +0000)]
[project @ 1998-02-23 16:49:38 by simonm]
add missing 'True' case to instance Outputable Bool.

26 years ago[project @ 1998-02-23 15:35:31 by simonm]
simonm [Mon, 23 Feb 1998 15:35:32 +0000 (15:35 +0000)]
[project @ 1998-02-23 15:35:31 by simonm]
Hugs type-checker bug.

26 years ago[project @ 1998-02-23 13:12:26 by simonm]
simonm [Mon, 23 Feb 1998 13:12:26 +0000 (13:12 +0000)]
[project @ 1998-02-23 13:12:26 by simonm]
bump GHC version to 3.02.

26 years ago[project @ 1998-02-23 13:01:32 by simonm]
simonm [Mon, 23 Feb 1998 13:01:53 +0000 (13:01 +0000)]
[project @ 1998-02-23 13:01:32 by simonm]
Fix CharLike and IntLike support:

- rename maybeCharLikeTyCon to maybeCharLikeCon
- rename maybeIntLikeTyCon  to maybeIntLikeCon

and make them return Bool instead of (Maybe TyCon).

26 years ago[project @ 1998-02-23 12:23:52 by simonm]
simonm [Mon, 23 Feb 1998 12:23:52 +0000 (12:23 +0000)]
[project @ 1998-02-23 12:23:52 by simonm]
src/Readline.lhs --> Readline.lhs

26 years ago[project @ 1998-02-23 12:22:45 by simonm]
simonm [Mon, 23 Feb 1998 12:22:46 +0000 (12:22 +0000)]
[project @ 1998-02-23 12:22:45 by simonm]
add multi-dimensional array test.

26 years ago[project @ 1998-02-22 18:15:02 by sof]
sof [Sun, 22 Feb 1998 18:15:02 +0000 (18:15 +0000)]
[project @ 1998-02-22 18:15:02 by sof]
define _OSF_SOURCE when compiling under OSFx.y (x `elem` [1,3])

26 years ago[project @ 1998-02-22 17:42:13 by sof]
sof [Sun, 22 Feb 1998 17:42:13 +0000 (17:42 +0000)]
[project @ 1998-02-22 17:42:13 by sof]
Added missing close parens

26 years ago[project @ 1998-02-20 17:33:02 by simonpj]
simonpj [Fri, 20 Feb 1998 17:33:02 +0000 (17:33 +0000)]
[project @ 1998-02-20 17:33:02 by simonpj]
Partially-written new specialiser

26 years ago[project @ 1998-02-20 14:31:27 by simonm]
simonm [Fri, 20 Feb 1998 14:31:27 +0000 (14:31 +0000)]
[project @ 1998-02-20 14:31:27 by simonm]
97 --> 98

26 years ago[project @ 1998-02-20 14:15:10 by simonm]
simonm [Fri, 20 Feb 1998 14:15:10 +0000 (14:15 +0000)]
[project @ 1998-02-20 14:15:10 by simonm]
- InstLibDir --> InstLibDirGhc
- ${INSTALLING} --> $INSTALLING

26 years ago[project @ 1998-02-20 14:07:55 by simonm]
simonm [Fri, 20 Feb 1998 14:07:55 +0000 (14:07 +0000)]
[project @ 1998-02-20 14:07:55 by simonm]
- mk-version-symlinks not needed any more: the links are installed by
  the relevant Makefiles.

- install the link from $(package) to $(package-version) in the
  installation directory.

26 years ago[project @ 1998-02-20 13:48:02 by simonm]
simonm [Fri, 20 Feb 1998 13:48:02 +0000 (13:48 +0000)]
[project @ 1998-02-20 13:48:02 by simonm]
include the release notes in the introduction section.

26 years ago[project @ 1998-02-20 13:43:50 by simonm]
simonm [Fri, 20 Feb 1998 13:43:50 +0000 (13:43 +0000)]
[project @ 1998-02-20 13:43:50 by simonm]
add missing entries.

26 years ago[project @ 1998-02-20 13:40:14 by simonm]
simonm [Fri, 20 Feb 1998 13:40:14 +0000 (13:40 +0000)]
[project @ 1998-02-20 13:40:14 by simonm]
version 3.01.

26 years ago[project @ 1998-02-20 13:39:31 by simonm]
simonm [Fri, 20 Feb 1998 13:39:48 +0000 (13:39 +0000)]
[project @ 1998-02-20 13:39:31 by simonm]
3.01 updates.

26 years ago[project @ 1998-02-20 13:38:22 by simonm]
simonm [Fri, 20 Feb 1998 13:38:22 +0000 (13:38 +0000)]
[project @ 1998-02-20 13:38:22 by simonm]
update for 3.01

26 years ago[project @ 1998-02-20 13:25:37 by simonm]
simonm [Fri, 20 Feb 1998 13:25:37 +0000 (13:25 +0000)]
[project @ 1998-02-20 13:25:37 by simonm]
cut-n-paste-o.

26 years ago[project @ 1998-02-20 13:24:20 by simonm]
simonm [Fri, 20 Feb 1998 13:24:20 +0000 (13:24 +0000)]
[project @ 1998-02-20 13:24:20 by simonm]
cut-and-paste-o.

26 years ago[project @ 1998-02-20 13:23:46 by simonm]
simonm [Fri, 20 Feb 1998 13:23:46 +0000 (13:23 +0000)]
[project @ 1998-02-20 13:23:46 by simonm]
remove spurious reference to GHC.hi (probably a cut-and-paste-o).

26 years ago[project @ 1998-02-19 20:52:19 by sof]
sof [Thu, 19 Feb 1998 20:52:19 +0000 (20:52 +0000)]
[project @ 1998-02-19 20:52:19 by sof]
- Handle \begin{code} ... \end{code} + <code> ... </code>

26 years ago[project @ 1998-02-19 18:41:41 by sof]
sof [Thu, 19 Feb 1998 18:41:41 +0000 (18:41 +0000)]
[project @ 1998-02-19 18:41:41 by sof]
don't recurse over the different ways with `make runtests' inside leaf
directories, leave that to `make all'.

26 years ago[project @ 1998-02-19 18:38:38 by sof]
sof [Thu, 19 Feb 1998 18:38:38 +0000 (18:38 +0000)]
[project @ 1998-02-19 18:38:38 by sof]
Adjust a couple of dummy references to point to PrelGHC rather than GHC.

26 years ago[project @ 1998-02-19 13:55:52 by simonm]
simonm [Thu, 19 Feb 1998 13:55:52 +0000 (13:55 +0000)]
[project @ 1998-02-19 13:55:52 by simonm]
header file for ByteOps.c.

26 years ago[project @ 1998-02-19 13:53:50 by simonm]
simonm [Thu, 19 Feb 1998 13:53:50 +0000 (13:53 +0000)]
[project @ 1998-02-19 13:53:50 by simonm]
C support for ByteOps.lhs.

26 years ago[project @ 1998-02-19 11:33:56 by simonm]
simonm [Thu, 19 Feb 1998 11:33:56 +0000 (11:33 +0000)]
[project @ 1998-02-19 11:33:56 by simonm]
remove comment on GhcProjectVersion: it caused problems with make
dist.

26 years ago[project @ 1998-02-18 09:27:43 by sof]
sof [Wed, 18 Feb 1998 09:27:46 +0000 (09:27 +0000)]
[project @ 1998-02-18 09:27:43 by sof]
inserted missing semicolons.

26 years ago[project @ 1998-02-18 09:15:37 by sof]
sof [Wed, 18 Feb 1998 09:15:37 +0000 (09:15 +0000)]
[project @ 1998-02-18 09:15:37 by sof]
* SCRIPT_SUBST_VARS: added missing backslash

26 years ago[project @ 1998-02-17 20:16:48 by sof]
sof [Tue, 17 Feb 1998 20:16:51 +0000 (20:16 +0000)]
[project @ 1998-02-17 20:16:48 by sof]
don't look for green-card binary, use the one in the
build tree instead.

26 years ago[project @ 1998-02-17 20:15:15 by sof]
sof [Tue, 17 Feb 1998 20:15:15 +0000 (20:15 +0000)]
[project @ 1998-02-17 20:15:15 by sof]
- TAGS rule: be quiet if we fail to copy generated TAGS file
  from build to source tree.

26 years ago[project @ 1998-02-17 20:13:33 by sof]
sof [Tue, 17 Feb 1998 20:13:33 +0000 (20:13 +0000)]
[project @ 1998-02-17 20:13:33 by sof]
- arityErr: prefix error message with what kind
  of constructor that is being used wrongly.

26 years ago[project @ 1998-02-17 11:30:36 by simonm]
simonm [Tue, 17 Feb 1998 11:31:25 +0000 (11:31 +0000)]
[project @ 1998-02-17 11:30:36 by simonm]
Remove redundant PROJECT{VERSION,NAME,PATCHLEVEL} in favour of
ProjectVersion etc. from config.mk.in.

26 years ago[project @ 1998-02-16 18:15:34 by sof]
sof [Mon, 16 Feb 1998 18:17:08 +0000 (18:17 +0000)]
[project @ 1998-02-16 18:15:34 by sof]
Intial checkin of h/direct - an IDL to Haskell compiler.

26 years ago[project @ 1998-02-14 18:45:00 by sof]
sof [Sat, 14 Feb 1998 18:45:00 +0000 (18:45 +0000)]
[project @ 1998-02-14 18:45:00 by sof]
Adjusted PrelRead heap setting.

26 years ago[project @ 1998-02-12 22:25:13 by sof]
sof [Thu, 12 Feb 1998 22:25:13 +0000 (22:25 +0000)]
[project @ 1998-02-12 22:25:13 by sof]
New attempt at converting backslashes into forward ones.

26 years ago[project @ 1998-02-12 14:57:41 by simonm]
simonm [Thu, 12 Feb 1998 14:57:41 +0000 (14:57 +0000)]
[project @ 1998-02-12 14:57:41 by simonm]
combining undeclared infix operators (from a bug in Hugs).

26 years ago[project @ 1998-02-12 14:45:21 by simonm]
simonm [Thu, 12 Feb 1998 14:45:21 +0000 (14:45 +0000)]
[project @ 1998-02-12 14:45:21 by simonm]
protect some StablePtr stuff from __PARALLEL_HASKELL__.

26 years ago[project @ 1998-02-12 14:19:12 by simonm]
simonm [Thu, 12 Feb 1998 14:19:13 +0000 (14:19 +0000)]
[project @ 1998-02-12 14:19:12 by simonm]
test for newtype declaration with an unboxed field.

26 years ago[project @ 1998-02-12 14:12:51 by simonm]
simonm [Thu, 12 Feb 1998 14:12:51 +0000 (14:12 +0000)]
[project @ 1998-02-12 14:12:51 by simonm]
couple of newtype changes.

26 years ago[project @ 1998-02-12 14:10:58 by simonm]
simonm [Thu, 12 Feb 1998 14:10:58 +0000 (14:10 +0000)]
[project @ 1998-02-12 14:10:58 by simonm]
Make it an error for a newtype constructor field to be unboxed (this
would undoubtedly cause problems later on, better to catch it early).

While I'm here, report the context properly for newtype declarations,
it was previously being reported as a 'data' declaration.

26 years ago[project @ 1998-02-12 12:37:22 by simonm]
simonm [Thu, 12 Feb 1998 12:37:22 +0000 (12:37 +0000)]
[project @ 1998-02-12 12:37:22 by simonm]
revert to version 1.9 of AC_PROG_GNUCPP.

26 years ago[project @ 1998-02-12 12:11:53 by simonm]
simonm [Thu, 12 Feb 1998 12:11:53 +0000 (12:11 +0000)]
[project @ 1998-02-12 12:11:53 by simonm]
revert 'tr' breakage for the time being.

26 years ago[project @ 1998-02-11 14:15:07 by simonm]
simonm [Wed, 11 Feb 1998 14:15:07 +0000 (14:15 +0000)]
[project @ 1998-02-11 14:15:07 by simonm]
Back-out fix for layout processing in pragmas.  It broke things.

26 years ago[project @ 1998-02-10 17:14:23 by simonm]
simonm [Tue, 10 Feb 1998 17:14:34 +0000 (17:14 +0000)]
[project @ 1998-02-10 17:14:23 by simonm]
fixes for errors in last commit.

26 years ago[project @ 1998-02-10 14:15:51 by simonpj]
simonpj [Tue, 10 Feb 1998 14:17:06 +0000 (14:17 +0000)]
[project @ 1998-02-10 14:15:51 by simonpj]
Several small fixes to multi-param type classes

26 years ago[project @ 1998-02-10 13:51:28 by simonm]
simonm [Tue, 10 Feb 1998 13:51:28 +0000 (13:51 +0000)]
[project @ 1998-02-10 13:51:28 by simonm]
test for non-layout processing inside {-# ... #-}

26 years ago[project @ 1998-02-10 13:47:44 by simonm]
simonm [Tue, 10 Feb 1998 13:47:44 +0000 (13:47 +0000)]
[project @ 1998-02-10 13:47:44 by simonm]
Don't do layout processing inside {-# ... #-}.

The fix is horrible, and should probably be redone in a cleaner way at
some point.

26 years ago[project @ 1998-02-09 13:32:46 by simonm]
simonm [Mon, 9 Feb 1998 13:32:46 +0000 (13:32 +0000)]
[project @ 1998-02-09 13:32:46 by simonm]
clean up old scripts.

26 years ago[project @ 1998-02-09 13:04:03 by sof]
sof [Mon, 9 Feb 1998 13:04:03 +0000 (13:04 +0000)]
[project @ 1998-02-09 13:04:03 by sof]
Reworded note on the sign extension of shift ops.

26 years ago[project @ 1998-02-09 13:02:19 by simonm]
simonm [Mon, 9 Feb 1998 13:02:19 +0000 (13:02 +0000)]
[project @ 1998-02-09 13:02:19 by simonm]
added stuff about library re-organisation.

26 years ago[project @ 1998-02-09 13:02:15 by sof]
sof [Mon, 9 Feb 1998 13:02:15 +0000 (13:02 +0000)]
[project @ 1998-02-09 13:02:15 by sof]
Remove IO exception compat. cruft

26 years ago[project @ 1998-02-09 13:00:33 by sof]
sof [Mon, 9 Feb 1998 13:00:33 +0000 (13:00 +0000)]
[project @ 1998-02-09 13:00:33 by sof]
checkForModuleExportDups: no need for irrefutable pats

26 years ago[project @ 1998-02-09 12:58:10 by sof]
sof [Mon, 9 Feb 1998 12:58:13 +0000 (12:58 +0000)]
[project @ 1998-02-09 12:58:10 by sof]
New debug flag: -dshow-rn-imports, dump to stderr the paths to the interface files that are slurped.

26 years ago[project @ 1998-02-09 12:53:44 by sof]
sof [Mon, 9 Feb 1998 12:53:44 +0000 (12:53 +0000)]
[project @ 1998-02-09 12:53:44 by sof]
- commented out unused code (upp_cc_uf)
- don't include module name when dumping
  scc name inside CC_DECLARE.

26 years ago[project @ 1998-02-09 12:41:41 by sof]
sof [Mon, 9 Feb 1998 12:41:41 +0000 (12:41 +0000)]
[project @ 1998-02-09 12:41:41 by sof]
Perform UNC->DOS translation on what bash-cygwin32's pwd returns.

26 years ago[project @ 1998-02-09 12:33:25 by simonm]
simonm [Mon, 9 Feb 1998 12:33:25 +0000 (12:33 +0000)]
[project @ 1998-02-09 12:33:25 by simonm]
delete a spurious space.

26 years ago[project @ 1998-02-09 09:09:04 by sof]
sof [Mon, 9 Feb 1998 09:09:04 +0000 (09:09 +0000)]
[project @ 1998-02-09 09:09:04 by sof]
Do UNC->DOS translation of TOP_PWD

26 years ago[project @ 1998-02-09 09:07:32 by sof]
sof [Mon, 9 Feb 1998 09:07:32 +0000 (09:07 +0000)]
[project @ 1998-02-09 09:07:32 by sof]
Re-commit of cygwin32 fix

26 years ago[project @ 1998-02-09 00:38:08 by sof]
sof [Mon, 9 Feb 1998 00:38:08 +0000 (00:38 +0000)]
[project @ 1998-02-09 00:38:08 by sof]
misc syslib related fixes

26 years ago[project @ 1998-02-07 13:10:58 by sof]
sof [Sat, 7 Feb 1998 13:10:58 +0000 (13:10 +0000)]
[project @ 1998-02-07 13:10:58 by sof]
Further RAWCPP tweakage

26 years ago[project @ 1998-02-07 12:58:49 by sof]
sof [Sat, 7 Feb 1998 12:58:49 +0000 (12:58 +0000)]
[project @ 1998-02-07 12:58:49 by sof]
Changed translation of backward slashes to forward ones (now in perl.)

26 years ago[project @ 1998-02-06 15:04:59 by simonm]
simonm [Fri, 6 Feb 1998 15:05:02 +0000 (15:05 +0000)]
[project @ 1998-02-06 15:04:59 by simonm]
Add a few module from the old HBC lib: they're needed by a couple of things
in nofib.

These can disappear once the dependencies are removed.

26 years ago[project @ 1998-02-06 15:03:23 by simonm]
simonm [Fri, 6 Feb 1998 15:03:45 +0000 (15:03 +0000)]
[project @ 1998-02-06 15:03:23 by simonm]
correct name of lib.

26 years ago[project @ 1998-02-06 11:58:43 by simonm]
simonm [Fri, 6 Feb 1998 11:58:43 +0000 (11:58 +0000)]
[project @ 1998-02-06 11:58:43 by simonm]
-syslib conc doesn't have any cbits.

26 years ago[project @ 1998-02-06 10:38:39 by simonm]
simonm [Fri, 6 Feb 1998 10:38:39 +0000 (10:38 +0000)]
[project @ 1998-02-06 10:38:39 by simonm]
This isn't needed anymore.

26 years ago[project @ 1998-02-06 10:37:53 by simonm]
simonm [Fri, 6 Feb 1998 10:37:53 +0000 (10:37 +0000)]
[project @ 1998-02-06 10:37:53 by simonm]
remove stray bit of documentation - it was getting in the way of 'make boot'.

26 years ago[project @ 1998-02-05 12:23:33 by simonm]
simonm [Thu, 5 Feb 1998 12:23:54 +0000 (12:23 +0000)]
[project @ 1998-02-05 12:23:33 by simonm]
alpha-dec-osf1 and alpha-dec-osf3 are now separate configurations.

26 years ago[project @ 1998-02-04 22:24:55 by sof]
sof [Wed, 4 Feb 1998 22:24:55 +0000 (22:24 +0000)]
[project @ 1998-02-04 22:24:55 by sof]
Warn specially if users should supply interface files
on the command line.

26 years ago[project @ 1998-02-04 20:56:20 by sof]
sof [Wed, 4 Feb 1998 20:56:25 +0000 (20:56 +0000)]
[project @ 1998-02-04 20:56:20 by sof]
don't substitute TMPDIR when making binary dists (BIN_DIST=1)

26 years ago[project @ 1998-02-04 20:53:43 by sof]
sof [Wed, 4 Feb 1998 20:53:43 +0000 (20:53 +0000)]
[project @ 1998-02-04 20:53:43 by sof]
Avoid use of system() for simple stuff like touching.

26 years ago[project @ 1998-02-04 20:49:58 by sof]
sof [Wed, 4 Feb 1998 20:49:58 +0000 (20:49 +0000)]
[project @ 1998-02-04 20:49:58 by sof]
Updated cygwin32 details

26 years ago[project @ 1998-02-04 20:49:26 by sof]
sof [Wed, 4 Feb 1998 20:49:26 +0000 (20:49 +0000)]
[project @ 1998-02-04 20:49:26 by sof]
Added TMPDIR to list of variables prepended to perl & sh scripts.

26 years ago[project @ 1998-02-04 19:02:54 by sof]
sof [Wed, 4 Feb 1998 19:02:54 +0000 (19:02 +0000)]
[project @ 1998-02-04 19:02:54 by sof]
AC_PROG_GNUCPP: look for (\/|\\)cpp, not (\/|\\\\)cpp

26 years ago[project @ 1998-02-04 18:58:34 by sof]
sof [Wed, 4 Feb 1998 18:58:34 +0000 (18:58 +0000)]
[project @ 1998-02-04 18:58:34 by sof]
AC_PROG_GNUCPP: translate backward slashes into forward ones.
AC_HAVE_GCC: tweaked sed regexp to catch cygnus gcc snapshot
version strings (i.e., version cygnus-2.7.2...)

26 years ago[project @ 1998-02-04 18:48:18 by sof]
sof [Wed, 4 Feb 1998 18:48:18 +0000 (18:48 +0000)]
[project @ 1998-02-04 18:48:18 by sof]
AC_SUBST(exeext) added (only non-empty under cygwin32)

26 years ago[project @ 1998-02-03 22:47:48 by sof]
sof [Tue, 3 Feb 1998 22:47:48 +0000 (22:47 +0000)]
[project @ 1998-02-03 22:47:48 by sof]
Added entry for assertions

26 years ago[project @ 1998-02-03 22:20:10 by sof]
sof [Tue, 3 Feb 1998 22:20:14 +0000 (22:20 +0000)]
[project @ 1998-02-03 22:20:10 by sof]
Support for assertions:
  - if `assert' is not a variable name within
    scope, it is expanded to (GHCerr.assert__ <srcLoc>),

       GHCerr.assert__ :: String -> Bool -> a -> a

    where <srcLoc> encodes module name plus line number
    of the assertion.
  - enabled with -fglasgow-exts

26 years ago[project @ 1998-02-03 17:50:58 by simonm]
simonm [Tue, 3 Feb 1998 17:50:58 +0000 (17:50 +0000)]
[project @ 1998-02-03 17:50:58 by simonm]
- remove unused imports

26 years ago[project @ 1998-02-03 17:49:21 by simonm]
simonm [Tue, 3 Feb 1998 17:50:09 +0000 (17:50 +0000)]
[project @ 1998-02-03 17:49:21 by simonm]
- remove unused imports
  - remove dead code

26 years ago[project @ 1998-02-03 17:13:54 by simonm]
simonm [Tue, 3 Feb 1998 17:16:13 +0000 (17:16 +0000)]
[project @ 1998-02-03 17:13:54 by simonm]
- Fixes for bootstrapping with 3.01.
  - Use 'official' extension interfaces rather than internal prelude
    modules (such as ArrBase) where possible.
  - Remove some cruft.
  - Delete some unused imports found by '-fwarn-unused-imports'.

26 years ago[project @ 1998-02-03 17:11:28 by simonm]
simonm [Tue, 3 Feb 1998 17:11:58 +0000 (17:11 +0000)]
[project @ 1998-02-03 17:11:28 by simonm]
- Fixes for bootstrapping with 3.01.
- Use 'official' extension interfaces rather than internal prelude
  modules (such as ArrBase) where possible.
- Remove some cruft.
- Delete some unused imports found by '-fwarn-unused-imports'.

26 years ago[project @ 1998-02-03 12:05:28 by simonm]
simonm [Tue, 3 Feb 1998 12:05:28 +0000 (12:05 +0000)]
[project @ 1998-02-03 12:05:28 by simonm]
missing </tag>.