sof [Tue, 4 Aug 1998 16:10:45 +0000 (16:10 +0000)]
[project @ 1998-08-04 16:10:45 by sof]
Foreign section expanded. Doc-fixes
simonm [Tue, 4 Aug 1998 15:21:17 +0000 (15:21 +0000)]
[project @ 1998-08-04 15:21:15 by simonm]
add a quick stable ptr stress test.
simonm [Tue, 4 Aug 1998 12:55:25 +0000 (12:55 +0000)]
[project @ 1998-08-04 12:55:25 by simonm]
add missing stdout file.
sof [Mon, 3 Aug 1998 23:12:49 +0000 (23:12 +0000)]
[project @ 1998-08-03 23:12:49 by sof]
Added sect. on Dynamic library
sof [Mon, 27 Jul 1998 14:35:54 +0000 (14:35 +0000)]
[project @ 1998-07-27 14:35:53 by sof]
Cheap and cheerful dynamic types library, closely based
on Hugs library with the same name.
(docs to follow soon)
simonm [Mon, 27 Jul 1998 12:38:33 +0000 (12:38 +0000)]
[project @ 1998-07-27 12:38:33 by simonm]
Add a test for black hole behaviour, where a computation is shared
between threads.
simonm [Mon, 27 Jul 1998 12:37:57 +0000 (12:37 +0000)]
[project @ 1998-07-27 12:37:57 by simonm]
Forgot to add the Makefile, it seems.
sof [Fri, 24 Jul 1998 10:42:40 +0000 (10:42 +0000)]
[project @ 1998-07-24 10:42:33 by sof]
Added long long feature test; macro namespace cleanup
sof [Fri, 24 Jul 1998 10:14:53 +0000 (10:14 +0000)]
[project @ 1998-07-24 10:14:53 by sof]
On failure, report the source file that was being processed
simonm [Thu, 23 Jul 1998 14:50:16 +0000 (14:50 +0000)]
[project @ 1998-07-23 14:50:16 by simonm]
Converting a suffix rule to a pattern rule appears to fix some build
problems. Don't ask me why.
sof [Thu, 23 Jul 1998 07:55:14 +0000 (07:55 +0000)]
[project @ 1998-07-23 07:55:14 by sof]
back out foreign decl change, not supposed to see that just yet
sof [Wed, 22 Jul 1998 20:40:38 +0000 (20:40 +0000)]
[project @ 1998-07-22 20:40:26 by sof]
IO.hInputReady: interval arg is millisecs, not secs
simonm [Wed, 22 Jul 1998 08:51:41 +0000 (08:51 +0000)]
[project @ 1998-07-22 08:51:41 by simonm]
Correct type error in previous commit.
sof [Tue, 21 Jul 1998 08:34:50 +0000 (08:34 +0000)]
[project @ 1998-07-21 08:34:50 by sof]
commas inside SLIT()s have never been a good idea
sof [Mon, 20 Jul 1998 16:20:46 +0000 (16:20 +0000)]
[project @ 1998-07-20 16:20:46 by sof]
- Added a word of warning on using 'executeFile' *and* have
parent and child share open files.
sof [Mon, 20 Jul 1998 16:16:34 +0000 (16:16 +0000)]
[project @ 1998-07-20 16:16:34 by sof]
Added paragraph about why _casm_s are a bad idea
sof [Mon, 20 Jul 1998 16:15:28 +0000 (16:15 +0000)]
[project @ 1998-07-20 16:15:28 by sof]
importDecl: Improved warning message for (attempted) reflexive import
sof [Mon, 20 Jul 1998 16:12:01 +0000 (16:12 +0000)]
[project @ 1998-07-20 16:11:57 by sof]
Provide option for allowing _casm_s to be unfolded across modules
sof [Mon, 20 Jul 1998 16:10:42 +0000 (16:10 +0000)]
[project @ 1998-07-20 16:10:42 by sof]
- turn on cloning in first simplifier pass to ensure
that the output from desugarer&TC gets unique binders
before the Simplifier TransformFest really gets going.
- Solaris specific: include -lsocket in the linker
command line when using -syslib misc.
- pipe through to compiler the new option -funfold-casms-in-hi-file.
sof [Mon, 20 Jul 1998 10:00:36 +0000 (10:00 +0000)]
[project @ 1998-07-20 10:00:34 by sof]
non-standard extensions: intToWord and wordToInt coercion functions
sof [Mon, 20 Jul 1998 09:43:38 +0000 (09:43 +0000)]
[project @ 1998-07-20 09:43:38 by sof]
In a moment of boredom, converted to use do notation
sof [Mon, 20 Jul 1998 09:42:09 +0000 (09:42 +0000)]
[project @ 1998-07-20 09:42:09 by sof]
major clean up; fixed misc marshaling bugs; *Entry types now use labelled fields
sof [Mon, 20 Jul 1998 09:40:29 +0000 (09:40 +0000)]
[project @ 1998-07-20 09:40:29 by sof]
cleaned up a little; clarified the byte ordering of host addresses and port numbers
sof [Mon, 20 Jul 1998 09:39:14 +0000 (09:39 +0000)]
[project @ 1998-07-20 09:39:14 by sof]
new functions: unpackCStringIO, unpackCStringLenIO, unpackPSIO, unpackNBytesPS, cByteArrayToPS
sof [Sat, 18 Jul 1998 14:00:27 +0000 (14:00 +0000)]
[project @ 1998-07-18 14:00:27 by sof]
Bring sameMVar# into scope
simonm [Fri, 17 Jul 1998 11:59:45 +0000 (11:59 +0000)]
[project @ 1998-07-17 11:59:36 by simonm]
Add sameMVar# primop, and use it to define an instance for Eq (MVar a).
simonpj [Thu, 16 Jul 1998 10:11:32 +0000 (10:11 +0000)]
[project @ 1998-07-16 10:11:32 by simonpj]
Fix tyvar scope bug
sof [Fri, 10 Jul 1998 19:52:13 +0000 (19:52 +0000)]
[project @ 1998-07-10 19:52:13 by sof]
Added .gc -> .lhs suffix rule
simonpj [Thu, 9 Jul 1998 10:06:57 +0000 (10:06 +0000)]
[project @ 1998-07-09 10:06:57 by simonpj]
Put IMustBeINLINEd on constructors
sof [Thu, 9 Jul 1998 08:01:14 +0000 (08:01 +0000)]
[project @ 1998-07-09 08:01:13 by sof]
Check if one method dict bug in 3.02 has been squashed
simonpj [Wed, 8 Jul 1998 15:10:53 +0000 (15:10 +0000)]
[project @ 1998-07-08 15:10:53 by simonpj]
Use constr-id application when building dictionary
simonm [Wed, 8 Jul 1998 10:36:56 +0000 (10:36 +0000)]
[project @ 1998-07-08 10:36:45 by simonm]
'make boot' fixes.
simonm [Wed, 8 Jul 1998 10:35:02 +0000 (10:35 +0000)]
[project @ 1998-07-08 10:35:02 by simonm]
change imports so that make boot works.
simonm [Wed, 8 Jul 1998 10:30:06 +0000 (10:30 +0000)]
[project @ 1998-07-08 10:29:20 by simonm]
'make boot' fixes.
simonm [Wed, 8 Jul 1998 10:29:10 +0000 (10:29 +0000)]
[project @ 1998-07-08 10:29:10 by simonm]
'make boot' fixes
sof [Wed, 8 Jul 1998 10:00:17 +0000 (10:00 +0000)]
[project @ 1998-07-08 10:00:17 by sof]
Int <-> Addr (non-std) conversions
sof [Wed, 8 Jul 1998 09:52:32 +0000 (09:52 +0000)]
[project @ 1998-07-08 09:52:32 by sof]
post 3.02 export indexAddrOffAddr from Addr, not ByteArray
quintela [Mon, 6 Jul 1998 17:18:43 +0000 (17:18 +0000)]
[project @ 1998-07-06 17:18:43 by quintela]
New untidy function:
All Parens are puted there
Now strings give error messages only when necesary.
And you can mix list of chars and strings whitout problems.
Now records give error messages only when necesary.
simonm [Fri, 3 Jul 1998 08:58:07 +0000 (08:58 +0000)]
[project @ 1998-07-03 08:58:07 by simonm]
need to import Addr.
sof [Thu, 2 Jul 1998 18:45:43 +0000 (18:45 +0000)]
[project @ 1998-07-02 18:45:43 by sof]
When generating the InPats to be included in a warning,
make sure that non-simple conpat args have PatParIns
around them.
Don't understand why the warnings return InPats and not
OutPats though.
sof [Thu, 2 Jul 1998 14:41:15 +0000 (14:41 +0000)]
[project @ 1998-07-02 14:41:14 by sof]
Extended to test right shifting
sof [Thu, 2 Jul 1998 13:53:58 +0000 (13:53 +0000)]
[project @ 1998-07-02 13:53:58 by sof]
shift right: iShiftRA# expects shift length to be >=0
simonm [Thu, 2 Jul 1998 10:47:21 +0000 (10:47 +0000)]
[project @ 1998-07-02 10:47:21 by simonm]
Test for 'main' space leak (fixed in new RTS).
simonm [Thu, 2 Jul 1998 08:49:25 +0000 (08:49 +0000)]
[project @ 1998-07-02 08:49:25 by simonm]
need Addr import.
simonm [Thu, 2 Jul 1998 08:46:15 +0000 (08:46 +0000)]
[project @ 1998-07-02 08:46:15 by simonm]
add \$Id\$.
simonm [Thu, 2 Jul 1998 08:45:50 +0000 (08:45 +0000)]
[project @ 1998-07-02 08:45:50 by simonm]
Add specialise pragmas (which don't work at the moment, due to an
unidentified bug in the specialiser/simplifier).
simonm [Thu, 2 Jul 1998 08:44:56 +0000 (08:44 +0000)]
[project @ 1998-07-02 08:44:56 by simonm]
update for alpha/osf3.
simonm [Thu, 2 Jul 1998 08:44:24 +0000 (08:44 +0000)]
[project @ 1998-07-02 08:44:24 by simonm]
Workaround bug in alpha NCG by compiling Unique with -fvia-C.
sof [Tue, 30 Jun 1998 12:09:44 +0000 (12:09 +0000)]
[project @ 1998-06-30 12:09:44 by sof]
typedefs for family of sized int types (along the lines of StgTypes.h in new rts sources, but using Word instead of Nat for unsigned ints)
sof [Mon, 29 Jun 1998 17:53:31 +0000 (17:53 +0000)]
[project @ 1998-06-29 17:53:31 by sof]
slightly less obscene #ifdef'ing for solaris, define __EXTENSIONS__ to get at prusage_t struct
sof [Mon, 29 Jun 1998 17:49:19 +0000 (17:49 +0000)]
[project @ 1998-06-29 17:49:05 by sof]
Added OnExitHook(); hook run after Haskell world has been properly shut down
sof [Mon, 29 Jun 1998 17:30:17 +0000 (17:30 +0000)]
[project @ 1998-06-29 17:30:16 by sof]
Minor updates to reflect changes elsewhere
sof [Mon, 29 Jun 1998 17:28:42 +0000 (17:28 +0000)]
[project @ 1998-06-29 17:28:42 by sof]
New interface containing host-specific arch/os info
sof [Mon, 29 Jun 1998 17:27:59 +0000 (17:27 +0000)]
[project @ 1998-06-29 17:27:59 by sof]
Bunch of new conversion operations;Word64 support on 64 bit archs; {write,index,read}Word*Addr functions added
sof [Mon, 29 Jun 1998 17:12:32 +0000 (17:12 +0000)]
[project @ 1998-06-29 17:12:32 by sof]
define sizeof* and {read,Write}X*OffAddr
sof [Mon, 29 Jun 1998 17:11:20 +0000 (17:11 +0000)]
[project @ 1998-06-29 17:11:19 by sof]
Added {read,write}Word{8,16,32}Array functions + sizeof(Mutable)?ByteArray
sof [Mon, 29 Jun 1998 17:09:02 +0000 (17:09 +0000)]
[project @ 1998-06-29 17:09:02 by sof]
Added {index,read,Word}X*OffAddr functions
sof [Mon, 29 Jun 1998 17:07:38 +0000 (17:07 +0000)]
[project @ 1998-06-29 17:07:38 by sof]
#define HOST_ARCH and HOST_OS in locally generated config.h
sof [Mon, 29 Jun 1998 17:05:41 +0000 (17:05 +0000)]
[project @ 1998-06-29 17:05:41 by sof]
Haskell source includeable header file defining sizes of prim. types
sof [Mon, 29 Jun 1998 16:56:00 +0000 (16:56 +0000)]
[project @ 1998-06-29 16:56:00 by sof]
import decl update
sof [Mon, 29 Jun 1998 16:34:59 +0000 (16:34 +0000)]
[project @ 1998-06-29 16:34:59 by sof]
Added functions for creating/reading/writing mutable Word arrays
sof [Mon, 29 Jun 1998 16:33:11 +0000 (16:33 +0000)]
[project @ 1998-06-29 16:33:11 by sof]
Added indexAddrOffAddr
sof [Mon, 29 Jun 1998 14:56:01 +0000 (14:56 +0000)]
[project @ 1998-06-29 14:56:01 by sof]
Re-export h{Get,Set}Echo
sof [Mon, 29 Jun 1998 14:53:04 +0000 (14:53 +0000)]
[project @ 1998-06-29 14:53:00 by sof]
New functions for getting/setting terminal echo via handles; allow non-std setting/getting of buffering on semi-closed handles
sof [Mon, 29 Jun 1998 14:51:03 +0000 (14:51 +0000)]
[project @ 1998-06-29 14:51:03 by sof]
comment typo
sof [Mon, 29 Jun 1998 14:50:31 +0000 (14:50 +0000)]
[project @ 1998-06-29 14:50:31 by sof]
Wrong t. signature for ioeGetErrorString
sof [Mon, 29 Jun 1998 14:13:17 +0000 (14:13 +0000)]
[project @ 1998-06-29 14:13:14 by sof]
Added basic library for computing MD5 message digests
sof [Mon, 29 Jun 1998 14:11:58 +0000 (14:11 +0000)]
[project @ 1998-06-29 14:11:58 by sof]
Remove unused cpp'ery
sof [Mon, 29 Jun 1998 14:11:09 +0000 (14:11 +0000)]
[project @ 1998-06-29 14:11:09 by sof]
New functions: isCString, psToCString
sof [Fri, 26 Jun 1998 12:08:28 +0000 (12:08 +0000)]
[project @ 1998-06-26 12:08:28 by sof]
simplRecursiveGroup: accidentally commented out single occurrence optim
sof [Fri, 26 Jun 1998 12:01:24 +0000 (12:01 +0000)]
[project @ 1998-06-26 12:01:24 by sof]
setFloatLevel: include specVars in free var set of let-bound ids
simonpj [Wed, 24 Jun 1998 11:28:06 +0000 (11:28 +0000)]
[project @ 1998-06-24 11:28:06 by simonpj]
Specialiser for rec bindings
sof [Sun, 21 Jun 1998 19:08:27 +0000 (19:08 +0000)]
[project @ 1998-06-21 19:08:27 by sof]
Added paragraph to hc-boot section, explaining how to generate prelude libs after hsc has been bootstrapped
sof [Sun, 21 Jun 1998 18:44:12 +0000 (18:44 +0000)]
[project @ 1998-06-21 18:44:12 by sof]
Missing =
simonm [Fri, 19 Jun 1998 10:06:21 +0000 (10:06 +0000)]
[project @ 1998-06-19 10:06:21 by simonm]
Use BUFSIZ sized blocks for Haskell-side buffering, not (BUFSIZ+1),
which probably interacts very badly with the C-side buffering.
simonm [Fri, 19 Jun 1998 09:43:32 +0000 (09:43 +0000)]
[project @ 1998-06-19 09:43:32 by simonm]
oops, update acconfig.h too.
simonm [Fri, 19 Jun 1998 09:42:36 +0000 (09:42 +0000)]
[project @ 1998-06-19 09:42:36 by simonm]
update w/ respect to latest configure.in.
sof [Thu, 18 Jun 1998 15:33:28 +0000 (15:33 +0000)]
[project @ 1998-06-18 15:33:28 by sof]
fixed dropPS typo
simonpj [Tue, 16 Jun 1998 16:44:27 +0000 (16:44 +0000)]
[project @ 1998-06-16 16:44:27 by simonpj]
alleged fix to SetLevels
sof [Tue, 16 Jun 1998 12:25:39 +0000 (12:25 +0000)]
[project @ 1998-06-16 12:25:36 by sof]
New function: okToUnfoldInHiFile.
- For values whose RHS have been deemed to be interface
file unfolding candidates, do a last minute check to
see whether the unfolding is really suitable.
An unfolding is not suitable iff
- contains a _casm_
- contains a lit-lit
The reason for not unfolding _casm_/lit-lits into
interface files is that their C fragments are likely
to mention #defines/functions that will be
out-of-scope at an unfolding site. Turning off unfolding
of such expressions avoid this unfortunate situation.
simonm [Tue, 16 Jun 1998 10:07:06 +0000 (10:07 +0000)]
[project @ 1998-06-16 10:07:06 by simonm]
note new GetOpt library.
simonm [Tue, 16 Jun 1998 10:05:15 +0000 (10:05 +0000)]
[project @ 1998-06-16 10:05:15 by simonm]
Add Sven Panne's GetOpt library.
sof [Tue, 16 Jun 1998 08:55:32 +0000 (08:55 +0000)]
[project @ 1998-06-16 08:55:30 by sof]
Don\'t generate con2tag, tag2con funs for newtype derivings
sof [Sat, 13 Jun 1998 15:36:12 +0000 (15:36 +0000)]
[project @ 1998-06-13 15:36:12 by sof]
mirror driver, -concurrent gets you -syslib concurrent
sof [Fri, 12 Jun 1998 09:44:08 +0000 (09:44 +0000)]
[project @ 1998-06-12 09:44:08 by sof]
install rule: check to see if SCRIPT_LINK already exists as symlink; if so, delete and create new
sof [Thu, 11 Jun 1998 19:26:53 +0000 (19:26 +0000)]
[project @ 1998-06-11 19:26:50 by sof]
-syslib win32: Do the right thing if using a non-installed compiler
sof [Thu, 11 Jun 1998 18:43:55 +0000 (18:43 +0000)]
[project @ 1998-06-11 18:43:55 by sof]
Added ZIP_OPTS
sof [Thu, 11 Jun 1998 10:57:24 +0000 (10:57 +0000)]
[project @ 1998-06-11 10:57:24 by sof]
Added hspmain prototype
sof [Thu, 11 Jun 1998 10:48:40 +0000 (10:48 +0000)]
[project @ 1998-06-11 10:48:40 by sof]
include "stgio.h" to bring function prototypes of relevant C stubs into scope.
sof [Thu, 11 Jun 1998 10:32:10 +0000 (10:32 +0000)]
[project @ 1998-06-11 10:32:06 by sof]
Testing the illegal use of pattern syntax in expressions (and vice versa)
sof [Thu, 11 Jun 1998 10:27:11 +0000 (10:27 +0000)]
[project @ 1998-06-11 10:27:11 by sof]
- (optionally) put hsc command-line options in a temporary file.
- -syslib win32 support
sof [Thu, 11 Jun 1998 10:09:02 +0000 (10:09 +0000)]
[project @ 1998-06-11 10:09:02 by sof]
install-bin:
* if any of $(VERSION_SYMLINKS_FOR) already exists as a symlink,
replace it with a new one.
sof [Wed, 10 Jun 1998 13:29:24 +0000 (13:29 +0000)]
[project @ 1998-06-10 13:29:21 by sof]
- remove unused code
- added -fno-hi-version-check
- (commented out) support for @-files, i.e.,
pass hsc its command-line switches via a temporary file.
simonpj [Wed, 10 Jun 1998 08:31:57 +0000 (08:31 +0000)]
[project @ 1998-06-10 08:31:57 by simonpj]
Fix float-in bug
sof [Tue, 9 Jun 1998 09:53:03 +0000 (09:53 +0000)]
[project @ 1998-06-09 09:53:03 by sof]
typo in classd
sof [Mon, 8 Jun 1998 17:33:24 +0000 (17:33 +0000)]
[project @ 1998-06-08 17:33:24 by sof]
Another go at working around a problem with Bison generated parser,
but this time not giving up on checking illegal uses of pattern syntax
in expressions.
simonm [Mon, 8 Jun 1998 13:00:08 +0000 (13:00 +0000)]
[project @ 1998-06-08 13:00:08 by simonm]
update GHC version to 3.03.
simonm [Mon, 8 Jun 1998 12:59:08 +0000 (12:59 +0000)]
[project @ 1998-06-08 12:59:08 by simonm]
add release notes for 3.03.
simonpj [Mon, 8 Jun 1998 11:45:29 +0000 (11:45 +0000)]
[project @ 1998-06-08 11:45:09 by simonpj]
(a) FloatIn idSpecVars bug [DoCon] (b) Generalise superclasses
simonpj [Mon, 8 Jun 1998 10:41:09 +0000 (10:41 +0000)]
[project @ 1998-06-08 10:41:08 by simonpj]