ghc-hetmet.git
23 years ago[project @ 2001-05-01 09:22:45 by simonmar]
simonmar [Tue, 1 May 2001 09:22:45 +0000 (09:22 +0000)]
[project @ 2001-05-01 09:22:45 by simonmar]
fix HC bootstrapping after LibsReadline no longer has the -l prefixes.

23 years ago[project @ 2001-05-01 09:16:55 by qrczak]
qrczak [Tue, 1 May 2001 09:16:56 +0000 (09:16 +0000)]
[project @ 2001-05-01 09:16:55 by qrczak]
Inline instance dictionary functions.
Remove {-# INLINE instance #-} support and uses.

23 years ago[project @ 2001-05-01 09:10:32 by simonmar]
simonmar [Tue, 1 May 2001 09:10:32 +0000 (09:10 +0000)]
[project @ 2001-05-01 09:10:32 by simonmar]
Add some {-# SCC #-} annotations, and fix a space leak.

23 years ago[project @ 2001-05-01 09:06:59 by simonmar]
simonmar [Tue, 1 May 2001 09:06:59 +0000 (09:06 +0000)]
[project @ 2001-05-01 09:06:59 by simonmar]
SCC notes move inside other notes.

23 years ago[project @ 2001-04-30 20:07:49 by qrczak]
qrczak [Mon, 30 Apr 2001 20:07:49 +0000 (20:07 +0000)]
[project @ 2001-04-30 20:07:49 by qrczak]
Fix the inlining bug: exprIsConApp_maybe didn't recognize constructor
applications inside notes.

I'm not sure if it's the right place to fix. Should notes be ignored
in other uses of collectArgs? Perhaps they should be ignored inside
the loop of collectArgs? And why the function marked as inline was
not inlined even though it's not a constructor application?

23 years ago[project @ 2001-04-30 17:24:25 by rrt]
rrt [Mon, 30 Apr 2001 17:24:25 +0000 (17:24 +0000)]
[project @ 2001-04-30 17:24:25 by rrt]
Remove instructions about making /etc/passwd, as it happens automatically
when installing Cygwin.

23 years ago[project @ 2001-04-30 16:42:33 by rrt]
rrt [Mon, 30 Apr 2001 16:42:33 +0000 (16:42 +0000)]
[project @ 2001-04-30 16:42:33 by rrt]
Say not to install the cygwin package, rather than to install it.

23 years ago[project @ 2001-04-30 16:01:52 by sewardj]
sewardj [Mon, 30 Apr 2001 16:01:52 +0000 (16:01 +0000)]
[project @ 2001-04-30 16:01:52 by sewardj]
Plumb LibsReadline into extra_libraries for -package util, rather than
extra_ld_opts, so that GHCi knows to load them too.

23 years ago[project @ 2001-04-30 13:50:59 by panne]
panne [Mon, 30 Apr 2001 13:50:59 +0000 (13:50 +0000)]
[project @ 2001-04-30 13:50:59 by panne]
o=>O:-)

23 years ago[project @ 2001-04-30 13:20:54 by panne]
panne [Mon, 30 Apr 2001 13:20:54 +0000 (13:20 +0000)]
[project @ 2001-04-30 13:20:54 by panne]
Fix typo

23 years ago[project @ 2001-04-30 12:27:21 by simonpj]
simonpj [Mon, 30 Apr 2001 12:27:21 +0000 (12:27 +0000)]
[project @ 2001-04-30 12:27:21 by simonpj]
Fix minor typo in generics stuff; could merge with branch

23 years ago[project @ 2001-04-30 12:09:56 by simonmar]
simonmar [Mon, 30 Apr 2001 12:09:56 +0000 (12:09 +0000)]
[project @ 2001-04-30 12:09:56 by simonmar]
add -fwarn-misc.

23 years ago[project @ 2001-04-30 12:09:09 by simonmar]
simonmar [Mon, 30 Apr 2001 12:09:09 +0000 (12:09 +0000)]
[project @ 2001-04-30 12:09:09 by simonmar]
document -fwarn-misc.

23 years ago[project @ 2001-04-30 12:03:45 by simonmar]
simonmar [Mon, 30 Apr 2001 12:03:45 +0000 (12:03 +0000)]
[project @ 2001-04-30 12:03:45 by simonmar]
The convention for warnings currently is: standard warnings indicate
"probable bugs", whereas -W warnings indicate "style problems".
I think -fwarn-misc is more suited to -W.

23 years ago[project @ 2001-04-30 12:00:18 by rrt]
rrt [Mon, 30 Apr 2001 12:00:18 +0000 (12:00 +0000)]
[project @ 2001-04-30 12:00:18 by rrt]
Added cygwin to list of required packages, and said why gdbm is needed (for
CVS).

23 years ago[project @ 2001-04-30 11:37:36 by panne]
panne [Mon, 30 Apr 2001 11:37:36 +0000 (11:37 +0000)]
[project @ 2001-04-30 11:37:36 by panne]
HSnet_cbits R.I.P.
(BTW, that's what I meant with "monolithic approach" :-)

23 years ago[project @ 2001-04-30 11:23:28 by simonpj]
simonpj [Mon, 30 Apr 2001 11:23:28 +0000 (11:23 +0000)]
[project @ 2001-04-30 11:23:28 by simonpj]
Fix test so that it doesnt use undecidable instances

23 years ago[project @ 2001-04-30 10:51:18 by simonpj]
simonpj [Mon, 30 Apr 2001 10:51:19 +0000 (10:51 +0000)]
[project @ 2001-04-30 10:51:18 by simonpj]
-----------------------------
Better filtering for warnings
-----------------------------

* Add Opt_WarnMisc, to enable warnings not otherwise covered by Opt_Warn*
  in the renamer

* Add RnMonad.ifOptRn :: DynFlag -> RnM d a -> RnM d ()
  and use it many places instead of the clumsy direct code

23 years ago[project @ 2001-04-30 10:50:00 by simonpj]
simonpj [Mon, 30 Apr 2001 10:50:00 +0000 (10:50 +0000)]
[project @ 2001-04-30 10:50:00 by simonpj]
Add comments in tcInstType

23 years ago[project @ 2001-04-30 10:49:38 by simonpj]
simonpj [Mon, 30 Apr 2001 10:49:38 +0000 (10:49 +0000)]
[project @ 2001-04-30 10:49:38 by simonpj]
Add comments

23 years ago[project @ 2001-04-30 10:48:57 by simonpj]
simonpj [Mon, 30 Apr 2001 10:49:21 +0000 (10:49 +0000)]
[project @ 2001-04-30 10:48:57 by simonpj]
Improve error message

23 years ago[project @ 2001-04-30 10:08:14 by simonmar]
simonmar [Mon, 30 Apr 2001 10:08:14 +0000 (10:08 +0000)]
[project @ 2001-04-30 10:08:14 by simonmar]
Makefile.config should be in a source dist.

23 years ago[project @ 2001-04-30 09:50:49 by simonmar]
simonmar [Mon, 30 Apr 2001 09:50:49 +0000 (09:50 +0000)]
[project @ 2001-04-30 09:50:49 by simonmar]
better "#define IN_STG_CODE 0" before including the standard HC header
in a foreign export dynamic stub, because this isn't really HC code.

23 years ago[project @ 2001-04-30 09:46:07 by simonmar]
simonmar [Mon, 30 Apr 2001 09:46:07 +0000 (09:46 +0000)]
[project @ 2001-04-30 09:46:07 by simonmar]
Fix the documentation about the -i<dirs> option.  These are scanned
left to right, but before the package directories.  Also add a
suitably severe warning about having a module with the same name as a
package module.

23 years ago[project @ 2001-04-30 09:40:16 by simonmar]
simonmar [Mon, 30 Apr 2001 09:40:16 +0000 (09:40 +0000)]
[project @ 2001-04-30 09:40:16 by simonmar]
Reverse the directory list when building the home package directory
cache, so that earlier entries override later ones.

23 years ago[project @ 2001-04-30 08:26:54 by simonpj]
simonpj [Mon, 30 Apr 2001 08:26:54 +0000 (08:26 +0000)]
[project @ 2001-04-30 08:26:54 by simonpj]
Improve error message

23 years ago[project @ 2001-04-30 06:53:15 by simonpj]
simonpj [Mon, 30 Apr 2001 06:53:15 +0000 (06:53 +0000)]
[project @ 2001-04-30 06:53:15 by simonpj]
Add a rank-2 poly test

23 years ago[project @ 2001-04-29 16:26:32 by rrt]
rrt [Sun, 29 Apr 2001 16:26:32 +0000 (16:26 +0000)]
[project @ 2001-04-29 16:26:32 by rrt]
Add gdbm to list of Cygwin packages needed for building from CVS.

23 years ago[project @ 2001-04-29 11:01:13 by qrczak]
qrczak [Sun, 29 Apr 2001 11:01:13 +0000 (11:01 +0000)]
[project @ 2001-04-29 11:01:13 by qrczak]
Cosmetics.

23 years ago[project @ 2001-04-28 11:21:47 by qrczak]
qrczak [Sat, 28 Apr 2001 11:21:47 +0000 (11:21 +0000)]
[project @ 2001-04-28 11:21:47 by qrczak]
Enable primop rules - they work now.

23 years ago[project @ 2001-04-28 11:21:32 by qrczak]
qrczak [Sat, 28 Apr 2001 11:21:32 +0000 (11:21 +0000)]
[project @ 2001-04-28 11:21:32 by qrczak]
Add a builtin rule to a primop only if it does something.

23 years ago[project @ 2001-04-28 11:20:46 by qrczak]
qrczak [Sat, 28 Apr 2001 11:20:46 +0000 (11:20 +0000)]
[project @ 2001-04-28 11:20:46 by qrczak]
Fix the bug that source rules of primops shadowed builtin rules: let
extendRuleBase take the old rules from the id passed as the argument
when the id is absent in RuleBase.

I hope this is correct: I don't know what difference can be between
the id passed as extendRuleBase's argument and the id found in RuleBase.

Also use standard isJust, isNothing instead of non-standard
Maybes.maybeToBool.

23 years ago[project @ 2001-04-28 11:20:26 by qrczak]
qrczak [Sat, 28 Apr 2001 11:20:26 +0000 (11:20 +0000)]
[project @ 2001-04-28 11:20:26 by qrczak]
Remove bogus comment.

23 years ago[project @ 2001-04-28 04:44:05 by qrczak]
qrczak [Sat, 28 Apr 2001 04:44:05 +0000 (04:44 +0000)]
[project @ 2001-04-28 04:44:05 by qrczak]
Checking 0..0x10FFFF range can be done by a single unsigned comparison.

23 years ago[project @ 2001-04-27 20:30:55 by qrczak]
qrczak [Fri, 27 Apr 2001 20:30:55 +0000 (20:30 +0000)]
[project @ 2001-04-27 20:30:55 by qrczak]
Add various rules for primops (x# <=# x#, x# *# 1# etc.).

But they are commented out for now. Please uncomment parts marked
with XXX when the bug with source primop rules shadowing builtin
primop rules is fixed.

23 years ago[project @ 2001-04-27 19:35:50 by qrczak]
qrczak [Fri, 27 Apr 2001 19:35:50 +0000 (19:35 +0000)]
[project @ 2001-04-27 19:35:50 by qrczak]
Add builtin rules for {intToInt,wordToWord}{8,16,32}# applied to literals.

23 years ago[project @ 2001-04-27 16:30:08 by sewardj]
sewardj [Fri, 27 Apr 2001 16:30:08 +0000 (16:30 +0000)]
[project @ 2001-04-27 16:30:08 by sewardj]
When configuring GMP, restrict to the 486 instruction set.  Doing otherwise
produces GMPs which expect to run on the P6 core on which they were built,
and so die with Illegal Instruction exceptions on Pentium (P5) and 486s.

23 years ago[project @ 2001-04-27 15:41:49 by sewardj]
sewardj [Fri, 27 Apr 2001 15:41:49 +0000 (15:41 +0000)]
[project @ 2001-04-27 15:41:49 by sewardj]
Avoid pattern match failure in getValidLinkable.maybe_old_linkable.

23 years ago[project @ 2001-04-27 15:39:18 by sewardj]
sewardj [Fri, 27 Apr 2001 15:39:18 +0000 (15:39 +0000)]
[project @ 2001-04-27 15:39:18 by sewardj]
merge rev 1.69.2.1, which was:
Remove x86-specific implementation of {intToInt,wordToWord}{8,16,32}#
primops, and replace them with platform-independent versions expressed
purely in Stix terms.

23 years ago[project @ 2001-04-27 15:38:39 by sewardj]
sewardj [Fri, 27 Apr 2001 15:38:39 +0000 (15:38 +0000)]
[project @ 2001-04-27 15:38:39 by sewardj]
merge rev 1.63.2.2, which was:
Remove x86-specific implementation of {intToInt,wordToWord}{8,16,32}#
primops, and replace them with platform-independent versions expressed
purely in Stix terms.

23 years ago[project @ 2001-04-27 15:17:16 by simonmar]
simonmar [Fri, 27 Apr 2001 15:17:16 +0000 (15:17 +0000)]
[project @ 2001-04-27 15:17:16 by simonmar]
update for new headers

23 years ago[project @ 2001-04-27 14:30:48 by simonmar]
simonmar [Fri, 27 Apr 2001 14:30:48 +0000 (14:30 +0000)]
[project @ 2001-04-27 14:30:48 by simonmar]
add a few extra headers

23 years ago[project @ 2001-04-27 14:13:43 by simonmar]
simonmar [Fri, 27 Apr 2001 14:13:43 +0000 (14:13 +0000)]
[project @ 2001-04-27 14:13:43 by simonmar]
SplitObjs=NO if GhcUnregisterised==YES

23 years ago[project @ 2001-04-27 11:23:48 by simonmar]
simonmar [Fri, 27 Apr 2001 11:23:48 +0000 (11:23 +0000)]
[project @ 2001-04-27 11:23:48 by simonmar]
er.. wibble

23 years ago[project @ 2001-04-27 10:03:50 by simonmar]
simonmar [Fri, 27 Apr 2001 10:03:50 +0000 (10:03 +0000)]
[project @ 2001-04-27 10:03:50 by simonmar]
- Generalise GHC-specific messages in the post-installation
  announcement, and make it stand out a bit more.

- Fix documentation installation for non-GHC packages.

23 years ago[project @ 2001-04-27 08:52:19 by simonmar]
simonmar [Fri, 27 Apr 2001 08:52:19 +0000 (08:52 +0000)]
[project @ 2001-04-27 08:52:19 by simonmar]
fix markup

23 years ago[project @ 2001-04-27 08:50:59 by simonmar]
simonmar [Fri, 27 Apr 2001 08:50:59 +0000 (08:50 +0000)]
[project @ 2001-04-27 08:50:59 by simonmar]
add a note about requiring 'main' to be defined in module 'Main'.

23 years ago[project @ 2001-04-27 08:31:54 by simonmar]
simonmar [Fri, 27 Apr 2001 08:31:54 +0000 (08:31 +0000)]
[project @ 2001-04-27 08:31:54 by simonmar]
oops, can't use inCharRange here because of recursive dep.

23 years ago[project @ 2001-04-27 03:11:25 by qrczak]
qrczak [Fri, 27 Apr 2001 03:11:25 +0000 (03:11 +0000)]
[project @ 2001-04-27 03:11:25 by qrczak]
Don't delete ghc/configure on maintainer-clean.

23 years ago[project @ 2001-04-26 15:42:06 by sewardj]
sewardj [Thu, 26 Apr 2001 15:42:06 +0000 (15:42 +0000)]
[project @ 2001-04-26 15:42:06 by sewardj]
Fix bug in which *primitive* string literals were being checked for
Unicode-ness, even though they are not allowed to be; literals
containing zero bytes were then unicodified, which crashes the
bytecode generator.

23 years ago[project @ 2001-04-26 14:33:44 by simonmar]
simonmar [Thu, 26 Apr 2001 14:33:44 +0000 (14:33 +0000)]
[project @ 2001-04-26 14:33:44 by simonmar]
Don't fail during dependency generation if one of the search paths
doesn't exist.

23 years ago[project @ 2001-04-26 14:23:37 by simonmar]
simonmar [Thu, 26 Apr 2001 14:23:37 +0000 (14:23 +0000)]
[project @ 2001-04-26 14:23:37 by simonmar]
Release notes for 5.02.  Let's not leave it till the last minute this
time, please folks!

23 years ago[project @ 2001-04-26 13:52:57 by simonmar]
simonmar [Thu, 26 Apr 2001 13:52:57 +0000 (13:52 +0000)]
[project @ 2001-04-26 13:52:57 by simonmar]
correct the sanity checking for -ohi

23 years ago[project @ 2001-04-26 13:38:01 by simonmar]
simonmar [Thu, 26 Apr 2001 13:38:01 +0000 (13:38 +0000)]
[project @ 2001-04-26 13:38:01 by simonmar]
Checking -ohi when looking for .hi files was the wrong thing to do.

23 years ago[project @ 2001-04-26 12:16:57 by simonmar]
simonmar [Thu, 26 Apr 2001 12:16:57 +0000 (12:16 +0000)]
[project @ 2001-04-26 12:16:57 by simonmar]
Allow out-of-range character literals to appear in interface-file
unfoldings.  They occasionally pop up in Core.

23 years ago[project @ 2001-04-26 11:38:53 by qrczak]
qrczak [Thu, 26 Apr 2001 11:38:53 +0000 (11:38 +0000)]
[project @ 2001-04-26 11:38:53 by qrczak]
Don't write to stdin when there is no Readline.

23 years ago[project @ 2001-04-26 11:08:32 by sewardj]
sewardj [Thu, 26 Apr 2001 11:08:32 +0000 (11:08 +0000)]
[project @ 2001-04-26 11:08:32 by sewardj]
Detect the presence or absence of readline the right way.

23 years ago[project @ 2001-04-25 14:36:48 by simonmar]
simonmar [Wed, 25 Apr 2001 14:36:48 +0000 (14:36 +0000)]
[project @ 2001-04-25 14:36:48 by simonmar]
fix another sign problem in toClockTime.

23 years ago[project @ 2001-04-25 10:00:29 by simonmar]
simonmar [Wed, 25 Apr 2001 10:00:29 +0000 (10:00 +0000)]
[project @ 2001-04-25 10:00:29 by simonmar]
never delete configure, even for maintainer-clean.

23 years ago[project @ 2001-04-24 23:51:11 by andy]
andy [Tue, 24 Apr 2001 23:51:11 +0000 (23:51 +0000)]
[project @ 2001-04-24 23:51:11 by andy]
Adding tests for Arrays that use quickcheck to compare arrays
with a reference implementation (from the Haskell report).

23 years ago[project @ 2001-04-24 20:12:18 by lewie]
lewie [Tue, 24 Apr 2001 20:12:18 +0000 (20:12 +0000)]
[project @ 2001-04-24 20:12:18 by lewie]
Eh hem...  Wibble.

23 years ago[project @ 2001-04-24 15:49:19 by qrczak]
qrczak [Tue, 24 Apr 2001 15:49:19 +0000 (15:49 +0000)]
[project @ 2001-04-24 15:49:19 by qrczak]
Remove spaces after \ at eol.
Generate declarations for Posix symbols too.

23 years ago[project @ 2001-04-24 15:06:32 by simonmar]
simonmar [Tue, 24 Apr 2001 15:06:32 +0000 (15:06 +0000)]
[project @ 2001-04-24 15:06:32 by simonmar]
hc bootstrapping fixes

23 years ago[project @ 2001-04-24 15:03:37 by simonmar]
simonmar [Tue, 24 Apr 2001 15:03:37 +0000 (15:03 +0000)]
[project @ 2001-04-24 15:03:37 by simonmar]
- hc bootstraping fixes
- distclean & maintainer-clean should descend into gmp.

23 years ago[project @ 2001-04-24 13:48:01 by simonmar]
simonmar [Tue, 24 Apr 2001 13:48:01 +0000 (13:48 +0000)]
[project @ 2001-04-24 13:48:01 by simonmar]
remove some unnecessary hacks (eg. building in ghc/utils/unlit early).

23 years ago[project @ 2001-04-24 13:29:05 by sewardj]
sewardj [Tue, 24 Apr 2001 13:29:05 +0000 (13:29 +0000)]
[project @ 2001-04-24 13:29:05 by sewardj]
merge rev 1.1.2.2, which was:
Fix readline arg to pkgconf.

23 years ago[project @ 2001-04-24 13:24:45 by simonmar]
simonmar [Tue, 24 Apr 2001 13:24:45 +0000 (13:24 +0000)]
[project @ 2001-04-24 13:24:45 by simonmar]
SUBDIRS should include utils when BootingFromHc.

23 years ago[project @ 2001-04-24 13:05:51 by simonmar]
simonmar [Tue, 24 Apr 2001 13:05:51 +0000 (13:05 +0000)]
[project @ 2001-04-24 13:05:51 by simonmar]
ShowTiming should not be on by default.

23 years ago[project @ 2001-04-24 11:20:50 by sewardj]
sewardj [Tue, 24 Apr 2001 11:20:50 +0000 (11:20 +0000)]
[project @ 2001-04-24 11:20:50 by sewardj]
Make posix symbols disappear for Mingwin builds.

23 years ago[project @ 2001-04-24 10:06:18 by simonmar]
simonmar [Tue, 24 Apr 2001 10:06:18 +0000 (10:06 +0000)]
[project @ 2001-04-24 10:06:18 by simonmar]
Pass $(libdir) to the post install script, not $(prefix)

23 years ago[project @ 2001-04-24 10:05:59 by simonmar]
simonmar [Tue, 24 Apr 2001 10:05:59 +0000 (10:05 +0000)]
[project @ 2001-04-24 10:05:59 by simonmar]
Fixes for the post-isntall-script.  Still to do: get LibsReadline right.

23 years ago[project @ 2001-04-24 09:20:15 by simonmar]
simonmar [Tue, 24 Apr 2001 09:20:15 +0000 (09:20 +0000)]
[project @ 2001-04-24 09:20:15 by simonmar]
bump version to 5.01

23 years ago[project @ 2001-04-23 19:34:57 by lewie]
lewie [Mon, 23 Apr 2001 19:34:57 +0000 (19:34 +0000)]
[project @ 2001-04-23 19:34:57 by lewie]
Fix for infix decl w/ infix data constructor.
GHC was rejecting this:

    infix 2 |-
    ps  |-  q:qs = undefined

It parses the def as ((ps |- q) : qs), and doesn't have the fixity info
around at the point where it decides what is being defined.  Lacking
anything else to go on, it decides that `:' is being defined.

Fortunately, we don't really need fixity info to parse this correctly,
as a data constructor is always the wrong choice ;-)  The fix is to
dive into the left-hand-side until we find a non-data constructor.

This is naive - consider the case where `|-' has a high precedence.
Fortunately, someone clever put in a static check later on, presumably
at the point where we have all the fixity info, that rejects the definition
as bogus.  Yeah!

23 years ago[project @ 2001-04-23 19:25:06 by lewie]
lewie [Mon, 23 Apr 2001 19:25:06 +0000 (19:25 +0000)]
[project @ 2001-04-23 19:25:06 by lewie]
Adding tests for infix decls w/ infix data constructors

23 years ago[project @ 2001-04-23 16:50:48 by sewardj]
sewardj [Mon, 23 Apr 2001 16:50:48 +0000 (16:50 +0000)]
[project @ 2001-04-23 16:50:48 by sewardj]
Generate a plausible value for NO_READLINE.

23 years ago[project @ 2001-04-23 16:49:59 by sewardj]
sewardj [Mon, 23 Apr 2001 16:49:59 +0000 (16:49 +0000)]
[project @ 2001-04-23 16:49:59 by sewardj]
GhcWithInterpreter=YES when mingw32 as well.

23 years ago[project @ 2001-04-23 15:21:48 by rrt]
rrt [Mon, 23 Apr 2001 15:21:48 +0000 (15:21 +0000)]
[project @ 2001-04-23 15:21:48 by rrt]
Tidy up.

23 years ago[project @ 2001-04-23 15:21:05 by rrt]
rrt [Mon, 23 Apr 2001 15:21:05 +0000 (15:21 +0000)]
[project @ 2001-04-23 15:21:05 by rrt]
Correct URL for InstallShield download.

23 years ago[project @ 2001-04-23 14:57:29 by rrt]
rrt [Mon, 23 Apr 2001 14:57:29 +0000 (14:57 +0000)]
[project @ 2001-04-23 14:57:29 by rrt]
This is now kept in the web site's CVS repo.

23 years ago[project @ 2001-04-23 13:34:41 by simonmar]
simonmar [Mon, 23 Apr 2001 13:34:41 +0000 (13:34 +0000)]
[project @ 2001-04-23 13:34:41 by simonmar]
Mention the SourceForge page for bug reports.

23 years ago[project @ 2001-04-23 13:33:22 by simonmar]
simonmar [Mon, 23 Apr 2001 13:33:22 +0000 (13:33 +0000)]
[project @ 2001-04-23 13:33:22 by simonmar]
be a little less Linux/Solaris-centric.

23 years ago[project @ 2001-04-23 10:34:23 by sewardj]
sewardj [Mon, 23 Apr 2001 10:34:23 +0000 (10:34 +0000)]
[project @ 2001-04-23 10:34:23 by sewardj]
merge rev 1.42.2.1

23 years ago[project @ 2001-04-21 10:19:53 by panne]
panne [Sat, 21 Apr 2001 10:19:53 +0000 (10:19 +0000)]
[project @ 2001-04-21 10:19:53 by panne]
Removed Julian's Teletubby

23 years ago[project @ 2001-04-20 15:21:22 by rrt]
rrt [Fri, 20 Apr 2001 15:21:22 +0000 (15:21 +0000)]
[project @ 2001-04-20 15:21:22 by rrt]
Move one or two hintettes here from the old Windows installation guide, now
they're no longer needed there.

23 years ago[project @ 2001-04-20 15:20:34 by rrt]
rrt [Fri, 20 Apr 2001 15:20:34 +0000 (15:20 +0000)]
[project @ 2001-04-20 15:20:34 by rrt]
Drastically simplify the Windows installation instructions, now that we
don't need Cygwin.

23 years ago[project @ 2001-04-20 14:54:37 by sewardj]
sewardj [Fri, 20 Apr 2001 14:54:37 +0000 (14:54 +0000)]
[project @ 2001-04-20 14:54:37 by sewardj]
merge rev 1.45.2.1

23 years ago[project @ 2001-04-20 14:53:15 by sewardj]
sewardj [Fri, 20 Apr 2001 14:53:15 +0000 (14:53 +0000)]
[project @ 2001-04-20 14:53:15 by sewardj]
merge rev 1.63.2.1

23 years ago[project @ 2001-04-20 10:56:12 by michaelw]
michaelw [Fri, 20 Apr 2001 10:56:12 +0000 (10:56 +0000)]
[project @ 2001-04-20 10:56:12 by michaelw]
* print the happy version, even if the following test fails...
* also, do the test, even if the version is already in config.cache

*** MERGE with ghc-5-00 ***
(the latest configure.in commits should probably be merged, too...)

23 years ago[project @ 2001-04-20 10:42:46 by sewardj]
sewardj [Fri, 20 Apr 2001 10:42:46 +0000 (10:42 +0000)]
[project @ 2001-04-20 10:42:46 by sewardj]
merge rev 1.4.2.1

23 years ago[project @ 2001-04-20 07:21:56 by qrczak]
qrczak [Fri, 20 Apr 2001 07:21:56 +0000 (07:21 +0000)]
[project @ 2001-04-20 07:21:56 by qrczak]
Let it work on FreeBSD where fileno is a macro.
Support readline-4.2 (some C functions were renamed).
Correctly treat rl_redisplay_function as returning void.

23 years ago[project @ 2001-04-19 15:58:56 by sewardj]
sewardj [Thu, 19 Apr 2001 15:58:56 +0000 (15:58 +0000)]
[project @ 2001-04-19 15:58:56 by sewardj]
merge revision 1.52.2.1

23 years ago[project @ 2001-04-18 11:58:02 by sewardj]
sewardj [Wed, 18 Apr 2001 11:58:02 +0000 (11:58 +0000)]
[project @ 2001-04-18 11:58:02 by sewardj]
include ../includes/config.h

23 years ago[project @ 2001-04-18 07:49:07 by michaelw]
michaelw [Wed, 18 Apr 2001 07:49:07 +0000 (07:49 +0000)]
[project @ 2001-04-18 07:49:07 by michaelw]
readded Debian's old SGML catalog path for backward compat with Debian-2.2

23 years ago[project @ 2001-04-18 01:49:22 by dsyme]
dsyme [Wed, 18 Apr 2001 01:49:23 +0000 (01:49 +0000)]
[project @ 2001-04-18 01:49:22 by dsyme]
More ILX backend fixes from Don Syme

23 years ago[project @ 2001-04-17 22:11:00 by lewie]
lewie [Tue, 17 Apr 2001 22:11:00 +0000 (22:11 +0000)]
[project @ 2001-04-17 22:11:00 by lewie]
Stomp some debug output.

23 years ago[project @ 2001-04-17 21:44:16 by lewie]
lewie [Tue, 17 Apr 2001 21:44:16 +0000 (21:44 +0000)]
[project @ 2001-04-17 21:44:16 by lewie]
This is the test I meant to put in ... ;-)

23 years ago[project @ 2001-04-17 21:41:29 by michaelw]
michaelw [Tue, 17 Apr 2001 21:41:29 +0000 (21:41 +0000)]
[project @ 2001-04-17 21:41:29 by michaelw]
* added autoconf macro that compares dot-separated version
  numbers
* adjusted happy version checking
* ./configure now happy with CVS-happy's [1.10]  ;)

23 years ago[project @ 2001-04-17 16:00:48 by rrt]
rrt [Tue, 17 Apr 2001 16:00:48 +0000 (16:00 +0000)]
[project @ 2001-04-17 16:00:48 by rrt]
Add m4 to the required packages list.

23 years ago[project @ 2001-04-17 15:55:33 by rrt]
rrt [Tue, 17 Apr 2001 15:55:33 +0000 (15:55 +0000)]
[project @ 2001-04-17 15:55:33 by rrt]
Update the rather old instructions on installing ancillary tools on Windows.

23 years ago[project @ 2001-04-17 06:40:07 by lewie]
lewie [Tue, 17 Apr 2001 06:40:07 +0000 (06:40 +0000)]
[project @ 2001-04-17 06:40:07 by lewie]
Woops.  Wrong example.