- 05 Sep, 2000 5 commits
-
-
simonmar authored
Just include ghc/docs/set in a binary distribution, not the build system docs or the FFI spec.
-
simonmar authored
remove a lot of unused gumph from this file
-
simonmar authored
remove last use of REALLY_HASKELL_1_3
-
simonmar authored
Use std monadic operators instead of `thenStrictlyST` and friends.
-
simonmar authored
comment update
-
- 04 Sep, 2000 9 commits
-
-
rrt authored
Removed spurious definition of GHC_INPLACE
-
simonmar authored
Test for freeing StablePtrs.
-
simonmar authored
- debugging: print weights as unsigned - clean up getStablePtr a bit - correct a comment
-
simonmar authored
Fix a bug in freeStablePtr, the weight being subtracted from the entry in the stable pointer table was wrong.
-
simonmar authored
Fix a couple of bugs in the StablePtr weigthed reference counting.
-
simonmar authored
turn off -Wpointer-arith, it generates some warnings in the headers on RH6.2
-
simonmar authored
Convert one of the alternatives in an algebraic switch into the default, if we don't already have a default. This generates better code in particular for inline comparison primops. Noticed by: Qrczak
-
simonmar authored
Use mkAbsCStmts rather than AbsCStmts directly.
-
simonmar authored
test for bogus parse caused by Happy bug
-
- 01 Sep, 2000 1 commit
-
-
qrczak authored
ForeignObjs were incorrectly passed to foreign functions by the NCG. Fixed.
-
- 31 Aug, 2000 4 commits
- 30 Aug, 2000 2 commits
- 29 Aug, 2000 7 commits
-
-
qrczak authored
Don't use Int# values larger than 2^31.
-
simonpj authored
Fix a bug reported by Jose Emilio Labra Gayo newtype Foo a => T = MkT (out :: a) The selector 'out' was being given an incorrect RHS. (Core Lint spotted it.)
-
simonpj authored
Move prim_ZONE and prim_GMTOFF into Hugs-only code
-
simonpj authored
Remove redundant imports and dead code
-
simonpj authored
Remove redundant imports
-
simonpj authored
Add filterFB comment
-
qrczak authored
Don't use a typedef called int64 in RtsAPI. It conflicts with e.g. OCaml's headers. It should be cleaned better...
-
- 25 Aug, 2000 5 commits
-
-
simonmar authored
Fix for copying html documentation into a binary dist.
-
simonmar authored
Add a test (also benchmark) for threadDelay, Random, and QSemN. This test starts a large number of threads which all wait for a random delay. The semaphore is used to wait for them all to finish before exiting.
-
simonmar authored
Change the way threadDelay# is implemented. We now use a list of sleeping threads sorted in increasing order by the time at which they will wake up. This avoids us having to traverse the entire queue on each context switch.
-
rrt authored
Sorry Sigbjørn, but DocBook won't accept ø in <Author> elements. Seems to work everywhere else...
-
qrczak authored
Don't strip libgmp.a. (But perhaps --strip-unneeded or something would be harmless.) PS. The configure script looks for __gmpz_fdiv_qr, but gmp that I have installed uses the name mpz_fdiv_qr and is thus not being found. (Also it is dynamically linked, where ghc's gmp is only statically linked.) I guess that configure should check for either name.
-
- 24 Aug, 2000 5 commits
-
-
rrt authored
Added more authors.
-
qrczak authored
Let foreign import dynamic accept a newtyped Addr too.
-
simonmar authored
Add two tests for signatures without definitions.
-
simonmar authored
Add a test for Directory.getPermissions.
-
simonmar authored
Change implementation of Directory.getPermissions to use access(2) rather than stat(2). This is rather more sensible as the permissions returned will be relevant to the current user rather than the owner of the file.
-
- 23 Aug, 2000 1 commit
-
-
simonmar authored
Fix a problem where ^C wasn't recognised while waiting for I/O.
-
- 22 Aug, 2000 1 commit
-
-
sewardj authored
Fix sparc NCG to track recent NCG switch table reg-alloc bug fix.
-